summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn-19/+31
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig-1/+2
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig-9/+16
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig-2/+6
2025-07-11block: fix kobject leak in blk_unregister_queueMing Lei-0/+1
2025-07-11block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()Arnd Bergmann-6/+10
2025-07-09bio: use memzero_page() in bio_truncate()Matthew Wilcox (Oracle)-2/+2
2025-07-09blk-mq-debugfs: use debugfs_get_aux()Al Viro-7/+5
2025-07-01blk-mq: add number of queue calc helperDaniel Wagner-0/+40
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner-3/+3
2025-07-01fs: add ioctl to query metadata and protection info capabilitiesAnuj Gupta-0/+56
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta-0/+38
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta-14/+14
2025-06-30block: add scatterlist-less DMA mapping helpersChristoph Hellwig-0/+161
2025-06-30block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig-7/+16
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal-21/+5
2025-06-30block: Increase BLK_DEF_MAX_SECTORS_CAPDamien Le Moal-0/+9
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds-11/+15
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai-11/+15
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)-1/+1
2025-06-23block: add FALLOC_FL_WRITE_ZEROES supportZhang Yi-1/+11
2025-06-23block: factor out common part in blkdev_fallocate()Zhang Yi-18/+14
2025-06-23block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limitsZhang Yi-2/+44
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes-6/+6
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds-15/+19
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe-13/+13
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig-2/+5
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+7
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds-18/+6
2025-06-03block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos-6/+1
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+4
2025-06-03block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos-12/+5
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-1189/+1191
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn-2/+2
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+1
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds-15/+47
2025-05-16blk-mq: add a copyright notice to blk-mq-dma.cChristoph Hellwig-0/+3
2025-05-16blk-mq: move the DMA mapping code to a separate fileChristoph Hellwig-135/+136
2025-05-15block: fix elv_update_nr_hw_queues() to reattach elevatorNilay Shroff-1/+1
2025-05-15block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warningsJens Axboe-2/+2
2025-05-14block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}Lukas Bulwahn-8/+0
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino-1/+2
2025-05-14Merge branch 'block-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ax...Carlos Maiolino-52/+148
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig-37/+25
2025-05-13blk-throttle: Prevents the bps restricted io from entering the bps queue againZizhi Wo-11/+53