]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_defer.c
xfs: support embedded dfops in transaction
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_defer.c
2018-10-05  Brian Fosterxfs: support embedded dfops in transaction
2018-10-05  Brian Fosterxfs: reset dfops to initial state after finish
2018-10-05  Brian Fosterxfs: remove unused deferred ops committed field
2018-10-05  Brian Fosterxfs: make deferred processing safe for embedded dfops
2018-10-05  Darrick J. Wongxfs: return from _defer_finish with a clean transaction
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: adder caller IP to xfs_defer* tracepoints
2018-06-28  Brian Fosterxfs: defer agfl block frees from deferred ops processin...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: add the ability to join a held buffer to a defer_ops
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-10-18  Christoph Hellwigxfs: rename xfs_defer_join to xfs_defer_ijoin
2017-10-18  Christoph Hellwigxfs: refactor xfs_trans_roll
2016-10-25  Darrick J. Wongxfs: defer should abort intent items if the trans roll... libxfs-4.9-sync
2016-10-25  Darrick J. Wongxfs: defer should allow ->finish_item to request a...
2016-10-25  Darrick J. Wongxfs: track log done items directly in the deferred...
2016-08-10  Darrick J. Wongxfs: add tracepoints for the deferred ops mechanism
2016-08-10  Darrick J. Wongxfs: move deferred operations into a separate file