index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_recover.c
Age
Commit message (
Expand
)
Author
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
2020-01-26
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
2020-01-26
xfs: make xfs_buf_read return an error code
Darrick J. Wong
2020-01-26
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
2020-01-16
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
2019-11-15
xfs: fix some memory leaks in log recovery
Darrick J. Wong
2019-11-13
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-10
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
2019-11-07
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
2019-10-06
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
2019-09-05
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
2019-08-26
xfs: add kmem_alloc_io()
Dave Chinner
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-07-03
fs: xfs: xfs_log: Change return type from int to void
Hariprasad Kelam
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
2019-06-28
xfs: stop using bp naming for log recovery buffers
Christoph Hellwig
2019-06-28
xfs: use bios directly to read and write the log recovery buffers
Christoph Hellwig
2019-06-28
xfs: return an offset instead of a pointer from xlog_align
Christoph Hellwig
2019-06-28
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
2019-05-01
xfs: change some error-less functions to void types
Eric Sandeen
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
2019-02-11
xfs: add inode magic to inode verifier
Darrick J. Wong
2019-02-11
xfs: split up allocation btree verifier
Brian Foster
2019-02-11
xfs: create a separate finobt verifier
Brian Foster
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-09-29
xfs: remove invalid log recovery first/last cycle check
Brian Foster
2018-08-02
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
xfs: use transaction for intent recovery instead of raw dfops
Brian Foster
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-26
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
2018-07-26
xfs: use ->t_dfops in log recovery intent processing
Brian Foster
2018-07-11
xfs: combine [a]sync buffer submission apis
Brian Foster
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
[next]