summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
6 daysMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
6 daysMerge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysMerge 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
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig
2026-01-28iomap: support ioends for direct readsChristoph Hellwig
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig
2026-01-14iomap: wait for batched folios to be stable in __iomap_get_folioChristoph Hellwig
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong