]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_refcount.c
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_refcount.c
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Brian Fosterxfs: drop dop param from xfs_defer_op_type ->finish_ite...
2018-10-05  Brian Fosterxfs: remove all boilerplate defer init/finish code
2018-10-05  Darrick J. Wongxfs: clean up xfs_btree_del_cursor callers
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: replace no-op firstblock init with ->t_firstblock
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: use ->t_dfops in reflink cow recover path
2018-10-04  Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Dave Chinnerxfs: fix error handling in xfs_refcount_insert()
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-06-28  Darrick J. Wongxfs: expose various functions to repair code
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the refcou...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: queue deferred rmap ops for cow staging extent...
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-07-31  Darrick J. Wongxfs: check _alloc_read_agf buffer pointer before using
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2017-06-13  Darrick J. Wongxfs: avoid mount-time deadlock in CoW extent recovery
2016-10-25  Darrick J. Wongxfs: rework refcount cow recovery error handling
2016-10-25  Darrick J. Wongxfs: store in-progress CoW allocations in the refcount...
2016-10-25  Darrick J. Wongxfs: introduce reflink utility functions
2016-10-25  Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J. Wongxfs: adjust refcount of an extent of blocks in refcount...
2016-10-25  Darrick J. Wongxfs: add refcount btree operations