summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-10-07xfs: don't allocate COW extents when unsharing a holeDarrick 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-07-01xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-29xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi
2024-04-29xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig
2024-04-22xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2024-02-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan
2022-12-04xfs: Remove duplicated include in xfs_iomap.cYang Li
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong
2022-11-28xfs: add debug knob to slow down write for funDarrick J. Wong
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner
2022-11-23xfs: use byte ranges for write cleanup rangesDave Chinner
2022-11-23xfs: punching delalloc extents on write failure is racyDave Chinner
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-07-24xfs: Add async buffered write supportStefan Roesch
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch
2022-07-17xfs: support CoW in fsdax modeShiyang Ruan
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong