summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-2/+6
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig1-0/+1
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig1-0/+3
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-0/+1
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-0/+2
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig1-0/+1
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-0/+2
2020-12-01block: remove ->bd_containsChristoph Hellwig1-1/+3
2020-12-01block: add a bdev_kobj helperChristoph Hellwig1-0/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-0/+1
2020-10-13block: add zone specific block statusesKeith Busch1-0/+18
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu1-2/+1
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-3/+1
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-1/+3
2020-09-01block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-01block: remove the BIO_USER_MAPPED flagChristoph Hellwig1-1/+0
2020-09-01block: remove the BIO_NULL_MAPPED flagChristoph Hellwig1-1/+0
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig1-0/+1
2020-07-17block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li1-4/+4
2020-07-01block: remove the all_bdevs listChristoph Hellwig1-1/+0
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig1-7/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+0
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig1-1/+0
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig1-1/+38
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig1-2/+0
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+6
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+14
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig1-1/+1
2020-04-18blk_types: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-0/+1
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-0/+25
2019-10-25block: reorder bio::__bi_remaining for better packingDavid Sterba1-1/+1
2019-08-28blkcg: implement blk-iocostTejun Heo1-0/+3
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner1-0/+1
2019-08-04block: add req op to reset all zones and flagChaitanya Kulkarni1-0/+2
2019-07-21blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe1-1/+4
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-0/+10
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-6/+0
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig1-7/+0
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn1-13/+16
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe1-0/+1
2019-01-24block: Fix comment typoDamien Le Moal1-1/+1
2018-12-18block: make request_to_qc_t publicSagi Grimberg1-11/+0
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou1-0/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-3/+4
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-2/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-1/+3
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-0/+1