aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong1-14/+33
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong1-2/+98
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong1-18/+46
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong1-8/+45
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong1-9/+9
2024-12-23xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong1-2/+2
2024-12-23xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong1-4/+2
2024-11-05xfs: store a generic group structure in the intentsChristoph Hellwig1-4/+5
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig1-8/+9
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-2/+2
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig1-7/+4
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong1-4/+2
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong1-4/+3
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_oneDarrick J. Wong1-18/+1
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong1-10/+4
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong1-27/+15
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong1-15/+9
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong1-28/+14
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong1-3/+3
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-06xfs: 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-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong1-1/+1
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-4/+7
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong1-13/+19
2023-04-11xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong1-14/+31
2023-04-11xfs: 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