summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
4 daysMerge branch 'vfs-7.3.iomap' into vfs.allChristian Brauner
4 daysMerge branch 'vfs-7.3.misc' into vfs.allChristian Brauner
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-07-01iomap: add simple dio path for small direct I/OFengnan Chang
2026-07-01iomap: pass error code to should_report_dio_fserror directlyFengnan Chang
2026-07-01iomap: factor out iomap_dio_alignment helperFengnan Chang
2026-07-01iomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig
2026-07-01iomap: Remove FGP_NOFS from iomap_get_folio()Matthew Wilcox (Oracle)
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
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong
2026-03-10iomap: support T10 protection informationChristoph Hellwig
2026-03-10iomap: support ioends for buffered readsChristoph Hellwig
2026-03-10iomap: add a bioset pointer to iomap_read_folio_opsChristoph Hellwig
2026-03-10iomap: allow file systems to hook into buffered read bio submissionChristoph Hellwig
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-10iomap: refactor iomap_bio_read_folio_rangeChristoph Hellwig
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06vfs: widen trace event i_ino fields to u64Jeff Layton
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong