summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: don't use bio_split_rw on misc operationsChristoph Hellwig2024-08-291-1/+6
| * | | | block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig2024-08-292-0/+24
| * | | | block: rework bio splittingChristoph Hellwig2024-08-293-115/+105
| * | | | blk_iocost: fix more out of bound shiftsKonstantin Ovsepian2024-08-261-3/+5
| * | | | blk-cgroup: Remove unused declaration blkg_path()Yue Haibing2024-08-161-1/+0
| * | | | block: constify ext_pi_ref_escape()Alexey Dobriyan2024-08-131-2/+2
| * | | | block: delete module stuff from t10-piAlexey Dobriyan2024-08-131-4/+0
| * | | | blk-ioprio: remove per-disk structureYu Kuai2024-07-293-62/+0
| * | | | blk-ioprio: remove ioprio_blkcg_from_bio()Yu Kuai2024-07-291-11/+1
| * | | | blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()Yu Kuai2024-07-291-2/+13
| | |/ / | |/| |
* | | | Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-161-9/+1
|\ \ \ \
| * | | | block: remove checks for FALLOC_FL_NO_HIDE_STALEChristoph Hellwig2024-08-281-9/+1
* | | | | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
| * | | | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
| * | | | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
| * | | | block: Use a folio in blkdev_write_end()Matthew Wilcox (Oracle)2024-08-071-2/+3
| | |/ / | |/| |
* | | | block: Prevent deadlocks when switching elevatorsDamien Le Moal2024-09-103-7/+38
| |_|/ |/| |
* | | bio-integrity: don't restrict the size of integrity metadataMikulas Patocka2024-09-041-4/+0
* | | block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroesDarrick J. Wong2024-08-281-1/+1
* | | block: Read max write zeroes once for __blkdev_issue_write_zeroes()John Garry2024-08-191-7/+18
| |/ |/|
* | block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng2024-08-161-2/+3
* | blk-throttle: remove more latency dead-codeDr. David Alan Gilbert2024-07-271-11/+0
|/
* block: fix deadlock between sd_remove & sd_releaseYang Yang2024-07-241-1/+1
* Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-225-13/+37
|\
| * blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng2024-07-192-7/+10
| * block: avoid polling configuration errorshexue2024-07-191-1/+4
| * block: Catch possible entries missing from rqf_name[]John Garry2024-07-191-0/+1
| * block: Simplify definition of RQF_NAME()John Garry2024-07-191-1/+1
| * block: Catch possible entries missing from cmd_flag_name[]John Garry2024-07-191-0/+2
| * block: Catch possible entries missing from alloc_policy_name[]John Garry2024-07-191-0/+1
| * block: Catch possible entries missing from hctx_flag_name[]John Garry2024-07-191-0/+3
| * block: Catch possible entries missing from hctx_state_name[]John Garry2024-07-191-0/+1
| * block: Catch possible entries missing from blk_queue_flag_name[]John Garry2024-07-191-0/+2
| * block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry2024-07-191-0/+2
| * block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2024-07-191-1/+0
| * block: Add missing entry to hctx_flag_name[]John Garry2024-07-191-2/+3
| * block: Add zone write plugging entry to rqf_name[]John Garry2024-07-191-0/+1
| * block: Add missing entries from cmd_flag_name[]John Garry2024-07-191-1/+6
* | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-225-61/+61
|\ \
| * | block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig2024-07-032-21/+12
| * | block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig2024-07-032-37/+33
| * | block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig2024-07-032-1/+3
| * | block: don't call bio_uninit from bio_endioChristoph Hellwig2024-07-031-2/+12
| * | block: split integrity support out of bio.hChristoph Hellwig2024-07-033-2/+3
| * | Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe2024-07-034-4/+30
| |\ \
* | \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-07-191-2/+1
|\ \ \ \
| * | | | scsi: bsg: Pass dev to blk_mq_alloc_queue()John Garry2024-05-311-2/+1
* | | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1530-1416/+1113
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | block: take offset into account in blk_bvec_map_sg againChristoph Hellwig2024-07-091-2/+2