summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-08-26xfs: add kmem_alloc_io()Dave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: remove the xfs_log_item_t typedefChristoph Hellwig
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: stop using bp naming for log recovery buffersChristoph Hellwig
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-06-28xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster
2018-07-26xfs: use ->t_dfops in log recovery intent processingBrian Foster
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-03-11xfs: Remove dead code from inode recover functionNikolay Borisov
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong
2017-11-06xfs: mark xlog_recover_check_summary STATICChristoph Hellwig
2017-11-01xfs: remove inode log format typedefDarrick J. Wong
2017-10-26xfs: fix log block underflow during recovery cycle verificationBrian Foster