]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_refcount.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_refcount.h
2023-06-09  Darrick J. Wongxfs: replace xfs_btree_has_record with a general keyspa...
2023-06-09  Darrick J. Wongxfs: standardize ondisk to incore conversion for refcou...
2023-06-09  Darrick J. Wongxfs: give xfs_refcount_intent its own perag reference
2023-05-09  Darrick J. Wongxfs: pass refcount intent directly through the log...
2022-11-21  Darrick J. Wongxfs: rename XFS_REFC_COW_START to _COWFLAG
2022-11-21  Darrick J. Wongxfs: refactor domain and refcount checking
2022-11-21  Darrick J. Wongxfs: track cow/shared record domains explicitly in...
2022-06-22  Darrick J. Wongxfs: stop artificially limiting the length of bunmap...
2022-06-22  Darrick J. Wongxfs: count EFIs when deciding to ask for a continuation...
2022-04-28  Darrick J. Wongxfs: create slab caches for frequently-used deferred...
2022-04-28  Darrick J. Wongxfs: compact deferred intent item structures
2022-01-31  Darrick J. Wongxfs: make the record pointer passed to query_range...
2021-10-15  Dave Chinnerxfs: convert refcount btree cursor to use perags
2019-12-13  Darrick J. Wongxfs: remove unnecessary int returns from deferred refco...
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Brian Fosterxfs: drop dop param from xfs_defer_op_type ->finish_ite...
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: expose various functions to repair code
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the refcou...
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2016-10-25  Darrick J. Wongxfs: store in-progress CoW allocations in the refcount...
2016-10-25  Darrick J. Wongxfs: introduce reflink utility functions
2016-10-25  Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J. Wongxfs: log refcount intent items
2016-10-25  Darrick J. Wongxfs: add refcount btree operations