summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-2/+0
2017-04-20block: add a error_count field to struct requestChristoph Hellwig1-0/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+1
2017-04-20block: Inline blk_rq_set_prio()Bart Van Assche1-14/+0
2017-04-20block: Export blk_init_request_from_bio()Bart Van Assche1-0/+1
2017-04-19block: remove blk_end_request_curChristoph Hellwig1-1/+0
2017-04-19block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig1-2/+0
2017-04-19block, bfq: add full hierarchical scheduling and cgroups supportArianna Avanzini1-1/+1
2017-04-14block: fix bio_will_gap() for first bvec with offsetMing Lei1-4/+28
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-15/+0
2017-04-08block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig1-0/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-6/+10
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-3/+2
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche1-1/+0
2017-04-05block: move timeout field in struct request to pack betterJens Axboe1-1/+2
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+0
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval1-0/+1
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-2/+8
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+26
2017-02-02block: fix debugfs config conditional in struct request_queueOmar Sandoval1-1/+1
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-1/+0
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-1/+0
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+2
2017-02-01block: move internal_tag to same cache line as tagJens Axboe1-2/+3
2017-02-01block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-11/+11
2017-02-01block: introduce blk_rq_is_passthroughChristoph Hellwig1-5/+11
2017-01-28block: split scsi_request out of struct requestChristoph Hellwig1-13/+0
2017-01-28block: allow specifying size for extra command dataChristoph Hellwig1-0/+7
2017-01-28block: simplify blk_init_allocated_queueChristoph Hellwig1-2/+1
2017-01-28Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe1-3/+31
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-0/+1
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+5
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+3
2017-01-14block: add blk_rq_payload_bytesChristoph Hellwig1-0/+13
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal1-3/+3
2017-01-12blk-mq: make mq_ops a const pointerJens Axboe1-1/+1
2017-01-12block: relax check on sg gapMing Lei1-1/+21
2016-12-17block: Remove unused member (busy) from struct blk_queue_tagRitesh Harjani1-1/+0
2016-12-14Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+14
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-3/+12
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-0/+19
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni1-0/+3
2016-11-18block: Change extern inline to static inlineTobias Klauser1-1/+1
2016-11-17blk-mq: make the polling code adaptiveJens Axboe1-1/+1
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+1
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-10block: hook up writeback throttlingJens Axboe1-0/+3