summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2021-03-25xfs: refactor realtime inode lockingrefactor-rt-locking_2021-03-25Darrick J. Wong
2021-03-25xfs: remove old swap extents implementationDarrick J. Wong
2021-03-25xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2021-03-25xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2021-03-25xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2021-03-25xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2021-03-25xfs: create deferred log items for extent swappingDarrick J. Wong
2021-03-25xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-03-25xfs: force inode garbage collection before fallocate when space is lowDarrick J. Wong
2021-03-25xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick 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: 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 ...xfs-5.10-merge-2Darrick 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 icdinodexfs-5.7-merge-6Christoph 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+DIOxfs-5.5-merge-7Dave Chinner
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-28xfs: consolidate preallocation in xfs_file_fallocatexfs-5.5-merge-5Christoph 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: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz
2019-08-30xfs: cleanup xfs_fsb_to_dbChristoph Hellwig
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong