]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_defer.h
xfs: support embedded dfops in transaction
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_defer.h
2018-10-05  Brian Fosterxfs: support embedded dfops in transaction
2018-10-05  Brian Fosterxfs: pack holes in xfs_defer_ops and xfs_trans
2018-10-05  Brian Fosterxfs: remove unused deferred ops committed field
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Brian Fosterxfs: defer agfl block frees when dfops is available
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
2016-10-25  Darrick J. Wongxfs: implement deferred bmbt map/unmap operations
2016-10-25  Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J. Wongxfs: track log done items directly in the deferred...
2016-08-10  Darrick J. Wongxfs: enable the xfs_defer mechanism to process rmaps...
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J. Wongxfs: enable the xfs_defer mechanism to process extents...
2016-08-10  Darrick J. Wongxfs: move deferred operations into a separate file