summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq-sched: check for successful allocation before assigning tagJens Axboe2017-01-261-1/+2
* blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe2017-01-262-4/+4
* blk-mq: only apply active queue tag throttling for driver tagsJens Axboe2017-01-252-10/+15
* cfq-iosched: Adjust one function call together with a variable assignmentMarkus Elfring2017-01-231-2/+4
* blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-231-2/+4
* block: Initialize cfqq->ioprio_class in cfq_get_queue()Alexander Potapenko2017-01-231-0/+2
* blk-mq: allow resize of scheduler requestsJens Axboe2017-01-203-13/+61
* blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe2017-01-191-0/+1
* blk-mq-tag: remove redundant check for 'data->hctx' being non-NULLJens Axboe2017-01-191-4/+2
* elevator: fix unnecessary put of elevator in failure caseJens Axboe2017-01-191-4/+0
* blk-cgroup: don't quiesce the queue on policy activate/deactivateJens Axboe2017-01-181-12/+8
* blk-cgroup: ensure that we clear the stop bit on quiesced queuesJens Axboe2017-01-181-4/+6
* blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-175-7/+87
* mq-deadline: add blk-mq adaptation of the deadline IO schedulerJens Axboe2017-01-173-0/+560
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-1714-192/+945
* blk-mq: split tag ->rqs[] into twoJens Axboe2017-01-173-9/+26
* blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe2017-01-171-3/+8
* blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe2017-01-172-48/+83
* blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe2017-01-174-61/+44
* blk-mq: export some helpers we need to the scheduling frameworkJens Axboe2017-01-172-18/+46
* blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe2017-01-171-3/+2
* block: move rq_ioc() to blk.hJens Axboe2017-01-172-16/+16
* block: move existing elevator ops to unionJens Axboe2017-01-177-44/+44
* partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-01-171-5/+12
* blk-mq: make mq_ops a const pointerJens Axboe2017-01-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-041-6/+7
|\
| * block: Avoid that sparse complains about context imbalance in __wbt_wait()Bart Van Assche2017-01-021-5/+6
| * block: Make wbt_wait() definition consistent with declarationBart Van Assche2017-01-021-1/+1
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-231-0/+3
|\ \ | |/ |/|
| * sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2016-12-221-0/+3
* | block: check partition alignmentStefan Haberland2016-12-191-0/+3
* | block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2016-12-191-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-8/+24
|\
| * blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi2016-12-141-5/+21
| * blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi2016-12-141-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-143-4/+21
|\ \ | |/ |/|
| * scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-171-2/+1
| * block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-171-3/+14
| * scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-171-1/+2
| * scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-171-2/+5
| * block: add reference counting for struct bsg_jobJohannes Thumshirn2016-11-171-2/+5
| * blk-mq: export blk_mq_map_queuesChristoph Hellwig2016-11-082-1/+1
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-1/+3
|\ \
| * | block: Add iocontext priority to requestAdam Manzanares2016-10-191-1/+3
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1330-488/+2835
|\ \ \
| * | | blk-stat: fix a few cases of missing batch flushingJens Axboe2016-12-091-0/+8
| * | | blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-091-1/+1
| * | | elevator: make the rqhash helpers exportedJens Axboe2016-12-091-4/+4