summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong2019-10-291-130/+20
* xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig2019-10-281-37/+0
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-7/+8
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+2
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-211-1/+2
* xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz2019-10-061-1/+3
* xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-301-3/+3
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-12/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-3/+3
* xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-6/+3
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2018-12-041-2/+2
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-211-1/+1
* xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2018-11-201-7/+1