]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rmap_btree.c
xfs: replace no-op firstblock init with ->t_firstblock
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rmap_btree.c
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: don't ASSERT on short form btree root pointer...
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  Brian Fosterxfs: account only rmapbt-used blocks against rmapbt...
2018-04-18  Carlos MaiolinoCleanup old XFS_BTREE_* traces
2018-02-27  Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
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-01-11  Darrick J. Wongxfs: use the actual AG length when reserving blocks
2017-01-10  Dave Chinnerxfs: make xfs btree stats less huge
2016-10-25  Darrick J. Wongxfs: preallocate blocks for worst-case btree expansion
2016-10-25  Darrick J. Wongxfs: introduce refcount btree definitions
2016-08-18  Darrick J. Wongxfs: store rmapbt block count in the AGF
2016-08-10  Darrick J. Wongxfs: remove the get*keys and update_keys btree ops...
2016-08-10  Darrick J. Wongxfs: support overlapping intervals in the rmap btree
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format