index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_defer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
1
-12
/
+47
*
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
1
-8
/
+0
*
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-22
1
-0
/
+4
*
xfs: separate out initial attr_set states
Dave Chinner
2022-05-12
1
-0
/
+2
*
xfs: Implement attr logging and replay
Allison Henderson
2022-05-09
1
-0
/
+1
*
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
1
-1
/
+9
*
xfs: Fix double unlock in defer capture code
Allison Henderson
2022-05-04
1
-1
/
+10
*
xfs: don't commit the first deferred transaction without intents
Dave Chinner
2022-05-04
1
-12
/
+18
*
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
2021-10-23
1
-0
/
+5
*
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
2021-10-23
1
-4
/
+61
*
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
2021-10-14
1
-21
/
+65
*
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
2021-10-14
1
-31
/
+54
*
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
2020-10-07
1
-0
/
+16
*
xfs: periodically relog deferred intent items
Darrick J. Wong
2020-10-07
1
-0
/
+42
*
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
2020-10-07
1
-1
/
+10
*
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2020-10-07
1
-5
/
+38
*
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2020-10-07
1
-0
/
+3
*
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
2020-10-07
1
-0
/
+4
*
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
2020-10-07
1
-7
/
+82
*
xfs: remove xfs_defer_reset
Darrick J. Wong
2020-10-07
1
-19
/
+5
*
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2020-09-23
1
-2
/
+24
*
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-19
1
-1
/
+9
*
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
2020-05-04
1
-1
/
+1
*
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
2020-05-04
1
-1
/
+1
*
xfs: refactor xfs_defer_finish_noroll
Christoph Hellwig
2020-05-04
1
-69
/
+59
*
xfs: merge the ->diff_items defer op into ->create_intent
Christoph Hellwig
2020-05-04
1
-4
/
+1
*
xfs: merge the ->log_item defer op into ->create_intent
Christoph Hellwig
2020-05-04
1
-4
/
+2
*
xfs: factor out a xfs_defer_create_intent helper
Christoph Hellwig
2020-05-04
1
-16
/
+23
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-2
/
+0
*
xfs: always rejoin held resources during defer roll
Darrick J. Wong
2019-04-30
1
-5
/
+9
*
xfs: streamline defer op type handling
Darrick J. Wong
2018-12-12
1
-23
/
+27
*
xfs: idiotproof defer op type configuration
Darrick J. Wong
2018-12-12
1
-9
/
+8
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-03
1
-48
/
+19
*
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-03
1
-1
/
+4
*
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-03
1
-78
/
+68
*
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-03
1
-5
/
+6
*
xfs: clean out superfluous dfops dop params/vars
Brian Foster
2018-08-03
1
-22
/
+21
*
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-03
1
-1
/
+1
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-03
1
-38
/
+21
*
xfs: automatic dfops buffer relogging
Brian Foster
2018-08-03
1
-32
/
+26
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-03
1
-2
/
+14
*
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-03
1
-5
/
+10
*
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
2018-08-03
1
-2
/
+3
*
xfs: bypass final dfops roll in trans commit path
Brian Foster
2018-07-26
1
-13
/
+25
*
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
1
-4
/
+3
*
xfs: support embedded dfops in transaction
Brian Foster
2018-07-26
1
-0
/
+22
*
xfs: reset dfops to initial state after finish
Brian Foster
2018-07-26
1
-2
/
+18
*
xfs: remove unused deferred ops committed field
Brian Foster
2018-07-26
1
-1
/
+0
*
xfs: make deferred processing safe for embedded dfops
Brian Foster
2018-07-26
1
-18
/
+14
[next]