summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-16/+12
* xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong2020-05-191-0/+7
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-05-061-1/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-8/+8
* xfs: rework collapse range into an atomic operationBrian Foster2020-03-021-14/+15
* xfs: rework insert range into an atomic operationBrian Foster2020-03-021-19/+13
* xfs: open code insert range extent split helperBrian Foster2020-03-021-1/+13
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-111-0/+12
* xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong2019-11-111-0/+8
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-031-7/+0
* xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig2019-11-031-23/+0
* xfs: properly serialise fallocate against AIO+DIODave Chinner2019-10-311-7/+1