aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-1/+1
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong1-1/+1
2019-02-11xfs: split up allocation btree verifierBrian Foster1-2/+4
2019-02-11xfs: create a separate finobt verifierBrian Foster1-2/+4
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-5/+3
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster1-10/+0
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster1-1/+1
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsBrian Foster1-22/+29
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-2/+2
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-1/+1
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-8/+0
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster1-3/+3
2018-07-26xfs: use ->t_dfops in log recovery intent processingBrian Foster1-0/+2
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster1-2/+2
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-1/+1
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-7/+25
2018-06-08xfs: clean up MIN/MAXDave Chinner1-3/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-5/+10
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen1-2/+2
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen1-1/+3
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox1-40/+40
2018-03-11xfs: Remove dead code from inode recover functionNikolay Borisov1-7/+0
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen1-9/+0
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-3/+3
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-12/+12
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-12/+12
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong1-9/+15
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-0/+4
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong1-8/+67
2017-11-06xfs: mark xlog_recover_check_summary STATICChristoph Hellwig1-1/+1
2017-11-01xfs: remove inode log format typedefDarrick J. Wong1-5/+5
2017-10-26xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-10-26xfs: more robust recovery xlog buffer validationBrian Foster1-14/+24
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-9/+1
2017-09-02xfs: fix compiler warningsDarrick J. Wong1-0/+4
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster1-0/+2
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-08-22xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-08-22xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-08-22xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+34
2017-06-24xfs: free uncommitted transactions during log recoveryBrian Foster1-1/+20
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-14/+14
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein1-3/+3
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-5/+7
2016-12-05xfs: optimise CRC updatesDave Chinner1-5/+7
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-1/+0