index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_defer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-19
1
-1
/
+1
*
xfs: use xfs_defer_alloc a bit more
Dave Chinner
2024-02-13
1
-10
/
+5
*
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
2024-02-13
1
-3
/
+3
*
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
1
-2
/
+2
*
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2024-02-13
1
-1
/
+1
*
xfs: use the op name in trace_xlog_intent_recovery_failed
Christoph Hellwig
2023-12-29
1
-2
/
+1
*
xfs: fix a use after free in xfs_defer_finish_recovery
Christoph Hellwig
2023-12-29
1
-2
/
+4
*
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
2023-12-14
1
-14
/
+2
*
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
2023-12-14
1
-3
/
+3
*
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
2023-12-14
1
-26
/
+17
*
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
2023-12-06
1
-11
/
+96
*
xfs: allow pausing of pending deferred work items
Darrick J. Wong
2023-12-06
1
-12
/
+85
*
xfs: don't append work items to logged xfs_defer_pending objects
Darrick J. Wong
2023-12-06
1
-13
/
+48
*
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
2023-12-06
1
-0
/
+4
*
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
2023-12-06
1
-11
/
+20
*
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
2023-12-06
1
-1
/
+6
*
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
2023-12-06
1
-2
/
+7
*
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
2023-12-06
1
-1
/
+5
*
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
2023-12-06
1
-0
/
+2
*
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
2023-12-06
1
-1
/
+27
*
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
2023-12-06
1
-0
/
+17
*
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
2023-12-06
1
-1
/
+1
*
xfs: recreate work items when recovering intent items
Darrick J. Wong
2023-12-06
1
-2
/
+1
*
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
2023-12-06
1
-28
/
+77
*
xfs: abort intent items when recovery intents fail
Long Li
2023-11-13
1
-2
/
+3
*
xfs: factor out xfs_defer_pending_abort
Long Li
2023-11-13
1
-8
/
+15
*
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
2023-04-11
1
-2
/
+4
*
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-22
1
-0
/
+5
*
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
2021-10-22
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
[next]