aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_iext_tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-1/+1
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong1-4/+4
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster1-7/+6
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-3/+17
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig1-0/+6
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-9/+1
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong1-2/+2
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang1-1/+1
2017-11-16xfs: fix type usageDarrick J. Wong1-1/+1
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig1-4/+1
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig1-22/+8
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig1-23/+8
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-0/+1035