summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-031-18/+5
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-031-6/+3
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-301-16/+15
* xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong2024-04-151-2/+2
* xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-221-4/+4
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-6/+4
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-1/+1
* xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig2023-12-221-131/+0
* xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-221-11/+1
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-081-40/+34
|\
| * xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig2023-10-231-11/+13
| * xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2023-10-171-5/+3
| * xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-171-6/+4
| * xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-171-7/+4
| * xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-1/+1
| * xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-4/+5
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-171-7/+5
| * xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-171-3/+3
* | xfs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+4
|/
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+4
* xfs: fix negative array access in xfs_getbmapDarrick J. Wong2023-05-021-1/+3
* xfs: fix BUG_ON in xfs_getbmap()Ye Bin2023-04-121-8/+6
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-1/+1
* xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-291-4/+6
* xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong2022-07-311-8/+9
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-2/+2
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-5/+5
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-4/+4
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-2/+2
* xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+13
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-6/+8
* xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2022-02-011-6/+3
* Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-4/+3
|\
| * xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong2022-01-171-4/+3
* | xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-041-4/+3
|/
* Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-10/+10
|\
| * xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-2/+2
| * xfs: convert mount flags to featuresDave Chinner2021-08-191-1/+1
| * xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* | xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2021-07-131-7/+8
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-3/+3
|\
| * xfs: remove unnecessary shiftsDarrick J. Wong2021-06-011-3/+3
* | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-1/+1
|\ \ | |/ |/|
| * xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
* | xfs: retry allocations when locality-based search failsDarrick J. Wong2021-05-201-1/+14
* | xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong2021-05-161-26/+57
|/
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-2/+2
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-10/+6
* xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2021-04-071-65/+80