summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-0/+1
|\
| * block: fix argument type of bio_trim()Chaitanya Kulkarni2021-08-231-0/+1
* | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+1
|\ \
| * | bio: add allocation cache abstractionJens Axboe2021-08-231-0/+1
| |/
* | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-1/+0
* | block: look up holders by bdevChristoph Hellwig2021-08-091-3/+0
* | block: make the block holder code optionalChristoph Hellwig2021-08-091-1/+1
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-3/+0
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-3/+0
* | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-0/+1
|\ \ | |/ |/|
| * block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal2021-06-041-0/+1
* | block: move bd_part_count to struct gendiskChristoph Hellwig2021-06-011-3/+0
* | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-1/+0
|/
* block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-081-28/+1
* block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2021-01-241-0/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-2/+1
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-2/+6
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-1/+1
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-011-0/+1
* block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-011-0/+3
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-0/+1
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-0/+2
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-0/+1
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-0/+2
* block: remove ->bd_containsChristoph Hellwig2020-12-011-1/+3
* block: add a bdev_kobj helperChristoph Hellwig2020-12-011-0/+3
* fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-0/+1
* 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