summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-2/+12
| * xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-291-9/+0
| * xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-291-20/+75
| * xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-291-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-111-2/+2
* | fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-111-1/+1
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+29
|\
| * xfs: support CoW in fsdax modeShiyang Ruan2022-07-171-1/+29
* | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-041-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-091-2/+2
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-2/+2
| |/
* | xfs: Add async buffered write supportStefan Roesch2022-07-241-1/+4
* | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-07-241-3/+3
|/
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+5
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-14/+14
* fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-2/+8
* iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-3/+4
* xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-041-15/+20
* xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig2021-12-041-2/+2
* fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-1/+6
* xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-041-0/+25
* xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong2021-08-231-4/+4
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-6/+6
* xfs: convert mount flags to featuresDave Chinner2021-08-191-2/+2
* xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-2/+2
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-10/+6
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R2021-04-071-2/+3