summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_iext_tree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-5/+0Star
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-121-7/+6Star
* xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-071-3/+17
* xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2018-07-311-0/+6
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-9/+1Star
* xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong2017-12-141-2/+2
* xfs: fix memory leak in xfs_iext_free_last_leafShu Wang2017-11-211-1/+1
* xfs: fix type usageDarrick J. Wong2017-11-161-1/+1
* xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig2017-11-091-7/+17
* xfs: add comments documenting the rebalance algorithmChristoph Hellwig2017-11-091-0/+24
* xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig2017-11-091-2/+1Star
* xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig2017-11-091-1/+0Star
* xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig2017-11-091-0/+8
* xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig2017-11-091-4/+1Star
* xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig2017-11-061-22/+8Star
* xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig2017-11-061-23/+8Star
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-0/+1035