summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_refcount_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-10/+4
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-2/+2
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-3/+3
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-021-6/+6
* xfs: use internal dfops during [b|c]ui recoveryBrian Foster2018-07-261-14/+16
* xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster2018-07-111-0/+8
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* xfs: fix intent use-after-free on abortDave Chinner2018-04-021-19/+20
* xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2018-02-221-3/+6
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-271-14/+7
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-1/+1
* xfs: better log intent item refcount checkingDarrick J. Wong2017-04-251-0/+1
* xfs: fix double-cleanup when CUI recovery failsDarrick J. Wong2017-01-031-1/+2
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+12
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-1/+85
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+60
* xfs: create refcount update intent log itemsDarrick J. Wong2016-10-031-0/+383