summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong1-3/+12
2024-02-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner1-2/+2
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong1-2/+3
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong1-1/+4
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-2/+2
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong1-1/+1
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-71/+114
2022-12-12xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-12fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan1-1/+1
2022-12-04xfs: Remove duplicated include in xfs_iomap.cYang Li1-2/+0
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2022-11-29xfs: add debug knob to slow down write for funDarrick J. Wong1-2/+12
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner1-9/+0
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner1-20/+75
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner1-6/+2
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-39/+8
2022-11-23xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2022-11-23xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner1-0/+9
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+29
2022-08-05Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2022-07-25xfs: Add async buffered write supportStefan Roesch1-1/+4
2022-07-25xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-18xfs: support CoW in fsdax modeShiyang Ruan1-1/+29
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-2/+2
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-2/+2
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+5
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-14/+14
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig1-2/+8
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig1-3/+4
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig1-15/+20
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig1-2/+2
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-1/+6
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan1-0/+25
2021-08-24xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong1-4/+4
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-6/+6
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+2
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-2/+2
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-10/+6
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R1-2/+3
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-30/+23
2021-02-11xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong1-1/+2
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-17/+5
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-9/+2
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-13/+13
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong1-4/+2