index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_recover.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-04
xfs: rename inode_list xlog_recover_reorder_trans
Christoph Hellwig
1
-4
/
+4
2020-05-04
xfs: refactor the buffer cancellation table helpers
Christoph Hellwig
1
-59
/
+50
2020-05-04
xfs: report unrecognized log item type codes during recovery
Darrick J. Wong
1
-2
/
+2
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
1
-1
/
+1
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
1
-1
/
+1
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
1
-1
/
+1
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-1
/
+1
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
1
-2
/
+2
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
1
-3
/
+3
2020-01-26
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
1
-2
/
+2
2020-01-26
xfs: make xfs_buf_read return an error code
Darrick J. Wong
1
-9
/
+7
2020-01-26
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
1
-10
/
+0
2020-01-16
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
1
-0
/
+6
2019-11-15
xfs: fix some memory leaks in log recovery
Darrick J. Wong
1
-3
/
+5
2019-11-13
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
1
-2
/
+3
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-45
/
+26
2019-11-10
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
1
-16
/
+16
2019-11-07
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
1
-1
/
+10
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
1
-5
/
+18
2019-10-06
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
1
-1
/
+1
2019-09-05
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
1
-9
/
+21
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
1
-1
/
+3
[next]