summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_iext_tree.c
AgeCommit message (Expand)Author
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-08-28xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang
2017-11-16xfs: fix type usageDarrick J. Wong
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig