summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-121-4/+5
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-5/+42
* xfs: fix error handling in xfs_refcount_insert()Dave Chinner2018-06-011-0/+3
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-161-0/+17
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-161-2/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-14/+8
* xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2018-01-181-0/+19
* xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong2017-12-211-33/+19
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-1/+1
* xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-07-201-0/+4
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-4/+2
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-9/+1
* xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
* xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-061-10/+443