summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+7
* block: add a report_zones methodChristoph Hellwig2018-10-251-5/+3Star
* block: Expose queue nr_zones in sysfsDamien Le Moal2018-10-251-0/+10
* block: Introduce blkdev_nr_zones() helperDamien Le Moal2018-10-251-0/+5
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-0/+3
|\
| * block: Add PCI P2P flag for request queueLogan Gunthorpe2018-10-171-0/+3
* | block: describe difference between flags IO_STAT and STATSKonstantin Khlebnikov2018-10-111-4/+4
* | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-1/+1
|\|
| * blk-cgroup: increase number of supported policiesJens Axboe2018-09-111-1/+1
* | block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-261-5/+9
* | block: Move power management code into a new source fileBart Van Assche2018-09-261-23/+0Star
* | block: move req_gap_back_merge to blk.hChristoph Hellwig2018-09-241-19/+0Star
* | block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2018-09-241-69/+0Star
* | block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2018-09-241-31/+0Star
|/
* block: Remove two superfluous #include directivesBart Van Assche2018-08-091-2/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* block: Remove bdev_nr_zones()Bart Van Assche2018-07-091-9/+0Star
* block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-261-2/+2
* block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-151-2/+0Star
* 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/+0Star
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-23/+12Star
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-4/+1Star
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-36/+2Star
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-091-15/+6Star
* 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-261-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/+0Star
* 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/+0Star
| * 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/+0Star