summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
AgeCommit message (Expand)AuthorFilesLines
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 sh...Darrick 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