aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_refcount_item.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-23xfs: don't release log intent items when recovery failsGravatar Darrick J. Wong 1-7/+1
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsGravatar Darrick J. Wong 1-1/+1
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-2/+3
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerGravatar Darrick J. Wong 1-4/+0
2020-05-08xfs: refactor intent item iop_recover callsGravatar Darrick J. Wong 1-34/+12
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemGravatar Darrick J. Wong 1-4/+4
2020-05-08xfs: refactor adding recovered intent items to the logGravatar Darrick J. Wong 1-7/+3
2020-05-08xfs: refactor releasing finished intents during log recoveryGravatar Darrick J. Wong 1-32/+10
2020-05-08xfs: refactor recovered CUI log item playbackGravatar Darrick J. Wong 1-9/+35
2020-05-08xfs: refactor log recovery CUI item dispatch for pass2 commit functionsGravatar Darrick J. Wong 1-2/+127
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureGravatar Darrick J. Wong 1-0/+9
2020-05-07xfs: use delete helper for items expected to be in AILGravatar Brian Foster 1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateGravatar Christoph Hellwig 1-19/+5
2020-05-04xfs: turn dfp_done into a xfs_log_itemGravatar Christoph Hellwig 1-4/+4
2020-05-04xfs: turn dfp_intent into a xfs_log_itemGravatar Christoph Hellwig 1-6/+6
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentGravatar Christoph Hellwig 1-2/+4
2020-05-04xfs: merge the ->log_item defer op into ->create_intentGravatar Christoph Hellwig 1-28/+20
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-2/+2
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidGravatar Darrick J. Wong 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+2
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsGravatar Darrick J. Wong 1-6/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-3/+3
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-28xfs: merge xfs_trans_refcount.c into xfs_refcount_item.cGravatar Christoph Hellwig 1-1/+207
2019-06-28xfs: merge xfs_cud_init into xfs_trans_get_cudGravatar Christoph Hellwig 1-8/+6
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 1-6/+0
2019-06-28xfs: add a flag to release log items on commitGravatar Christoph Hellwig 1-26/+1
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-10/+7
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 1-104/+0
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