summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2025-12-07filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-10/+2
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-17/+0
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong1-14/+16
2024-11-08iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-11-08iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-11-08iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong1-10/+14
2024-10-17iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig1-1/+9
2024-10-17iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong1-1/+5
2024-07-25iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)1-1/+2
2024-05-25iomap: write iomap validity checksDave Chinner2-2/+46
2024-05-25iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2024-05-25xfs,iomap: move delalloc punching to iomapDave Chinner1-0/+60
2023-12-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-11/+11
2023-09-13iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)1-5/+0
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2-0/+2
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong1-1/+1
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+0
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-04Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+8
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+10
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-28/+0
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-25/+0
2022-07-25iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-25iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-25iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-22iomap: remove iomap_writepageChristoph Hellwig1-15/+0
2022-07-14fs/iomap: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-06-30iomap: set did_zero to true when zeroing successfullyKaixu Xia1-2/+2
2022-06-30iomap: skip pages past eof in iomap_do_writepage()Chris Mason1-5/+6
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+0
2022-06-27iomap: add support for dma aligned direct-ioKeith Busch1-2/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-2/+1
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro1-9/+11
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-22/+18
2022-05-25Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-7/+18
2022-05-17iomap: don't invalidate folios after writeback errorsDarrick J. Wong1-1/+0
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-3/+5
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig1-4/+13
2022-05-10iomap: Convert to release_folioMatthew Wilcox (Oracle)2-13/+11
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-7/+5
2022-05-09iomap: iomap_write_end cleanupAndreas Gruenbacher1-1/+1
2022-05-09iomap: iomap_write_failed fixAndreas Gruenbacher1-1/+2
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei1-4/+3
2022-04-18block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-01iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)1-5/+4