aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig1-5/+0
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig1-13/+0
2017-06-27blk-mq: expose write hints through debugfsJens Axboe1-0/+3
2017-06-27block: add support for write hints in a bioJens Axboe1-0/+2
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-0/+4
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-0/+2
2017-06-20block: Add a comment above queue_lockdep_assert_held()Bart Van Assche1-0/+7
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-0/+4
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-1/+2
2017-06-20block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig1-1/+2
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei1-0/+2
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei1-1/+0
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-2/+1
2017-06-14block: Fix a blk_exit_rl() regressionBart Van Assche1-0/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-9/+12
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+3
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+0
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-2/+0
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-18/+1
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval1-0/+1
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-1/+0
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-46/+30
2017-04-28block: add kblock_mod_delayed_work_on()Jens Axboe1-0/+1
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-17/+0
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates1-1/+4
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+1
2017-04-20block: kill bdev_dax_capable()Dan Williams1-1/+0
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-19block: Inline blk_rq_set_prio()Bart Van Assche1-14/+0
2017-04-19block: 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 <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+26