summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong1-1/+50
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong1-5/+10
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong1-6/+7
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong1-3/+12
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong1-1/+14
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+47
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+2
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong1-0/+46
2026-02-14iomap: Describe @private in iomap_readahead()Hongbo Li1-0/+1
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds2-87/+112
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2026-02-10Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-26/+31
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+40
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong1-24/+27
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig1-10/+20
2026-01-28iomap: support ioends for direct readsChristoph Hellwig1-0/+8
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig1-4/+4
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig1-8/+9
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig1-23/+19
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig1-52/+59
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig1-7/+6
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
2026-01-14iomap: wait for batched folios to be stable in __iomap_get_folioChristoph Hellwig1-0/+1
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li1-2/+4
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong3-1/+40
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig1-1/+2
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster2-18/+38
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+15
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong1-18/+19
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig1-19/+14
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig1-11/+48
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig1-30/+48
2025-11-25iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-54/+2
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong1-20/+32
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong1-20/+41
2025-11-12iomap: simplify when reads can be skipped for writesJoanne Koong1-3/+6
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-29/+34
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong2-26/+34
2025-11-12iomap: account for unaligned end offsets when truncating read rangeJoanne Koong1-2/+20
2025-11-12iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...Joanne Koong1-19/+20
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo2-5/+19
2025-11-05iomap: remove old partial eof zeroing optimizationBrian Foster1-25/+0
2025-11-05iomap: optional zero range dirty folio processingBrian Foster2-5/+91
2025-11-05iomap: remove pos+len BUG_ON() to after folio lookupBrian Foster1-4/+1
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong1-8/+1
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]4-88/+103