summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
...
| * block: add accessors for setting/querying request deadlineJens Axboe2018-01-101-1/+3
| * block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-101-0/+2
| * blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo2018-01-091-0/+2
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-091-0/+23
| * block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-051-0/+111
* | block: unalign call_single_data in struct requestJens Axboe2017-12-201-1/+1
* | block: fix blk_rq_append_bioJens Axboe2017-12-181-1/+1
* | block: don't let passthrough IO go into .make_request_fn()Ming Lei2017-12-181-2/+19
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-19/+17Star
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-111-2/+2
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-111-1/+1
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-111-0/+6
| * block: Introduce blk_get_request_flags()Bart Van Assche2017-11-111-0/+3
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-111-1/+1
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+3
| * block: add a blk_steal_bios helperChristoph Hellwig2017-11-031-0/+2
| * block: provide a direct_make_request helperChristoph Hellwig2017-11-031-0/+1
| * fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2017-10-121-11/+0Star
| * block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-5/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-0/+1
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-31/+29Star
|\
| * block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-101-31/+29Star
* | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+0Star
|\ \
| * | bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block2017-08-241-1/+0Star
| |/
* / smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
|/
* block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-271-5/+0Star
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-271-13/+0Star
* 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-231-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-211-0/+7
* | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-211-0/+4
* | block: Make request operation type argument declarations consistentBart Van Assche2017-06-211-1/+2
* | block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig2017-06-211-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/+0Star
* | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-2/+1Star
* | 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-131-2/+0Star
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-2/+0Star
* | 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/+0Star
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-061-18/+1Star
|\ \ \ | |/ / |/| / | |/
| * block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-17/+0Star