aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-0/+5
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong1-1/+1
2021-08-18xfs: 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-02xfs: pass transaction to xfs_defer_add()Brian Foster1-10/+8
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-4/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong1-0/+2
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong1-0/+5
2018-01-17xfs: 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 shared extentDarrick J. Wong1-0/+16
2016-10-05xfs: 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