summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.h
Commit message (Expand)AuthorAgeFilesLines
* 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