summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-46/+30
|\
| * block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-281-0/+1
| * blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-1/+4
| * block: remove the errors field from struct requestChristoph Hellwig2017-04-201-2/+0
| * block: add a error_count field to struct requestChristoph Hellwig2017-04-201-0/+1
| * block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+1
| * block: Inline blk_rq_set_prio()Bart Van Assche2017-04-191-14/+0
| * block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-0/+1
| * block: remove blk_end_request_curChristoph Hellwig2017-04-191-1/+0
| * block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2017-04-191-2/+0
| * block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini2017-04-191-1/+1
| * block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-15/+0
| * 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