summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: respect BLK_MQ_F_NO_SCHEDMing Lei2017-04-191-2/+10
* blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-073-26/+55
* blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-2/+30
* blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval2017-04-071-4/+10
* blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-075-47/+66
* blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval2017-04-073-1/+35
* blk-mq-sched: refactor scheduler initializationOmar Sandoval2017-04-073-59/+57
* blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval2017-04-073-17/+19
* block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
* blk-mq: include errors in did_work calculationJens Axboe2017-03-241-3/+4
* blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-221-10/+1
* blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval2017-03-161-2/+2
* blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe2017-03-141-4/+5
* blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-03-131-0/+3
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-112-15/+27
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-03-081-4/+21
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-082-23/+0
* block: Make del_gendisk() safer for disks without queuesJan Kara2017-03-081-6/+10
* block/sed: Fix opal user range check and unused variablesJon Derrick2017-03-081-8/+2
* blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei2017-03-082-12/+1
* blk-mq: make lifetime consistent between hctx and its kobjectMing Lei2017-03-082-9/+11
* blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei2017-03-083-8/+20
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-03-083-4/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-0310-70/+138
|\
| * block: Move bdi_unregister() to del_gendisk()Jan Kara2017-03-022-1/+5
| * blk-mq: ensure that bd->last is always set correctlyJens Axboe2017-03-021-7/+43
| * block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe2017-03-023-17/+31
| * blk-mq: Provide freeze queue timeoutKeith Busch2017-03-021-0/+9
| * blk-mq: Export blk_mq_freeze_queue_waitKeith Busch2017-03-021-1/+2
| * blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval2017-03-022-2/+1
| * blk-mq: kill blk_mq_set_alloc_data()Omar Sandoval2017-03-021-10/+0
| * blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval2017-03-022-24/+20
| * blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg2017-03-024-2/+12
| * blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li2017-03-021-6/+15
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-037-0/+10
|\ \
| * | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-023-0/+60
|\ \ | |/ |/|
| * blk-mq: provide a default queue mapping for virtio deviceChristoph Hellwig2017-02-273-0/+60
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-3/+3
* | scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-13/+48
|\ \
| * | block: introduce bio_clone_bioset_partial()Ming Lei2017-02-151-13/+48
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-247-410/+353
|\ \ \
| * | | blk-mq-sched: separate mark hctx and queue restart operationsOmar Sandoval2017-02-232-20/+26