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