summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig2017-04-081-0/+1
| * | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-6/+10
| * | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-3/+2
| |\ \
| * | | block: move timeout field in struct request to pack betterJens Axboe2017-04-051-1/+2
| * | | block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-051-1/+0
| * | | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-291-0/+1
| * | | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-2/+8
| | |/ | |/|
* | | block: fix bio_will_gap() for first bvec with offsetMing Lei2017-04-141-4/+28
| |/ |/|
* | blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-071-1/+0
|/
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-081-1/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* 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