summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
7 daysiomap: submit read bio after each extentChristoph Hellwig
7 daysiomap: consolidate bio submissionChristoph Hellwig
7 daysiomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang
7 daysiomap: release pages on atomic dio size mismatchFengnan Chang
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
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong
2026-02-14iomap: Describe @private in iomap_readahead()Hongbo Li
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds