index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
1
-9
/
+3
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
2019-06-29
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-6
/
+5
2019-06-29
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
1
-5
/
+4
2019-06-29
xfs: stop using bp naming for log recovery buffers
Christoph Hellwig
1
-99
/
+102
2019-06-29
xfs: use bios directly to read and write the log recovery buffers
Christoph Hellwig
1
-157
/
+84
2019-06-29
xfs: return an offset instead of a pointer from xlog_align
Christoph Hellwig
1
-11
/
+5
2019-06-29
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
1
-2
/
+2
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-1
/
+1
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
1
-2
/
+1
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-10
/
+11
2019-05-02
xfs: change some error-less functions to void types
Eric Sandeen
1
-8
/
+2
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
1
-1
/
+1
2019-02-12
xfs: add inode magic to inode verifier
Darrick J. Wong
1
-1
/
+1
2019-02-12
xfs: split up allocation btree verifier
Brian Foster
1
-2
/
+4
2019-02-12
xfs: create a separate finobt verifier
Brian Foster
1
-2
/
+4
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
1
-5
/
+3
2018-09-29
xfs: remove invalid log recovery first/last cycle check
Brian Foster
1
-10
/
+0
2018-08-03
xfs: pass transaction to dfops reset/move helpers
Brian Foster
1
-1
/
+1
2018-08-03
xfs: use transaction for intent recovery instead of raw dfops
Brian Foster
1
-22
/
+29
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
1
-2
/
+2
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
1
-1
/
+1
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-8
/
+0
2018-07-26
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
1
-3
/
+3
2018-07-26
xfs: use ->t_dfops in log recovery intent processing
Brian Foster
1
-0
/
+2
2018-07-12
xfs: combine [a]sync buffer submission apis
Brian Foster
1
-2
/
+2
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
/
+1
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
1
-7
/
+25
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
1
-3
/
+3
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-05
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
1
-5
/
+10
2018-05-09
xfs: remove unused flags arg from xfs_dquot_verify
Eric Sandeen
1
-2
/
+2
2018-03-29
xfs: do not log/recover swapext extent owner changes for deleted inodes
Eric Sandeen
1
-1
/
+3
2018-03-12
xfs: Rename xa_ elements to ail_
Matthew Wilcox
1
-40
/
+40
2018-03-12
xfs: Remove dead code from inode recover function
Nikolay Borisov
1
-7
/
+0
2018-03-12
xfs: remove unused m_dmevmask from xfs_mount struct
Eric Sandeen
1
-9
/
+0
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
1
-3
/
+3
2018-01-13
xfs: use %px for data pointers when debugging
Darrick J. Wong
1
-12
/
+12
2018-01-13
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
1
-12
/
+12
2018-01-08
xfs: standardize quota verification function outputs
Darrick J. Wong
1
-9
/
+15
2018-01-08
xfs: provide a centralized method for verifying inline fork data
Darrick J. Wong
1
-0
/
+4
2017-11-27
xfs: log recovery should replay deferred ops in order
Darrick J. Wong
1
-8
/
+67
2017-11-06
xfs: mark xlog_recover_check_summary STATIC
Christoph Hellwig
1
-1
/
+1
2017-11-02
xfs: remove inode log format typedef
Darrick J. Wong
1
-5
/
+5
2017-10-27
xfs: fix log block underflow during recovery cycle verification
Brian Foster
1
-1
/
+1
2017-10-27
xfs: more robust recovery xlog buffer validation
Brian Foster
1
-14
/
+24
2017-10-27
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
1
-9
/
+1
2017-09-02
xfs: fix compiler warnings
Darrick J. Wong
1
-0
/
+4
[next]