summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_refcount.c
AgeCommit message (Expand)Author
2022-11-09xfs: online repair of the realtime refcount btreeDarrick J. Wong
2022-11-09xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2022-11-09xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2022-11-09xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2022-11-09xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2022-11-09xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2022-11-09xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2022-11-09xfs: prepare refcount btree tracepoints for wideningDarrick J. Wong
2022-11-09xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2022-11-09xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2022-11-09xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2022-11-09xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong
2022-11-09xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: report XFS_IS_CORRUPT errors to the health systemcorruption-health-reports_2022-11-09Darrick J. Wong
2022-11-09xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: create a ranged query function for refcount btreesDarrick J. Wong
2022-11-09xfs: repair refcount btreesrepair-ag-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2022-11-09xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2022-11-09xfs: complain about bad records in query_range helpersDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2022-11-09xfs: give xfs_refcount_intent its own perag referenceintents-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGrefcount-cow-domain-6.1_2022-10-31Darrick J. Wong
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countreflink-speedups-5.19_2022-04-28Darrick J. Wong
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong
2021-10-22xfs: remove unused parameter from refcount codeDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong