index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_defer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: streamline defer op type handling
Darrick J. Wong
2018-12-12
1
-16
/
+15
*
xfs: idiotproof defer op type configuration
Darrick J. Wong
2018-12-12
1
-1
/
+5
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
1
-2
/
+0
*
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: clean out superfluous dfops dop params/vars
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-02
1
-2
/
+2
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: automatic dfops buffer relogging
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
1
-11
/
+0
*
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: bypass final dfops roll in trans commit path
Brian Foster
2018-07-26
1
-0
/
+1
*
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
1
-2
/
+2
*
xfs: support embedded dfops in transaction
Brian Foster
2018-07-26
1
-14
/
+2
*
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
2018-07-26
1
-1
/
+2
*
xfs: remove unused deferred ops committed field
Brian Foster
2018-07-26
1
-1
/
+0
*
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
1
-2
/
+1
*
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
1
-1
/
+2
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: defer agfl block frees when dfops is available
Brian Foster
2018-05-09
1
-0
/
+1
*
xfs: add the ability to join a held buffer to a defer_ops
Darrick J. Wong
2017-12-14
1
-1
/
+4
*
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
2017-09-01
1
-2
/
+1
*
xfs: rename xfs_defer_join to xfs_defer_ijoin
Christoph Hellwig
2017-09-01
1
-1
/
+1
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
1
-0
/
+1
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
1
-0
/
+1
*
xfs: track log done items directly in the deferred pending work item
Darrick J. Wong
2016-08-30
1
-1
/
+1
*
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
2016-08-03
1
-0
/
+1
*
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
1
-7
/
+0
*
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
2016-08-03
1
-0
/
+7
*
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
2016-08-03
1
-0
/
+1
*
xfs: move deferred operations into a separate file
Darrick J. Wong
2016-08-03
1
-0
/
+95