aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+29
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2022-07-24xfs: Add async buffered write supportStefan Roesch1-1/+4
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-17xfs: 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-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-2/+2
2022-07-09xfs: 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-23xfs: 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-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an unwritten extentChandan 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-10xfs: 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
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong1-1/+1
2021-02-01xfs: reduce exclusive locking on unaligned dioDave Chinner1-8/+21
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R1-0/+5
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+5
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner1-0/+29
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-12/+12
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-6/+6
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-3/+3
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong1-48/+35
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong1-13/+27
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+2
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-4/+2
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-2/+1
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig1-53/+29