summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+42
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-5/+38
* xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-071-0/+3
* xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-071-0/+4
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-7/+82
* xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-231-2/+24
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-1/+9
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-041-1/+1
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-1/+1
* xfs: refactor xfs_defer_finish_norollChristoph Hellwig2020-05-041-69/+59
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-041-4/+1
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-4/+2
* xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig2020-05-041-16/+23
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-301-5/+9
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-23/+27
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-9/+8
* xfs: fold dfops into the transactionBrian Foster2018-08-021-48/+19
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-1/+4
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-78/+68
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-5/+6
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-021-22/+21
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-38/+21
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-32/+26
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-2/+14
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-5/+10
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-021-2/+3
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-261-13/+25
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-4/+3
* xfs: support embedded dfops in transactionBrian Foster2018-07-261-0/+22
* xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-261-1/+0
* xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-1/+8
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-4/+4
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-101-6/+6
* xfs: defer agfl block frees from deferred ops processing contextBrian Foster2018-05-091-0/+12
* xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2017-12-141-3/+36
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-6/+2
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-011-2/+2
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-14/+9
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5