summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong2023-04-121-1/+1
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-121-4/+7
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-121-13/+19
* xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2023-04-121-14/+31
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-121-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-231-11/+8
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-3/+3
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-231-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-191-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-131-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
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-281-6/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-46/+34
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-9/+1
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-8/+3
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-1/+1
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-121-1/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-2/+1