summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: add zone specific block statusesKeith Busch2020-10-131-0/+18
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-4/+3
|\
| * block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-3/+1
| * block: rename bd_invalidatedChristoph Hellwig2020-09-021-1/+3
| * block: remove an outdated comment on the bd_dev fieldChristoph Hellwig2020-09-011-1/+1
| * block: remove the BIO_USER_MAPPED flagChristoph Hellwig2020-09-011-1/+0
| * block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2020-09-011-1/+0
| * block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-0/+1
* | block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu2020-09-251-2/+1
|/
* block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li2020-07-171-4/+4
* block: remove the all_bdevs listChristoph Hellwig2020-07-011-1/+0
* block: remove the unused bd_private field from struct block_deviceChristoph Hellwig2020-07-011-7/+0
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+0
* block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2020-07-011-1/+0
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-241-1/+38
* block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig2020-05-161-2/+0
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+6
* block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-121-0/+14
* block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig2020-04-291-1/+1
* blk_types: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-0/+1
* block: add zone open, close and finish operationsAjay Joshi2019-11-071-0/+25
* block: reorder bio::__bi_remaining for better packingDavid Sterba2019-10-251-1/+1
* blkcg: implement blk-iocostTejun Heo2019-08-281-0/+3
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-141-0/+1
* block: add req op to reset all zones and flagChaitanya Kulkarni2019-08-041-0/+2
* blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe2019-07-211-1/+4
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-101-0/+10
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-6/+0
* block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig2019-05-231-7/+0
* block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-041-13/+16
* block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-0/+1
* block: Fix comment typoDamien Le Moal2019-01-241-1/+1
* block: make request_to_qc_t publicSagi Grimberg2018-12-181-11/+0
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-171-0/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-3/+4
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-2/+1
* block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-071-1/+3
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-0/+1
* block: add a report_zones methodChristoph Hellwig2018-10-251-2/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-1/+0
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-181-0/+8
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-0/+5
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-0/+7
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-091-2/+0
* blk: introduce REQ_SWAPJosef Bacik2018-07-091-1/+2
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-091-1/+1
* block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-021-0/+2
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-4/+0
* block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-091-1/+48