summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
* block: move ->timeout request memberJens Axboe2018-05-291-2/+2
* block: document the blk_eh_timer_return valuesChristoph Hellwig2018-05-291-2/+2
* block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-291-1/+0
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-23/+12
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-4/+1
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-36/+2
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-091-15/+6
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-8/+18
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-251-0/+5
|\
| * scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche2018-04-191-0/+5
* | block: add blk_queue_fua() helper functionDave Chinner2018-04-181-0/+1
|/
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-11/+31
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-081-69/+0
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-081-0/+6
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-0/+5
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-081-11/+11
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+2
* block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im2018-02-151-1/+1
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-17/+155
|\
| * block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-191-2/+0
| * block: rearrange a few request fields for better cache layoutJens Axboe2018-01-101-13/+15
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-101-2/+0
| * 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-141-19/+17
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-101-2/+2
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-101-1/+1
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-101-0/+6
| * block: Introduce blk_get_request_flags()Bart Van Assche2017-11-101-0/+3
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-101-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/+0
| * block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-5/+0
* | 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/+29
|\
| * block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-101-31/+29
* | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+0
|\ \
| * | bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block2017-08-241-1/+0
| |/
* / smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
|/