aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_refcount_item.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: pass transaction to xfs_defer_add()Gravatar Brian Foster 1-10/+4
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackGravatar Brian Foster 1-2/+2
2018-08-02xfs: pass transaction to dfops reset/move helpersGravatar Brian Foster 1-3/+3
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsGravatar Brian Foster 1-6/+6
2018-07-26xfs: use internal dfops during [b|c]ui recoveryGravatar Brian Foster 1-14/+16
2018-07-11xfs: use ->t_dfops for recovery of [b|c]ui log itemsGravatar Brian Foster 1-0/+8
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-2/+2
2018-04-02xfs: fix intent use-after-free on abortGravatar Dave Chinner 1-19/+20
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryGravatar Darrick J. Wong 1-3/+6
2017-11-27xfs: log recovery should replay deferred ops in orderGravatar Darrick J. Wong 1-14/+7
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 1-1/+1
2017-04-25xfs: better log intent item refcount checkingGravatar Darrick J. Wong 1-0/+1
2017-01-03xfs: fix double-cleanup when CUI recovery failsGravatar Darrick J. Wong 1-1/+2
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeGravatar Darrick J. Wong 1-0/+12
2016-10-03xfs: connect refcount adjust functions to upper layersGravatar Darrick J. Wong 1-1/+85
2016-10-03xfs: log refcount intent itemsGravatar Darrick J. Wong 1-0/+60
2016-10-03xfs: create refcount update intent log itemsGravatar Darrick J. Wong 1-0/+383