summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_refcount.h
AgeCommit message (Expand)Author
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2023-04-11xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: log refcount intent itemsDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong