aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01-31block: move internal_tag to same cache line as tagJens Axboe1-2/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-11/+11
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-5/+11
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-13/+0
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig1-0/+7
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig1-2/+1
2017-01-27Merge 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-13block: 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-11blk-mq: make mq_ops a const pointerJens Axboe1-1/+1
2017-01-11block: 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-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus 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
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+7
2016-11-05block: add code to track actual device queue depthJens Axboe1-0/+11
2016-11-03block: immediately dispatch big size requestShaohua Li1-0/+1
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche1-0/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-24/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+48
2016-10-19block: Add iocontext priority to requestAdam Manzanares1-0/+14
2016-10-18blk-zoned: implement ioctlsShaun Tancheff1-0/+21
2016-10-18block: Implement support for zoned block devicesHannes Reinecke1-0/+31
2016-10-18block: Add 'zoned' queue limitDamien Le Moal1-0/+47
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-1/+1
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe1-1/+1
2016-08-16block: Fix secure eraseAdrian Hunter1-2/+4
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-1/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-1/+1
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman1-1/+0
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+8
2016-07-20block: Fix front merge checkDamien Le Moal1-2/+3
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-0/+2
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-2/+0