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
starfive-6.6.48-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
/
xfs_log_recover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
1
-6
/
+0
2021-04-08
xfs: split xfs_imap_to_bp
Christoph Hellwig
1
-1
/
+2
2021-03-26
xfs: Rudimentary typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-4
/
+4
2020-12-09
xfs: trace log intent item recovery failures
Darrick J. Wong
1
-1
/
+4
2020-10-22
xfs: cancel intents immediately if process_intents fails
Darrick J. Wong
1
-0
/
+8
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
1
-1
/
+6
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
1
-3
/
+14
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
1
-18
/
+3
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
1
-50
/
+71
2020-10-07
xfs: remove XFS_LI_RECOVERED
Darrick J. Wong
1
-5
/
+3
2020-09-25
xfs: do the assert for all the log done items in xfs_trans_cancel
Kaixu Xia
1
-7
/
+0
2020-09-23
xfs: clean up calculation of LR header blocks
Gao Xiang
1
-32
/
+17
2020-09-23
xfs: avoid LR buffer overrun due to crafted h_len
Gao Xiang
1
-20
/
+19
2020-09-16
xfs: reuse _xfs_buf_read for re-reading the superblock
Christoph Hellwig
1
-7
/
+1
2020-09-16
xfs: remove xfs_getsb
Christoph Hellwig
1
-13
/
+13
2020-09-16
xfs: remove xlog_recover_iodone
Christoph Hellwig
1
-25
/
+0
2020-09-16
xfs: fold xfs_buf_ioend_finish into xfs_ioend
Christoph Hellwig
1
-1
/
+0
2020-09-16
xfs: refactor xfs_buf_ioend
Christoph Hellwig
1
-7
/
+7
2020-09-07
xfs: remove kmem_realloc()
Carlos Maiolino
1
-1
/
+1
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
1
-3
/
+2
2020-05-08
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
1
-8
/
+0
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
1
-102
/
+0
2020-05-08
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
1
-2
/
+2
2020-05-08
xfs: refactor intent item iop_recover calls
Darrick J. Wong
1
-2
/
+6
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
1
-1
/
+34
2020-05-08
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
1
-14
/
+6
2020-05-08
xfs: refactor recovered BUI log item playback
Darrick J. Wong
1
-61
/
+6
2020-05-08
xfs: refactor recovered CUI log item playback
Darrick J. Wong
1
-46
/
+0
2020-05-08
xfs: refactor recovered RUI log item playback
Darrick J. Wong
1
-46
/
+0
2020-05-08
xfs: refactor recovered EFI log item playback
Darrick J. Wong
1
-46
/
+8
2020-05-08
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
1
-27
/
+6
2020-05-08
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
1
-128
/
+0
2020-05-08
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
1
-124
/
+0
2020-05-08
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
1
-97
/
+0
2020-05-08
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
1
-100
/
+0
2020-05-08
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
1
-126
/
+0
2020-05-08
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
1
-112
/
+0
2020-05-08
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
1
-355
/
+0
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
1
-791
/
+7
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
1
-89
/
+5
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
1
-92
/
+3
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
1
-37
/
+56
2020-05-08
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
1
-12
/
+14
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
1
-1
/
+1
2020-05-04
xfs: remove the xfs_efi_log_item_t typedef
Christoph Hellwig
1
-2
/
+2
2020-05-04
xfs: refactor xlog_recover_buffer_pass1
Christoph Hellwig
1
-59
/
+55
2020-05-04
xfs: simplify xlog_recover_inode_ra_pass2
Christoph Hellwig
1
-13
/
+8
2020-05-04
xfs: factor out a xlog_buf_readahead helper
Christoph Hellwig
1
-17
/
+17
[next]