index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_defer.c
Age
Commit message (
Expand
)
Author
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
2020-10-07
xfs: remove xfs_defer_reset
Darrick J. Wong
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2020-05-19
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-04
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
2020-05-04
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
2020-05-04
xfs: refactor xfs_defer_finish_noroll
Christoph Hellwig
2020-05-04
xfs: merge the ->diff_items defer op into ->create_intent
Christoph Hellwig
2020-05-04
xfs: merge the ->log_item defer op into ->create_intent
Christoph Hellwig
2020-05-04
xfs: factor out a xfs_defer_create_intent helper
Christoph Hellwig
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-04-30
xfs: always rejoin held resources during defer roll
Darrick J. Wong
2018-12-12
xfs: streamline defer op type handling
Darrick J. Wong
2018-12-12
xfs: idiotproof defer op type configuration
Darrick J. Wong
2018-08-02
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-02
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-02
xfs: clean out superfluous dfops dop params/vars
Brian Foster
2018-08-02
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-02
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
xfs: automatic dfops buffer relogging
Brian Foster
2018-08-02
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
2018-07-26
xfs: bypass final dfops roll in trans commit path
Brian Foster
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
2018-07-26
xfs: reset dfops to initial state after finish
Brian Foster
2018-07-26
xfs: remove unused deferred ops committed field
Brian Foster
2018-07-26
xfs: make deferred processing safe for embedded dfops
Brian Foster
2018-07-23
xfs: return from _defer_finish with a clean transaction
Darrick J. Wong
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-10
xfs: adder caller IP to xfs_defer* tracepoints
Dave Chinner
2018-05-09
xfs: defer agfl block frees from deferred ops processing context
Brian Foster
2017-12-14
xfs: add the ability to join a held buffer to a defer_ops
Darrick J. Wong
2017-09-01
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
2017-09-01
xfs: rename xfs_defer_join to xfs_defer_ijoin
Christoph Hellwig
2017-09-01
xfs: refactor xfs_trans_roll
Christoph Hellwig
2016-10-24
xfs: defer should abort intent items if the trans roll fails
Darrick J. Wong
[next]