summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21xfs: factor out a xfs_iomap_set_anon_write helperChristoph Hellwig1-5/+1
2026-08-21xfs: fix zoned write iomap flags assignmentsChristoph Hellwig1-2/+1
2026-07-31xfs: convert iomap ops to ->iomap_next()Joanne Koong1-10/+29
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig1-1/+1
2026-06-10xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-2/+2
2026-04-13Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-34/+112
2026-03-23xfs: report cow mappings with dirty pagecache for iomap zero rangeBrian Foster1-4/+22
2026-03-23xfs: replace zero range flush with folio batchBrian Foster1-14/+6
2026-03-23xfs: only flush when COW fork blocks overlap data fork holesBrian Foster1-6/+30
2026-03-23xfs: look up cow fork extent earlier for buffered iomap_beginBrian Foster1-21/+25
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster1-3/+22
2026-03-23xfs: flush dirty pagecache over hole in zoned mode zero rangeBrian Foster1-0/+19
2026-03-23xfs: fix iomap hole map reporting for zoned zero rangeBrian Foster1-8/+10
2026-03-10xfs: support T10 protection informationChristoph Hellwig1-3/+6
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster1-5/+6
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+30
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong1-11/+50
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong1-2/+19
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster1-0/+23
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster1-9/+8
2025-09-23xfs: rework datasync tracking and executionDave Chinner1-3/+12
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig1-4/+8
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig1-1/+1
2025-05-07xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()John Garry1-2/+60
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry1-0/+128
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+521
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+6
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-0/+4
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig1-0/+53
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig1-3/+183
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-0/+1
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig1-0/+279
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-4/+5
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino1-2/+2
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-01-27xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang1-4/+2
2024-11-12Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-7/+30
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-1/+12
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-2/+2
2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong1-7/+30
2024-11-05xfs: don't merge ioends across RTGsDarrick J. Wong1-1/+12
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-2/+2
2024-11-05xfs: remove xfs_page_mkwrite_iomap_opsChristoph Hellwig1-9/+8
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig1-3/+5