index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_defer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
xfs: Remove duplicate xfs_trans_priv.h header
Jiapeng Chong
1
-1
/
+0
2024-07-04
xfs: background AIL push should target physical space
Dave Chinner
1
-1
/
+1
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
1
-1
/
+3
2024-04-16
xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
Allison Henderson
1
-1
/
+5
2024-04-16
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
1
-0
/
+6
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-02-13
xfs: use xfs_defer_alloc a bit more
Dave Chinner
1
-10
/
+5
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+1
2023-12-29
xfs: use the op name in trace_xlog_intent_recovery_failed
Christoph Hellwig
1
-2
/
+1
2023-12-29
xfs: fix a use after free in xfs_defer_finish_recovery
Christoph Hellwig
1
-2
/
+4
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
1
-14
/
+2
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
1
-3
/
+3
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
1
-26
/
+17
2023-12-07
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
1
-11
/
+96
2023-12-07
xfs: allow pausing of pending deferred work items
Darrick J. Wong
1
-12
/
+85
2023-12-07
xfs: don't append work items to logged xfs_defer_pending objects
Darrick J. Wong
1
-13
/
+48
2023-12-07
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
1
-0
/
+4
2023-12-07
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
1
-11
/
+20
2023-12-07
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
1
-1
/
+6
2023-12-07
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
1
-2
/
+7
2023-12-07
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
1
-1
/
+5
2023-12-07
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
1
-0
/
+2
2023-12-07
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
1
-1
/
+27
2023-12-07
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
1
-0
/
+17
2023-12-07
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
1
-1
/
+1
2023-12-07
xfs: recreate work items when recovering intent items
Darrick J. Wong
1
-2
/
+1
2023-12-07
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
1
-28
/
+77
2023-11-13
xfs: abort intent items when recovery intents fail
Long Li
1
-2
/
+3
2023-11-13
xfs: factor out xfs_defer_pending_abort
Long Li
1
-8
/
+15
2023-04-12
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
1
-2
/
+4
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
1
-12
/
+47
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
1
-8
/
+0
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
1
-0
/
+4
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
1
-0
/
+2
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
1
-0
/
+1
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
1
-1
/
+9
2022-05-04
xfs: Fix double unlock in defer capture code
Allison Henderson
1
-1
/
+10
2022-05-04
xfs: don't commit the first deferred transaction without intents
Dave Chinner
1
-12
/
+18
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-0
/
+5
2021-10-23
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
1
-4
/
+61
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
1
-21
/
+65
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
1
-31
/
+54
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
1
-0
/
+16
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
1
-0
/
+42
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
1
-1
/
+10
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
1
-5
/
+38
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
1
-0
/
+3
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
1
-0
/
+4
[next]