summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* 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