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