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