summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-01xfs: remove unnecessary shiftsDarrick J. Wong
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong
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 check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
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: clean up quota reservation callsitesDarrick J. Wong
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong
2020-09-15xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
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-05-19xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong
2020-05-06xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-02xfs: rework collapse range into an atomic operationBrian Foster
2020-03-02xfs: rework insert range into an atomic operationBrian Foster
2020-03-02xfs: open code insert range extent split helperBrian Foster
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-11-11xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateChristoph 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