summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-011-1/+1
|\
| * xfs: don't allocate COW extents when unsharing a holeDarrick J. Wong2024-10-071-1/+1
* | xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig2024-10-151-3/+5
* | xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig2024-10-151-8/+8
* | xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig2024-10-151-10/+8
* | xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2024-10-151-1/+2
* | xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig2024-10-151-4/+12
* | xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2024-10-151-0/+2
* | iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig2024-10-151-0/+2
* | iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-10-151-2/+14
|/
* iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig2024-09-101-14/+3
* iomap: pass the iomap to the punch callbackChristoph Hellwig2024-09-101-1/+2
* iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-09-101-2/+3
* xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig2024-07-011-37/+34
* xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2024-06-261-22/+12
* xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-031-7/+2
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-031-2/+2
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-301-8/+0
* xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi2024-04-291-0/+29
* xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi2024-04-291-5/+5
* xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig2024-04-221-2/+0
* xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig2024-04-221-12/+31
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-221-3/+12
* xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner2024-02-211-2/+2
* xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong2023-05-021-2/+3
* xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong2023-03-241-1/+4
* iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-2/+2
* xfs: make xfs_iomap_page_ops staticDarrick J. Wong2022-12-261-1/+1
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-141-71/+114
|\
| * xfs: Remove duplicated include in xfs_iomap.cYang Li2022-12-041-2/+0
| * xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong2022-11-301-4/+4
| * xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-291-2/+12
| * xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-281-9/+0
| * xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-281-20/+75
| * xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-281-6/+2
| * xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-231-39/+8
| * xfs: use byte ranges for write cleanup rangesDave Chinner2022-11-231-15/+25
| * xfs: punching delalloc extents on write failure is racyDave Chinner2022-11-231-18/+23
| * xfs: write page faults in iomap are not buffered writesDave Chinner2022-11-071-0/+9
* | xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-121-2/+2
* | fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-121-1/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+29
|\
| * xfs: support CoW in fsdax modeShiyang Ruan2022-07-181-1/+29
* | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-051-4/+4
|\ \
| * | xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+1
| * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-2/+2
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-2/+2
| |/
* | xfs: Add async buffered write supportStefan Roesch2022-07-251-1/+4
* | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-07-251-3/+3
|/
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+5