aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/iomap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-28iomap: Fix conflicting values of iomap flagsRitesh Harjani (IBM)1-8/+7
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-7/+5
2025-03-06iomap: Support SW-based atomic writesJohn Garry1-1/+7
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-1/+1
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsChristian Brauner1-0/+1
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe1-0/+1
2025-02-26iomap: introduce a full map advance helperBrian Foster1-0/+10
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster1-4/+3
2025-02-10iomap: support incremental iomap_iter advancesBrian Foster1-2/+6
2025-02-10iomap: export iomap_iter_advance() and return remaining lengthBrian Foster1-0/+1
2025-02-10iomap: factor out iomap length helperBrian Foster1-4/+19
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig1-3/+2
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig1-0/+1
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig1-4/+6
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig1-1/+14
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig1-0/+7
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig1-2/+18
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig1-5/+7
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li1-1/+1
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2024-11-05iomap: add a merge boundary flagChristoph Hellwig1-0/+4
2024-11-04fs: iomap: Atomic write supportJohn Garry1-0/+1
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+19
2024-10-21iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-1/+19
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig1-3/+3
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig1-0/+14
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong1-0/+1
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig1-2/+2
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig1-1/+2
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig1-4/+6
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+1
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2024-02-01iomap: map multiple blocks at a timeChristoph Hellwig1-0/+7
2024-02-01iomap: don't chain biosChristoph Hellwig1-2/+6
2024-02-01iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig1-1/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+4
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-0/+1
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)1-1/+1
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)1-6/+0
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+15
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig1-2/+1
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-4/+4
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher1-3/+3
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher1-4/+5
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher1-0/+1
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher1-6/+6