Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | xfs: connect refcount adjust functions to upper layers | Darrick J. Wong | |
Plumb in the upper level interface to schedule and finish deferred refcount operations via the deferred ops mechanism. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> | |||
2016-10-03 | xfs: log refcount intent items | Darrick J. Wong | |
Provide a mechanism for higher levels to create CUI/CUD items, submit them to the log, and a stub function to deal with recovered CUI items. These parts will be connected to the refcountbt in a later patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> |