summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-46/+34Star
* 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/+1Star
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-8/+3Star
* 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/+1Star
* 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/+1Star
* 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/+8Star
* 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/+19Star
* 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/+2Star
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-9/+1Star
* 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/+9Star
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-061-10/+443
* xfs: introduce reflink utility functionsDarrick J. Wong2016-10-031-0/+102
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-0/+174
* xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-031-0/+814
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-0/+177