summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+26
* block: fix debugfs config conditional in struct request_queueOmar Sandoval2017-02-021-1/+1
* scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-0/+1
* block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-1/+0
* block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-021-1/+0
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+2
* block: move internal_tag to same cache line as tagJens Axboe2017-01-311-2/+3
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-11/+11
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-5/+11
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-13/+0
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-271-0/+7
* block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-2/+1
* Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-271-3/+31
|\
| * blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe2017-01-271-0/+1
| * blk-mq: create debugfs directory treeOmar Sandoval2017-01-271-0/+5
| * blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-1/+3
| * blk-mq: make mq_ops a const pointerJens Axboe2017-01-111-1/+1
| * block: relax check on sg gapMing Lei2017-01-111-1/+21
* | block: add blk_rq_payload_bytesChristoph Hellwig2017-01-131-0/+13
* | block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-121-3/+3
|/
* block: Remove unused member (busy) from struct blk_queue_tagRitesh Harjani2016-12-171-1/+0
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-0/+14
|\
| * block: Add iocontext priority to requestAdam Manzanares2016-10-191-0/+14
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-3/+12
* | block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+19
* | block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni2016-12-011-0/+3
* | block: Change extern inline to static inlineTobias Klauser2016-11-181-1/+1
* | blk-mq: make the polling code adaptiveJens Axboe2016-11-171-1/+1
* | blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+1
* | block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
* | block: hook up writeback throttlingJens Axboe2016-11-101-0/+3
* | block: add scalable completion tracking of requestsJens Axboe2016-11-101-0/+7
* | block: add code to track actual device queue depthJens Axboe2016-11-051-0/+11
* | block: immediately dispatch big size requestShaohua Li2016-11-031-0/+1
* | blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-021-0/+1
* | block: better op and flags encodingChristoph Hellwig2016-10-281-24/+2
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+48
* | blk-zoned: implement ioctlsShaun Tancheff2016-10-181-0/+21
* | block: Implement support for zoned block devicesHannes Reinecke2016-10-181-0/+31
* | block: Add 'zoned' queue limitDamien Le Moal2016-10-181-0/+47
|/
* blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-1/+1
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-1/+1
* block: Fix secure eraseAdrian Hunter2016-08-161-2/+4
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-1/+1
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-1/+1
* Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman2016-08-041-1/+0
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-3/+3
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-121-3/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-22/+8
|\ \
| * | scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-2/+0