aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-5/+42
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner1-0/+3
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong1-0/+17
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong1-2/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-14/+8
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong1-0/+19
2017-12-21xfs: queue deferred rmap ops for cow staging extent alloc/free in the right orderDarrick J. Wong1-33/+19
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-1/+1
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong1-0/+4
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-4/+2
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extentDarrick J. Wong1-9/+1
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong1-12/+31
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong1-11/+9
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-10/+443
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong1-0/+102
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong1-0/+174
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong1-0/+814
2016-10-03xfs: add refcount btree operationsDarrick J. Wong1-0/+177