aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-09-24xfs: log recovery lsn ordering needs uuid checkDave Chinner1-14/+59
2013-09-12xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely1-3/+0
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner1-24/+99
2013-09-09xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner1-1/+1
2013-08-30xfs: inode buffers may not be valid during recovery readaheadDave Chinner1-1/+1
2013-08-30xfs: check LSN ordering for v5 superblocks during recoveryDave Chinner1-13/+156
2013-08-29xfs: fix bad dquot buffer size in log recovery readaheadDave Chinner1-1/+1
2013-08-29xfs: don't account buffer cancellation during log recovery readaheadDave Chinner1-26/+35
2013-08-23xfs: introduce object readahead to log recoveryZhi Yong Wu1-7/+152
2013-08-20xfs: fix the comment of xlog_recover_do_dquot_buffer()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xlog_find_head()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xlog_recover_buffer_pass2()Zhi Yong Wu1-1/+1
2013-08-13xfs:free bp in xlog_find_tail() error pathEric Sandeen1-0/+1
2013-08-13xfs: free bp in xlog_find_zeroed() error pathEric Sandeen1-1/+2
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-3/+2
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-08-12xfs: separate out log format definitionsDave Chinner1-0/+2
2013-07-24xfs: di_flushiter considered harmfulDave Chinner1-2/+11
2013-06-27xfs: Inode create item recoveryDave Chinner1-5/+109
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-05xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner1-0/+9
2013-06-05xfs: fix log recovery transaction item reorderingDave Chinner1-7/+58
2013-06-04xfs: rework dquot CRCsDave Chinner1-0/+10
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner1-0/+11
2013-05-01xfs: fix da node magic number mismatchesDave Chinner1-2/+1
2013-04-30xfs: Teach dquot recovery about CONFIG_XFS_QUOTADave Chinner1-0/+6
2013-04-27xfs: implement extended feature masksDave Chinner1-0/+19
2013-04-27xfs: add CRC checks to the superblockDave Chinner1-0/+8
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-18/+20
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-74/+180
2013-04-27xfs: add CRC checks to remote symlinksDave Chinner1-0/+9
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-7/+25
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig1-0/+10
2013-04-21xfs: add CRC checks to the AGIDave Chinner1-0/+8
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig1-0/+10
2013-04-21xfs: add CRC checks to the AGFDave Chinner1-0/+8
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-0/+28
2013-04-05xfs: don't free EFIs before the EFDs are committedDave Chinner1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner1-3/+3
2012-11-19xfs: add CRC checks to the logChristoph Hellwig1-69/+63
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-1/+1
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner1-2/+3
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-3/+5
2012-11-07xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1