Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | blk-mq: mark __blk_mq_complete_request() static | Jens Axboe | 1 | -1/+1 |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+36 |
2015-11-07 | blk-mq: return tag/queue combo in the make_request_fn handlers | Jens Axboe | 1 | -17/+28 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 1 | -12/+14 |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -3/+3 |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -56/+24 |
2015-11-04 | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -27/+62 |
2015-11-03 | blk-mq: avoid excessive boot delays with large lun counts | Jeff Moyer | 1 | -17/+30 |
2015-10-21 | blk-mq: mark ctx as pending at batch in flush plug path | Ming Lei | 1 | -5/+13 |
2015-10-21 | blk-mq: fix for trace_block_plug() | Ming Lei | 1 | -1/+1 |
2015-10-21 | blk-mq: check bio_mergeable() early before merging | Ming Lei | 1 | -1/+1 |
2015-10-21 | block: fix plug list flushing for nomerge queues | Jeff Moyer | 1 | -3/+6 |
2015-10-21 | block: generic request_queue reference counting | Dan Williams | 1 | -56/+24 |
2015-10-15 | blk-mq: fix use-after-free in blk_mq_free_tag_set() | Junichi Nomura | 1 | -3/+1 |
2015-10-09 | Merge tag 'v4.3-rc4' into for-4.4/core | Jens Axboe | 1 | -41/+77 |
2015-10-01 | blk-mq: factor out a helper to iterate all tags for a request_queue | Christoph Hellwig | 1 | -11/+3 |
2015-10-01 | blk-mq: fix racy updates of rq->errors | Christoph Hellwig | 1 | -6/+6 |
2015-09-29 | blk-mq: fix deadlock when reading cpu_list | Akinobu Mita | 1 | -0/+7 |
2015-09-29 | blk-mq: avoid inserting requests before establishing new mapping | Akinobu Mita | 1 | -14/+45 |
2015-09-29 | blk-mq: fix q->mq_usage_counter access race | Akinobu Mita | 1 | -3/+4 |
2015-09-29 | blk-mq: Fix use after of free q->mq_map | Akinobu Mita | 1 | -5/+3 |
2015-09-29 | blk-mq: fix sysfs registration/unregistration race | Akinobu Mita | 1 | -3/+3 |
2015-09-29 | blk-mq: avoid setting hctx->tags->cpumask before allocation | Akinobu Mita | 1 | -1/+8 |
2015-09-23 | block: kmemleak: Track the page allocations for struct request | Catalin Marinas | 1 | -0/+11 |
2015-08-15 | blk-mq: fix race between timeout and freeing request | Ming Lei | 1 | -15/+1 |
2015-08-13 | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet | 1 | -0/+4 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -3/+3 |
2015-07-16 | blk-mq: set default timeout as 30 seconds | Ming Lei | 1 | -1/+1 |
2015-06-25 | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -61/+99 |
2015-06-09 | blk-mq: free hctx->ctxs in queue's release handler | Ming Lei | 1 | -2/+6 |
2015-06-01 | blk-mq: Shared tag enhancements | Keith Busch | 1 | -2/+10 |
2015-05-19 | block: use an atomic_t for mq_freeze_depth | Christoph Hellwig | 1 | -14/+10 |
2015-05-08 | blk-mq: make plug work for mutiple disks and queues | Shaohua Li | 1 | -5/+9 |
2015-05-08 | blk-mq: do limited block plug for multiple queue case | Shaohua Li | 1 | -23/+59 |
2015-05-08 | blk-mq: avoid re-initialize request which is failed in direct dispatch | Shaohua Li | 1 | -0/+2 |
2015-05-08 | blk-mq: fix plugging in blk_sq_make_request | Jeff Moyer | 1 | -22/+14 |
2015-05-04 | blk-mq: don't lose requests if a stopped queue restarts | Shaohua Li | 1 | -0/+10 |
2015-04-23 | blk-mq: fix CPU hotplug handling | Ming Lei | 1 | -21/+13 |
2015-04-23 | blk-mq: fix race between timeout and CPU hotplug | Ming Lei | 1 | -3/+13 |
2015-04-17 | blk-mq: fix iteration of busy bitmap | Jens Axboe | 1 | -3/+3 |
2015-04-16 | Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -26/+41 |
2015-04-15 | blk-mq: reduce unnecessary software queue looping | Chong Yuan | 1 | -4/+9 |
2015-04-11 | blk-mq: initialize 'struct request' and associated data to zero | Linus Torvalds | 1 | -3/+1 |
2015-03-30 | blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue() | Wei Fang | 1 | -4/+1 |
2015-03-30 | block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s... | Xiaoguang Wang | 1 | -1/+1 |
2015-03-13 | blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't set | Keith Busch | 1 | -3/+6 |
2015-03-13 | blk-mq: export blk_mq_run_hw_queues | Mike Snitzer | 1 | -4/+4 |
2015-03-13 | blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk | Mike Snitzer | 1 | -10/+20 |
2015-03-13 | blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path | Mike Snitzer | 1 | -3/+3 |