summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2022-10-14xfs: Don't free EOF blocks on close when extent size hints are setreduce-eofblocks-gc-on-close_2022-10-14Dave Chinner
2022-10-14xfs: enable extent size hints for CoW operationsDarrick J. Wong
2022-10-14xfs: enable CoW for realtime dataDarrick J. Wong
2022-10-14xfs: refactor realtime inode lockingDarrick J. Wong
2022-10-14xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2022-10-14xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2022-10-14xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-10-14xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2022-10-14xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2022-10-14xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units_2022-10-14Darrick J. Wong
2022-10-14xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2022-10-14xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-10-14xfs: remove old swap extents implementationDarrick J. Wong
2022-10-14xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2022-10-14xfs: port xfs_swap_extent_forks to use xfs_swapext_reqDarrick J. Wong
2022-10-14xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2022-10-14xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2022-10-14xfs: add a ->xchg_file_range handlerDarrick J. Wong
2022-10-14xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2022-10-14xfs: support in-memory buffer cache targetsDarrick J. Wong
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedxfs-5.19-fixes-3Darrick J. Wong
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsxfs-5.17-merge-5Darrick J. Wong
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan
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 shiftsunit-conversion-cleanups-5.14_2021-06-06unit-conversion-cleanups-5.14_2021-06-05unit-conversion-cleanups-5.14_2021-06-03unit-conversion-cleanups-5.14_2021-06-01Darrick 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