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