aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-29xfs: remove invalid log recovery first/last cycle checkGravatar Brian Foster 1-10/+0
2018-08-02xfs: pass transaction to dfops reset/move helpersGravatar Brian Foster 1-1/+1
2018-08-02xfs: use transaction for intent recovery instead of raw dfopsGravatar Brian Foster 1-22/+29
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-2/+2
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterGravatar Brian Foster 1-1/+1
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-8/+0
2018-07-26xfs: use internal dfops during [b|c]ui recoveryGravatar Brian Foster 1-3/+3
2018-07-26xfs: use ->t_dfops in log recovery intent processingGravatar Brian Foster 1-0/+2
2018-07-11xfs: combine [a]sync buffer submission apisGravatar Brian Foster 1-2/+2
2018-07-11xfs: remove xfs_defer_init() firstblock paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: refactor dfops init to attach to transactionGravatar Brian Foster 1-1/+1
2018-06-08xfs: replace do_mod with native operationsGravatar Dave Chinner 1-7/+25
2018-06-08xfs: clean up MIN/MAXGravatar Dave Chinner 1-3/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-5/+10
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyGravatar Eric Sandeen 1-2/+2
2018-03-29xfs: do not log/recover swapext extent owner changes for deleted inodesGravatar Eric Sandeen 1-1/+3
2018-03-11xfs: Rename xa_ elements to ail_Gravatar Matthew Wilcox 1-40/+40
2018-03-11xfs: Remove dead code from inode recover functionGravatar Nikolay Borisov 1-7/+0
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structGravatar Eric Sandeen 1-9/+0
2018-01-29Split buffer's b_fspriv fieldGravatar Carlos Maiolino 1-3/+3
2018-01-12xfs: use %px for data pointers when debuggingGravatar Darrick J. Wong 1-12/+12
2018-01-12xfs: change 0x%p -> %p in print messagesGravatar Darrick J. Wong 1-12/+12
2018-01-08xfs: standardize quota verification function outputsGravatar Darrick J. Wong 1-9/+15
2018-01-08xfs: provide a centralized method for verifying inline fork dataGravatar Darrick J. Wong 1-0/+4
2017-11-27xfs: log recovery should replay deferred ops in orderGravatar Darrick J. Wong 1-8/+67
2017-11-06xfs: mark xlog_recover_check_summary STATICGravatar Christoph Hellwig 1-1/+1
2017-11-01xfs: remove inode log format typedefGravatar Darrick J. Wong 1-5/+5
2017-10-26xfs: fix log block underflow during recovery cycle verificationGravatar Brian Foster 1-1/+1
2017-10-26xfs: more robust recovery xlog buffer validationGravatar Brian Foster 1-14/+24
2017-10-26xfs: remove the never fully implemented UUID fork formatGravatar Christoph Hellwig 1-9/+1
2017-09-02xfs: fix compiler warningsGravatar Darrick J. Wong 1-0/+4
2017-08-22xfs: add log recovery tracepoint for head/tailGravatar Brian Foster 1-0/+2
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationGravatar Brian Foster 1-4/+3
2017-08-22xfs: fix log recovery corruption error due to tail overwriteGravatar Brian Foster 1-31/+77
2017-08-22xfs: always verify the log tail during recoveryGravatar Brian Foster 1-23/+3
2017-08-22xfs: fix recovery failure when log record header wraps log endGravatar Brian Foster 1-4/+14
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-15/+34
2017-06-24xfs: free uncommitted transactions during log recoveryGravatar Brian Foster 1-1/+20
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-14/+14
2017-06-05xfs: use the common helper uuid_is_null()Gravatar Amir Goldstein 1-3/+3
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextGravatar Dave Chinner 1-5/+7
2016-12-05xfs: optimise CRC updatesGravatar Dave Chinner 1-5/+7
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiGravatar Eric Sandeen 1-1/+0
2016-12-05xfs: set AGI buffer type in xlog_recover_clear_agi_bucketGravatar Eric Sandeen 1-0/+1
2016-11-08libxfs: convert ushort to unsigned shortGravatar Darrick J. Wong 1-2/+2
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedGravatar Darrick J. Wong 1-0/+1
2016-10-04xfs: log bmap intent itemsGravatar Darrick J. Wong 1-0/+177
2016-10-03xfs: add refcount btree block detection to log recoveryGravatar Darrick J. Wong 1-0/+4