summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_defer.h
AgeCommit message (Expand)Author
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong
2016-08-03xfs: move deferred operations into a separate fileDarrick J. Wong