summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2024-10-151-3/+7
* Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-09-191-24/+14
|\
| * xfs: reclaim speculative preallocations for append only filesChristoph Hellwig2024-09-031-7/+5
| * xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig2024-09-031-15/+7
| * xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong2024-09-011-2/+2
* | xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig2024-08-281-0/+3
* | xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig2024-08-281-0/+8
|/
* xfs: Fix xfs_prepare_shift() range for RTJohn Garry2024-07-011-4/+6
* xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry2024-07-011-4/+8
* xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-261-8/+22
* 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-181-5/+3
| * xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-181-6/+4
| * xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-181-7/+4
| * xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-181-1/+1
| * xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-181-4/+5
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-181-7/+5
| * xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-181-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-101-1/+1
* xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-281-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-101-4/+4
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-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