summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-12/+12
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-3/+3
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-24/+5
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-11/+3
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-13/+11
* xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong2021-02-031-7/+4
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+2
* xfs: Check for extent overflow when swapping extentsChandan Babu R2021-01-221-0/+16
* xfs: Check for extent overflow when punching a holeChandan Babu R2021-01-221-0/+10
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+5
* xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-211-13/+5
* xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-151-0/+16
* xfs: finish dfops on every insert range shift iterationBrian Foster2020-08-261-1/+1
* Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-071-9/+9
|\
| * xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-061-9/+9
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-28/+28