summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-281-2/+0
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-46/+34
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-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-111-1/+1
* xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-111-1/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-2/+1
* xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-111-4/+5
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-111-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-151-0/+17
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-151-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-171-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-271-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-051-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