summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-271-5/+0
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-271-13/+0
* blk-mq: expose write hints through debugfsJens Axboe2017-06-271-0/+3
* block: add support for write hints in a bioJens Axboe2017-06-271-0/+2
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-221-0/+4
|\
| * blk-mq: fix performance regression with shared tagsJens Axboe2017-06-211-0/+2
| * block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-141-0/+2
* | block: Add a comment above queue_lockdep_assert_held()Bart Van Assche2017-06-201-0/+7
* | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-201-0/+4
* | block: Make request operation type argument declarations consistentBart Van Assche2017-06-201-1/+2
* | block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig2017-06-201-1/+2
* | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-181-0/+2
* | blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2017-06-181-1/+0
* | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-2/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-9/+12
* | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+3
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-2/+0
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-2/+0
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-1/+1
|\ \
| * | blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-041-0/+1
| * | blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-1/+0
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-18/+1
|\ \ \ | |/ / |/| / | |/
| * block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-17/+0
| * dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+1
| * block: kill bdev_dax_capable()Dan Williams2017-04-201-1/+0
* | 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
OpenPOWER on IntegriCloud