summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
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
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R