summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)Author
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove ->bd_containsChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-10-13block: add zone specific block statusesKeith Busch
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-01block: remove an outdated comment on the bd_dev fieldChristoph Hellwig
2020-09-01block: remove the BIO_USER_MAPPED flagChristoph Hellwig
2020-09-01block: remove the BIO_NULL_MAPPED flagChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-07-17block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li
2020-07-01block: remove the all_bdevs listChristoph Hellwig
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig
2020-04-18blk_types: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov
2019-11-07block: add zone open, close and finish operationsAjay Joshi
2019-10-25block: reorder bio::__bi_remaining for better packingDavid Sterba
2019-08-28blkcg: implement blk-iocostTejun Heo
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner
2019-08-04block: add req op to reset all zones and flagChaitanya Kulkarni
2019-07-21blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe
2019-01-24block: Fix comment typoDamien Le Moal
2018-12-18block: make request_to_qc_t publicSagi Grimberg
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou