summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-1/+1
* xfs: use transaction for intent recovery instead of raw dfopsBrian Foster2018-08-021-22/+29
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-8/+0
* xfs: use internal dfops during [b|c]ui recoveryBrian Foster2018-07-261-3/+3
* xfs: use ->t_dfops in log recovery intent processingBrian Foster2018-07-261-0/+2
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-111-2/+2
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-1/+1
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-7/+25
* xfs: clean up MIN/MAXDave Chinner2018-06-081-3/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-5/+10
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-091-2/+2
* xfs: do not log/recover swapext extent owner changes for deleted inodesEric Sandeen2018-03-291-1/+3
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-40/+40
* xfs: Remove dead code from inode recover functionNikolay Borisov2018-03-111-7/+0
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-111-9/+0
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-3/+3
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-12/+12
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-12/+12
* xfs: standardize quota verification function outputsDarrick J. Wong2018-01-081-9/+15
* xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-0/+4
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-271-8/+67
* xfs: mark xlog_recover_check_summary STATICChristoph Hellwig2017-11-061-1/+1
* xfs: remove inode log format typedefDarrick J. Wong2017-11-011-5/+5
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-10-261-1/+1
* xfs: more robust recovery xlog buffer validationBrian Foster2017-10-261-14/+24
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-9/+1
* xfs: fix compiler warningsDarrick J. Wong2017-09-021-0/+4
* xfs: add log recovery tracepoint for head/tailBrian Foster2017-08-221-0/+2
* xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-08-221-4/+3
* xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-08-221-31/+77
* xfs: always verify the log tail during recoveryBrian Foster2017-08-221-23/+3
* xfs: fix recovery failure when log record header wraps log endBrian Foster2017-08-221-4/+14
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-15/+34
|\
| * xfs: free uncommitted transactions during log recoveryBrian Foster2017-06-241-1/+20
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-14/+14
* | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-051-3/+3
|/
* scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-081-1/+1
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-5/+7
|\
| * xfs: optimise CRC updatesDave Chinner2016-12-051-5/+7
| * xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-051-1/+0
| * xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2016-12-051-0/+1
* | libxfs: convert ushort to unsigned shortDarrick J. Wong2016-11-081-2/+2
|/
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+1
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+177
* xfs: add refcount btree block detection to log recoveryDarrick J. Wong2016-10-031-0/+4