summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_refcount.c
AgeCommit message (Expand)Author
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: replace no-op firstblock init with ->t_firstblockBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: use ->t_dfops in reflink cow recover pathBrian Foster
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong
2017-12-21xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong