summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig2024-02-221-12/+12
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-1/+36
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-1/+5
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-1/+1
* xfs: create a ranged query function for refcount btreesDarrick J. Wong2023-12-151-0/+41
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-5/+3
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-141-1/+1
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-061-3/+3
* xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong2023-07-021-6/+7
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-3/+6
* xfs: validate block number being freed before adding to xefiDave Chinner2023-06-051-3/+10
* xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong2023-04-111-1/+1
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-4/+7
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-111-13/+19
* xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2023-04-111-14/+31
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-111-19/+14
* xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-051-53/+43
* xfs: estimate post-merge refcounts correctlyDarrick J. Wong2022-12-011-4/+21
* xfs: hoist refcount record merge predicatesDarrick J. Wong2022-12-011-16/+113
* xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-311-3/+3
* xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong2022-10-311-4/+6
* xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong2022-10-311-1/+3
* xfs: check record domain when accessing refcount recordsDarrick J. Wong2022-10-311-12/+41
* xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong2022-10-311-31/+17
* xfs: refactor domain and refcount checkingDarrick J. Wong2022-10-311-4/+1
* xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong2022-10-311-47/+99
* xfs: check deferred refcount op continuation parametersDarrick J. Wong2022-10-311-2/+36
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-5/+1
* xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong2022-10-311-3/+17
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-7/+6
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-3/+3
* xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong2022-04-281-1/+1
* xfs: reduce transaction reservations with reflinkDarrick J. Wong2022-04-281-2/+7
* xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2022-04-281-3/+2
* xfs: remove unused parameter from refcount codeDarrick J. Wong2021-10-221-11/+8
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-3/+3
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-2/+21
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-4/+4
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-2/+2
* xfs: remove agno from btree cursorDave Chinner2021-06-021-41/+41
* xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-18/+22
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-2/+2
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-9/+0
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-131-12/+12
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-55/+55
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-6/+0
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-5/+4
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-45/+122
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+3
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-281-23/+16