]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_btree.h
xfs: remove all *_ITER_ABORT values
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_btree.h
2019-12-13  Darrick J. Wongxfs: remove all *_ITER_ABORT values
2019-08-28  Darrick J. Wongxfs: create iterator error codes
2019-08-28  Eric Sandeenxfs: remove unused flag arguments
2018-10-05  Brian Fosterxfs: fold dfops into the transaction
2018-10-05  Brian Fosterxfs: remove xfs_btree_cur private firstblock field
2018-10-04  Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
2018-10-04  Brian Fosterxfs: remove xfs_btree_cur bmbt dfops field
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-06-28  Darrick J. Wongxfs: add helpers to calculate btree size
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-04-18  Carlos MaiolinoCleanup old XFS_BTREE_* traces
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the free...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor long-format btree header verification...
2018-02-27  Darrick J. Wongxfs: remove XFS_FSB_SANITY_CHECK
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: compare btree block keys to parent block's keys...
2017-11-17  Darrick J. Wongxfs: scrub the shape of a metadata btree
2017-11-17  Darrick J. Wongxfs: refactor btree block header checking functions
2017-11-17  Darrick J. Wongxfs: refactor btree pointer checks
2017-10-18  Brian Fosterxfs: skip bmbt block ino validation during owner change
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: always compile the btree inorder check functions
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2017-04-04  Darrick J. Wongxfs: filter out obviously bad btree pointers
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: make xfs_btree_magic more generic
2017-01-10  Dave Chinnerxfs: make xfs btree stats less huge
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format
2016-10-25  Darrick J. Wongxfs: introduce refcount btree definitions
2016-10-25  Darrick J. Wongxfs: count the blocks in a btree
2016-10-25  Darrick J. Wongxfs: create a standard btree size calculator code
2016-10-25  Darrick J. Wongxfs: remove xfs_btree_bigkey
2016-08-10  Darrick J. Wongxfs: remove the get*keys and update_keys btree ops...
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format
2016-08-10  Darrick J. Wongxfs: add rmap btree stats infrastructure
2016-08-10  Darrick J. Wongxfs: introduce rmap btree definitions
2016-08-10  Darrick J. Wongxfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: refactor btree owner change into a separate visit...
2016-08-10  Darrick J. Wongxfs: introduce interval queries on btrees
2016-08-10  Darrick J. Wongxfs: support btrees with overlapping intervals for...
2016-08-10  Darrick J. Wongxfs: add function pointers for get/update keys to the...
2016-08-10  Darrick J. Wongxfs: during btree split, save new block key & ptr for...
2016-08-10  Darrick J. Wongxfs: refactor btree maxlevels computation
2016-02-15  Bill O'Donnellxfs: per-filesystem stats counter implementation
2015-12-20  Darrick J. Wonglibxfs: refactor short btree block verification
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: restructure to match kernel layout