summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | block/sed: Use ssize_t on atom parsers to return errorsJon Derrick2017-02-221-14/+14
| * | | block: Unhash also block device inode for the whole deviceJan Kara2017-02-211-0/+1
| * | | block: Move bdev_unhash_inode() after invalidate_partition()Jan Kara2017-02-211-2/+1
* | | | block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get()Tetsuo Handa2017-02-221-4/+4
|/ / /
* | | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-2140-1050/+6322
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-1731-509/+640
| |\ \
| | * | block: don't defer flushes on blk-mq + schedulingJens Axboe2017-02-171-1/+7
| | * | blk-mq-sched: ask scheduler for work, if we failed dispatching leftoversJens Axboe2017-02-171-3/+12
| | * | blk-mq: don't special case flush inserts for blk-mq-schedJens Axboe2017-02-171-8/+10