summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+1
2021-08-31Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-08-23bio: add allocation cache abstractionJens Axboe1-0/+1
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-0/+1
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+0
2021-08-09block: look up holders by bdevChristoph Hellwig1-3/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-3/+0
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal1-0/+1
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-3/+0
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+0
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-28/+1
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-0/+1
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-2/+1
2020-12-02block: merge struct block_device and struct hd_structChristoph Hellwig1-2/+6
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-12-02block: move the policy field to struct block_deviceChristoph Hellwig1-0/+1
2020-12-02block: move make_it_fail to struct block_deviceChristoph Hellwig1-0/+3
2020-12-02block: move holder_dir to struct block_deviceChristoph Hellwig1-0/+1
2020-12-02block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-0/+2
2020-12-02block: move the start_sect field to struct block_deviceChristoph Hellwig1-0/+1
2020-12-02block: move disk stat accounting to struct block_deviceChristoph Hellwig1-0/+2
2020-12-02block: remove ->bd_containsChristoph Hellwig1-1/+3
2020-12-02block: add a bdev_kobj helperChristoph Hellwig1-0/+3
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-0/+1
2020-10-14block: 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-02block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: 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-13block: 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