summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-23xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-10-17xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create a helper to convert extlen to rtextlenDarrick J. Wong
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong
2023-10-17xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2023-04-12xfs: fix BUG_ON in xfs_getbmap()Ye Bin
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong
2022-07-12xfs: replace inode fork size macros with functionsDarrick 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 clearedDarrick 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* ioctlsDarrick 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 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