summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-8/+8
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-4/+7
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+2
* xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig2019-10-211-18/+5
* xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig2019-10-211-42/+46
* xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig2019-10-211-11/+11
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-211-40/+21
* xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig2019-10-211-213/+221
* xfs: split out a new set of read-only iomap opsChristoph Hellwig2019-10-211-16/+47
* xfs: factor out a helper to calculate the end_fsbChristoph Hellwig2019-10-211-20/+20
* xfs: fill out the srcmap in iomap_beginChristoph Hellwig2019-10-211-25/+24
* xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig2019-10-211-24/+24