aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/vfs/vfsLinus 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
2023-06-05block: introduce holder opsChristoph Hellwig1-0/+2
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells1-0/+1
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig1-1/+1
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen1-0/+6
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal1-0/+6
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-2/+2
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-8/+13
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-13/+5
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe1-0/+1
2023-04-16block: re-arrange the struct block_device fields for better layoutJens Axboe1-8/+12
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-2/+2
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig1-7/+0
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig1-1/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai1-1/+1
2022-07-14block: Introduce the type blk_opf_tBart Van Assche1-46/+51
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-2/+4
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-8/+8
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2022-05-27block: document BLK_STS_AGAIN usageHannes Reinecke1-0/+4
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-05-12block: Fix the bio.bi_opf commentBart Van Assche1-3/+2
2022-05-12block: reorder the REQ_ flagsChristoph Hellwig1-7/+8
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig1-1/+1
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-1/+2
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka1-0/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo1-1/+2
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-1/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-2/+0
2022-02-03block: introduce BLK_STS_OFFLINESong Liu1-0/+7
2021-10-18block: cache inode size in bdevJens Axboe1-0/+1
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig1-0/+17
2021-10-18block: cache request queue in bdevPavel Begunkov1-0/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-7/+5