aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Gravatar Dave Chinner 1-6/+3
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+3
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsGravatar Darrick J. Wong 1-4/+3
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 1-4/+3
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+10
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-2/+2
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-7/+7
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersGravatar Jan Kara 1-7/+8
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2021-06-01xfs: remove unnecessary shiftsGravatar Darrick J. Wong 1-3/+3
2021-05-26xfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-1/+1
2021-05-20xfs: retry allocations when locality-based search failsGravatar Darrick J. Wong 1-1/+14
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeGravatar Darrick J. Wong 1-26/+57
2021-04-15xfs: remove XFS_IFEXTENTSGravatar Christoph Hellwig 1-2/+2
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsGravatar Christoph Hellwig 1-10/+6
2021-04-07xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksGravatar Darrick J. Wong 1-65/+80
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-12/+12
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-4/+4
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-3/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeGravatar Darrick J. Wong 1-24/+5
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomGravatar Darrick J. Wong 1-11/+3
2021-02-03xfs: reserve data and rt quota at the same timeGravatar Darrick J. Wong 1-13/+11
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyGravatar Darrick J. Wong 1-7/+4
2021-02-03xfs: clean up quota reservation callsitesGravatar Darrick J. Wong 1-2/+2
2021-01-22xfs: Check for extent overflow when swapping extentsGravatar Chandan Babu R 1-0/+16
2021-01-22xfs: Check for extent overflow when punching a holeGravatar Chandan Babu R 1-0/+10
2021-01-22xfs: Check for extent overflow when trivally adding a new extentGravatar Chandan Babu R 1-0/+5
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Gravatar Darrick J. Wong 1-13/+5
2020-09-15xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Gravatar Darrick J. Wong 1-0/+16
2020-08-26xfs: finish dfops on every insert range shift iterationGravatar Brian Foster 1-1/+1
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-9/+9
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksGravatar Brian Foster 1-9/+9
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-28/+28
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-16/+12
2020-05-19xfs: don't allow SWAPEXT if we'd screw up quota accountingGravatar Darrick J. Wong 1-0/+7
2020-05-06xfs: clean up the error handling in xfs_swap_extentsGravatar Darrick J. Wong 1-1/+1
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-8/+8
2020-03-02xfs: rework collapse range into an atomic operationGravatar Brian Foster 1-14/+15
2020-03-02xfs: rework insert range into an atomic operationGravatar Brian Foster 1-19/+13
2020-03-02xfs: open code insert range extent split helperGravatar Brian Foster 1-1/+13
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceGravatar Brian Foster 1-0/+12
2019-11-11xfs: attach dquots before performing xfs_swap_extentsGravatar Darrick J. Wong 1-0/+8
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateGravatar Christoph Hellwig 1-7/+0
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 1-23/+0
2019-10-31xfs: properly serialise fallocate against AIO+DIOGravatar Dave Chinner 1-7/+1