aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+7
2018-10-25block: add a report_zones methodChristoph Hellwig1-5/+3
2018-10-25block: Expose queue nr_zones in sysfsDamien Le Moal1-0/+10
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal1-0/+5
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2018-10-17block: Add PCI P2P flag for request queueLogan Gunthorpe1-0/+3
2018-10-11block: describe difference between flags IO_STAT and STATSKonstantin Khlebnikov1-4/+4
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-5/+9
2018-09-26block: Move power management code into a new source fileBart Van Assche1-23/+0
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig1-19/+0
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig1-69/+0
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig1-31/+0
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe1-1/+1
2018-08-09block: Remove two superfluous #include directivesBart Van Assche1-2/+0
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards1-0/+34
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-1/+1
2018-07-13block: remove blkdev_entry_to_request() macroVladimir Zapolskiy1-2/+0
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-2/+2
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei1-2/+0
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-0/+6
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche1-5/+0
2018-07-09block: Remove bdev_nr_zones()Bart Van Assche1-9/+0
2018-06-26block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-06-15block: remov blk_queue_invalidate_tagsChristoph Hellwig1-2/+0
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig1-0/+2
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-29block: move ->timeout request memberJens Axboe1-2/+2
2018-05-29block: document the blk_eh_timer_return valuesChristoph Hellwig1-2/+2
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig1-1/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-23/+12
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-4/+1
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-36/+2
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval1-15/+6
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-8/+18
2018-04-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2018-04-19scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche1-0/+5
2018-04-18block: add blk_queue_fua() helper functionDave Chinner1-0/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-11/+31
2018-03-08block: Move the queue_flag_*() functions from a public into a private header fileBart Van Assche1-69/+0
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche1-0/+6
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-0/+5
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche1-11/+11
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+2
2018-02-15block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+155
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-2/+0
2018-01-10block: rearrange a few request fields for better cache layoutJens Axboe1-13/+15
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-2/+0