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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
Allison Henderson
1
-1
/
+7
2024-04-16
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
1
-1
/
+1
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
1
-16
/
+2
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
1
-1
/
+1
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
1
-2
/
+3
2023-12-07
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
1
-0
/
+3
2023-12-07
xfs: allow pausing of pending deferred work items
Darrick J. Wong
1
-2
/
+15
2023-12-07
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
1
-0
/
+3
2023-12-07
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
1
-0
/
+4
2023-12-07
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
1
-0
/
+1
2023-12-07
xfs: recreate work items when recovering intent items
Darrick J. Wong
1
-0
/
+9
2023-12-07
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
1
-0
/
+5
2023-11-13
xfs: abort intent items when recovery intents fail
Long Li
1
-1
/
+1
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
-0
/
+2
2021-10-23
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
1
-0
/
+3
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
1
-8
/
+6
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
1
-0
/
+24
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
1
-2
/
+9
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
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
1
-1
/
+18
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
1
-0
/
+6
2020-05-14
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-05-04
xfs: spell out the parameter name for ->cancel_item
Christoph Hellwig
1
-1
/
+1
2020-05-04
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
1
-2
/
+4
2020-05-04
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
1
-5
/
+5
2020-05-04
xfs: turn dfp_intent into a xfs_log_item
Christoph Hellwig
1
-5
/
+6
2020-05-04
xfs: merge the ->diff_items defer op into ->create_intent
Christoph Hellwig
1
-2
/
+1
2020-05-04
xfs: merge the ->log_item defer op into ->create_intent
Christoph Hellwig
1
-2
/
+2
2018-12-12
xfs: streamline defer op type handling
Darrick J. Wong
1
-16
/
+15
2018-12-12
xfs: idiotproof defer op type configuration
Darrick J. Wong
1
-1
/
+5
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-2
/
+0
2018-08-03
xfs: pass transaction to xfs_defer_add()
Brian Foster
1
-1
/
+1
2018-08-03
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
1
-1
/
+0
2018-08-03
xfs: clean out superfluous dfops dop params/vars
Brian Foster
1
-1
/
+1
2018-08-03
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
1
-2
/
+2
2018-08-03
xfs: automatic dfops inode relogging
Brian Foster
1
-1
/
+0
2018-08-03
xfs: automatic dfops buffer relogging
Brian Foster
1
-1
/
+0
2018-08-03
xfs: replace dop_low with transaction flag
Brian Foster
1
-11
/
+0
2018-08-03
xfs: pass transaction to dfops reset/move helpers
Brian Foster
1
-1
/
+1
2018-08-03
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
1
-1
/
+1
2018-07-26
xfs: bypass final dfops roll in trans commit path
Brian Foster
1
-0
/
+1
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
1
-2
/
+2
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
1
-14
/
+2
2018-07-26
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
1
-1
/
+2
2018-07-26
xfs: remove unused deferred ops committed field
Brian Foster
1
-1
/
+0
2018-07-12
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-2
/
+1
2018-07-12
xfs: refactor dfops init to attach to transaction
Brian Foster
1
-1
/
+2
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
[next]