summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-219-317/+441
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-0/+2
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-216-66/+59
* block: remove extra calls to wbt_exit()Omar Sandoval2017-03-212-3/+0
* blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval2017-03-211-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
| * | | blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval2017-02-231-9/+55
| * | | block/sed-opal: Propagate original error message to userland.Scott Bauer2017-02-231-2/+5
| * | | block/sed-opal: Introduce free_opal_dev to free the structure and clean up stateScott Bauer2017-02-231-0/+30
| * | | block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe2017-02-223-59/+13
| * | | block/sed: Embed function data into the function sequenceJon Derrick2017-02-221-255/+163
| * | | block/sed: Check received header lengthsJon Derrick2017-02-221-14/+21
| * | | block/sed: Add helper to qualify response tokensJon Derrick2017-02-221-36/+25