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