aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_iext_tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21xfs: fix inode fork extent count overflowGravatar Dave Chinner 1-1/+1
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqGravatar Darrick J. Wong 1-4/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-11xfs: update fork seq counter on data fork changesGravatar Brian Foster 1-7/+6
2018-08-07xfs: use WRITE_ONCE to update if_seqGravatar Christoph Hellwig 1-3/+17
2018-07-31xfs: maintain a sequence count for inode fork manipulationsGravatar Christoph Hellwig 1-0/+6
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-9/+1
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationGravatar Darrick J. Wong 1-2/+2
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafGravatar Shu Wang 1-1/+1
2017-11-16xfs: fix type usageGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafGravatar Christoph Hellwig 1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmGravatar Christoph Hellwig 1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeGravatar Christoph Hellwig 1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeGravatar Christoph Hellwig 1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeGravatar Christoph Hellwig 1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafGravatar Christoph Hellwig 1-4/+1
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeGravatar Christoph Hellwig 1-22/+8
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertGravatar Christoph Hellwig 1-23/+8
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 1-0/+1035