aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-04block: fix comment for op_is_zone_mgmt() to include RESET_ALLshechenglong1-4/+1
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+12
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-2/+0
2025-11-06block: accumulate memory segment gaps per bioKeith Busch1-0/+12
2025-10-28block: make REQ_OP_ZONE_OPEN a write operationDamien Le Moal1-5/+5
2025-10-28block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALLDamien Le Moal1-0/+1
2025-09-10block: cleanup bio_issueYu Kuai1-5/+2
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch1-0/+2
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-7/+5
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch1-2/+0
2025-06-30block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig1-0/+2
2025-06-30block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal1-3/+3
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo1-0/+8
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig1-0/+1
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-1/+0
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2024-09-16block: remove bogus unionKanchan Joshi1-3/+1
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers1-0/+3
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry1-0/+1
2024-06-20block: Add core atomic write supportJohn Garry1-1/+7
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+9
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-18/+12
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann1-6/+0
2024-05-03RIP ->bd_inodeAl Viro1-1/+0
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro1-0/+1
2024-05-02bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro1-3/+3
2024-05-02bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro1-1/+1
2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro1-1/+1
2024-05-02bdev: move ->bd_write_holder into ->__bd_flagsAl Viro1-1/+1
2024-05-02bdev: move ->bd_read_only to ->__bd_flagsAl Viro1-1/+1
2024-05-02bdev: infrastructure for flagsAl Viro1-1/+2
2024-04-17block: Remove zone write lockingDamien Le Moal1-1/+0
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal1-16/+4
2024-04-17block: Implement zone append emulationDamien Le Moal1-0/+1
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-1/+7
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-42/+0
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+2
2024-02-05block: move cgroup time handling code into blk.hJens Axboe1-42/+0
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-4/+4
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-5/+3
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-4/+4
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai1-0/+1
2023-11-28block: move .bd_inode into 1st cacheline of block_deviceMing Lei1-1/+2
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara1-0/+1
2023-11-18super: remove bd_fsfreeze_sbChristian Brauner1-5/+2
2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner1-1/+1
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig1-1/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+8
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig1-1/+0