summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: increase number of supported policiesJens Axboe2018-09-111-1/+1
* block: Remove two superfluous #include directivesBart Van Assche2018-08-091-2/+0
* block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2018-07-261-0/+34
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-181-1/+1
* block: remove blkdev_entry_to_request() macroVladimir Zapolskiy2018-07-131-2/+0
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-2/+2
* blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei2018-07-091-2/+0
* block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-091-0/+6
* block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-091-5/+0
* block: Remove bdev_nr_zones()Bart Van Assche2018-07-091-9/+0
* block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-261-2/+2
* block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-151-2/+0
* blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+2
* 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