aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAge
* block: Remove two superfluous #include directivesBart Van Assche2018-08-09
* block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2018-07-26
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-18
* block: remove blkdev_entry_to_request() macroVladimir Zapolskiy2018-07-13
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-09
* blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei2018-07-09
* block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-09
* block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-09
* block: Remove bdev_nr_zones()Bart Van Assche2018-07-09
* block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-26
* block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-15
* blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-14
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-30
* block: move ->timeout request memberJens Axboe2018-05-29
* block: document the blk_eh_timer_return valuesChristoph Hellwig2018-05-29
* block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-29
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-29
* blk-mq: Remove generation seqeunceKeith Busch2018-05-29
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-14
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-09
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-09
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-09
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-26
|\
| * scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche2018-04-19
* | block: add blk_queue_fua() helper functionDave Chinner2018-04-18
|/
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-08
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-08
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-08
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-28
* block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im2018-02-15
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-19
| * block: rearrange a few request fields for better cache layoutJens Axboe2018-01-10
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-10
| * block: add accessors for setting/querying request deadlineJens Axboe2018-01-10
| * block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-10
| * blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo2018-01-09
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-09
| * block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-05
* | block: unalign call_single_data in struct requestJens Axboe2017-12-20
* | block: fix blk_rq_append_bioJens Axboe2017-12-18
* | block: don't let passthrough IO go into .make_request_fn()Ming Lei2017-12-18
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-10
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-10
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-10
| * block: Introduce blk_get_request_flags()Bart Van Assche2017-11-10
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-10