summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
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
2017-10-26xfs: more robust recovery xlog buffer validationBrian Foster
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-09-02xfs: fix compiler warningsDarrick J. Wong
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster
2017-08-22xfs: fix log recovery corruption error due to tail overwriteBrian Foster
2017-08-22xfs: always verify the log tail during recoveryBrian Foster
2017-08-22xfs: fix recovery failure when log record header wraps log endBrian Foster
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-24xfs: free uncommitted transactions during log recoveryBrian Foster
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: optimise CRC updatesDave Chinner
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2016-12-05xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-03xfs: add refcount btree block detection to log recoveryDarrick J. Wong