summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
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
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-10xfs: restore shutdown check in mapped write fault pathBrian Foster
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong
2021-02-01xfs: reduce exclusive locking on unaligned dioDave Chinner
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig
2019-10-21xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig