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