summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-1/+29
|\
| * xfs: support CoW in fsdax modeShiyang Ruan2022-06-271-1/+29
* | xfs: Add async buffered write supportStefan Roesch2022-06-271-1/+4
* | xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch2022-06-271-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
* Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-30/+23
|\
| * xfs: restore shutdown check in mapped write fault pathBrian Foster2021-02-101-0/+3
| * xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-1/+2
| * xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-17/+5
| * xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-9/+2
| * xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-13/+13
| * xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong2021-02-031-4/+2
| * xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong2021-02-031-1/+1
| * xfs: Check for extent overflow when writing to unwritten extentChandan Babu R2021-01-221-0/+5
| * xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+5
* | xfs: reduce exclusive locking on unaligned dioDave Chinner2021-02-011-8/+21
|/
* xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner2020-11-191-0/+29
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-12/+12
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-6/+6
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-3/+3
* xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong2020-05-271-48/+35
* xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong2020-05-271-13/+27
* xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong2020-05-271-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+2
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: change return value of xfs_inode_need_cow to intzhengbin2020-01-201-1/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-4/+2
* xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong2019-11-111-0/+10
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-2/+1
* xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig2019-11-031-53/+29
* xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig2019-11-031-15/+13
* xfs: mark xfs_eof_alignment staticChristoph Hellwig2019-11-031-1/+1
* xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig2019-11-031-25/+22
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-291-2/+2