index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
2019-09-05
1
-9
/
+21
*
xfs: add kmem_alloc_io()
Dave Chinner
2019-08-26
1
-1
/
+3
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-8
/
+8
*
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
2019-07-03
1
-9
/
+3
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-3
/
+0
*
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
1
-6
/
+5
*
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
2019-06-28
1
-5
/
+4
*
xfs: stop using bp naming for log recovery buffers
Christoph Hellwig
2019-06-28
1
-99
/
+102
*
xfs: use bios directly to read and write the log recovery buffers
Christoph Hellwig
2019-06-28
1
-157
/
+84
*
xfs: return an offset instead of a pointer from xlog_align
Christoph Hellwig
2019-06-28
1
-11
/
+5
*
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2019-06-28
1
-2
/
+2
*
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
1
-1
/
+1
*
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
1
-2
/
+1
*
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
1
-10
/
+11
*
xfs: change some error-less functions to void types
Eric Sandeen
2019-05-01
1
-8
/
+2
*
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
2019-02-18
1
-1
/
+1
*
xfs: add inode magic to inode verifier
Darrick J. Wong
2019-02-11
1
-1
/
+1
*
xfs: split up allocation btree verifier
Brian Foster
2019-02-11
1
-2
/
+4
*
xfs: create a separate finobt verifier
Brian Foster
2019-02-11
1
-2
/
+4
*
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-12-12
1
-5
/
+3
*
xfs: remove invalid log recovery first/last cycle check
Brian Foster
2018-09-29
1
-10
/
+0
*
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: use transaction for intent recovery instead of raw dfops
Brian Foster
2018-08-02
1
-22
/
+29
*
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
1
-2
/
+2
*
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
1
-1
/
+1
*
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-26
1
-8
/
+0
*
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
2018-07-26
1
-3
/
+3
*
xfs: use ->t_dfops in log recovery intent processing
Brian Foster
2018-07-26
1
-0
/
+2
*
xfs: combine [a]sync buffer submission apis
Brian Foster
2018-07-11
1
-2
/
+2
[prev]
[next]