summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2026-02-06iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
2024-11-08iomap: don't bother unsharing delalloc extentsDarrick J. Wong
2024-11-08iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig
2024-11-08iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong
2024-10-17iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig
2024-10-17iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong
2024-07-25iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)
2024-05-25iomap: write iomap validity checksDave Chinner
2024-05-25iomap: buffered write failure should not truncate the page cacheDave Chinner
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner
2023-09-13iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch
2022-07-24iomap: Add async buffered write supportStefan Roesch
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch
2022-07-22iomap: remove iomap_writepageChristoph Hellwig
2022-06-30iomap: set did_zero to true when zeroing successfullyKaixu Xia
2022-06-30iomap: skip pages past eof in iomap_do_writepage()Chris Mason
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16iomap: don't invalidate folios after writeback errorsDarrick J. Wong
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-05-08iomap: iomap_write_end cleanupAndreas Gruenbacher
2022-05-08iomap: iomap_write_failed fixAndreas Gruenbacher
2022-04-01iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)
2022-03-14iomap: Fix iomap_invalidatepage tracepointMatthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner