summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a ranged query function for refcount btreesDarrick J. Wong2023-12-151-0/+10
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-1/+1
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-2/+2
* xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2023-04-111-0/+2
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-111-0/+4
* xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-051-3/+1
* xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-311-2/+2
* xfs: refactor domain and refcount checkingDarrick J. Wong2022-10-311-0/+12
* xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong2022-10-311-4/+24
* xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2022-04-281-5/+0
* xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2022-04-281-0/+8
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-0/+5
* xfs: compact deferred intent item structuresDarrick J. Wong2021-10-221-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-1/+8
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-281-6/+6
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-10/+8
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-4/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-151-0/+2
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-151-0/+5
* xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2018-01-171-0/+3
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-0/+16
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+9
* xfs: introduce reflink utility functionsDarrick J. Wong2016-10-031-0/+4
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-0/+13
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+14
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-0/+30