summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+7
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-64/+265
2026-08-12iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninitChristoph Hellwig1-0/+1
2026-08-12iomap: don't free integrity payload that doesn't existChristoph Hellwig1-1/+1
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman1-2/+3
2026-07-31block: validate user space vectors during extractionKeith Busch1-0/+1
2026-07-31iomap: add ->iomap_next()Joanne Koong1-2/+6
2026-07-31iomap: use GFP_NOWAIT when application for iomap_dio_simple allocationsChristoph Hellwig1-1/+6
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig1-158/+50
2026-07-31iomap: split iomap_iter() logic into iomap_iter_next()Joanne Koong1-56/+60
2026-07-31iomap: release the folio batch on iomap callback failuresBrian Foster1-4/+14
2026-07-31iomap: add helper to mark folio uptodateJoanne Koong1-0/+6
2026-07-31iomap: add simple dio path for small direct I/OFengnan Chang1-0/+274
2026-07-31iomap: pass error code to should_report_dio_fserror directlyFengnan Chang1-3/+3
2026-07-31iomap: factor out iomap_dio_alignment helperFengnan Chang1-4/+9
2026-07-31iomap: Remove FGP_NOFS from iomap_get_folio()Matthew Wilcox (Oracle)1-1/+1
2026-07-31iomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig1-2/+19
2026-07-23iomap: prevent ioend merge when io_private differsZhang Yi1-0/+2
2026-07-23iomap: add comments for ifs_clear/set_range_dirty()Zhang Yi1-0/+14
2026-07-23iomap: fix out-of-bounds bitmap_set() with zero-length rangeZhang Yi1-8/+14
2026-07-23iomap: fix incorrect did_zero setting in iomap_zero_iter()Zhang Yi1-2/+6
2026-07-23iomap: support invalidating partial foliosZhang Yi1-0/+2
2026-07-23iomap: correct the range of a partial dirty clearZhang Yi1-4/+8
2026-07-01iomap: submit read bio after each extentChristoph Hellwig2-8/+10
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-3/+10
2026-07-01iomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang1-2/+6
2026-07-01iomap: release pages on atomic dio size mismatchFengnan Chang1-1/+6
2026-06-29iomap: always return status from iomap_write_iterBrian Foster1-3/+1
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-23/+115
2026-06-10iomap: pass the correct len to fserror_report_io in __iomap_write_beginChristoph Hellwig1-1/+1
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2026-06-05iomap: Add IOMAP_F_ZERO_TAIL flag to trace event stringsNamjae Jeon1-1/+2
2026-06-05iomap: introduce iomap_fsverity_write() for writing fsverity metadataAndrey Albershteyn1-0/+25
2026-06-05iomap: teach iomap to read files with fsverityAndrey Albershteyn2-2/+40
2026-06-05iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverityAndrey Albershteyn2-10/+36
2026-06-05iomap: introduce IOMAP_F_ZERO_TAIL flagNamjae Jeon1-0/+4
2026-06-04iomap: avoid potential null folio->mapping deref during error reportingJoanne Koong1-5/+5
2026-05-18iomap: don't make REQ_POLLED imply REQ_NOWAITChristoph Hellwig1-1/+1
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig1-1/+1
2026-05-11iomap: remove over-strict inline data boundary checkNamjae Jeon2-4/+0
2026-05-11iomap: add dirty page control to iomap_zero_iterChi Zhiling1-0/+2
2026-05-11iomap: avoid memset iomap when iter is doneFengnan Chang1-6/+6
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-4/+2
2026-04-13Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+1
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+5
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-56/+143
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong1-1/+50
2026-03-23xfs: replace zero range flush with folio batchBrian Foster1-4/+0