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.12.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
/
xfs_log_recover.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-08-05
1
-1
/
+1
*
xfs: mark log recovery buffers for completion
Dave Chinner
2020-07-06
1
-3
/
+2
*
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
2020-05-08
1
-8
/
+0
*
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
2020-05-08
1
-102
/
+0
*
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
2020-05-08
1
-2
/
+2
*
xfs: refactor intent item iop_recover calls
Darrick J. Wong
2020-05-08
1
-2
/
+6
*
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
2020-05-08
1
-1
/
+34
*
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
2020-05-08
1
-14
/
+6
*
xfs: refactor recovered BUI log item playback
Darrick J. Wong
2020-05-08
1
-61
/
+6
*
xfs: refactor recovered CUI log item playback
Darrick J. Wong
2020-05-08
1
-46
/
+0
*
xfs: refactor recovered RUI log item playback
Darrick J. Wong
2020-05-08
1
-46
/
+0
*
xfs: refactor recovered EFI log item playback
Darrick J. Wong
2020-05-08
1
-46
/
+8
*
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-27
/
+6
*
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-128
/
+0
*
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-124
/
+0
*
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-97
/
+0
*
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-100
/
+0
*
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-126
/
+0
*
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-112
/
+0
*
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-355
/
+0
*
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
1
-791
/
+7
*
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
2020-05-08
1
-89
/
+5
*
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
2020-05-08
1
-92
/
+3
*
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
2020-05-08
1
-37
/
+56
*
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2020-05-08
1
-12
/
+14
*
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
2020-05-07
1
-1
/
+1
*
xfs: remove the xfs_efi_log_item_t typedef
Christoph Hellwig
2020-05-04
1
-2
/
+2
*
xfs: refactor xlog_recover_buffer_pass1
Christoph Hellwig
2020-05-04
1
-59
/
+55
*
xfs: simplify xlog_recover_inode_ra_pass2
Christoph Hellwig
2020-05-04
1
-13
/
+8
*
xfs: factor out a xlog_buf_readahead helper
Christoph Hellwig
2020-05-04
1
-17
/
+17
*
xfs: rename inode_list xlog_recover_reorder_trans
Christoph Hellwig
2020-05-04
1
-4
/
+4
*
xfs: refactor the buffer cancellation table helpers
Christoph Hellwig
2020-05-04
1
-59
/
+50
*
xfs: report unrecognized log item type codes during recovery
Darrick J. Wong
2020-05-04
1
-2
/
+2
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
2020-03-11
1
-1
/
+1
*
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
2020-03-11
1
-2
/
+2
*
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
2020-03-11
1
-3
/
+3
*
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
2020-01-26
1
-2
/
+2
*
xfs: make xfs_buf_read return an error code
Darrick J. Wong
2020-01-26
1
-9
/
+7
*
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
2020-01-26
1
-10
/
+0
*
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
2020-01-16
1
-0
/
+6
*
xfs: fix some memory leaks in log recovery
Darrick J. Wong
2019-11-15
1
-3
/
+5
*
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
2019-11-13
1
-2
/
+3
*
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-13
1
-45
/
+26
*
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
2019-11-10
1
-16
/
+16
*
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
2019-11-07
1
-1
/
+10
*
xfs: always log corruption errors
Darrick J. Wong
2019-11-04
1
-5
/
+18
*
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
2019-10-06
1
-1
/
+1
[next]