aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-23/+23
2010-05-19xfs: kill off l_sectbb_maskAlex Elder1-5/+9
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder1-15/+12
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig1-67/+0
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder1-16/+15
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder1-12/+13
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder1-11/+9
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder1-13/+29
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder1-12/+26
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder1-14/+9
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder1-5/+4
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder1-4/+17
2010-05-19xfs: add log item recovery tracingDave Chinner1-8/+36
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-2/+1
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-4/+4
2010-01-15xfs: Use list_heads for log recovery item listsDave Chinner1-135/+70
2010-01-15xfs: make several more functions staticEric Sandeen1-3/+3
2009-12-15Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches1-10/+4
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-8/+8
2009-12-11xfs: Wrapped journal record corruption on read at recoveryAndy Poling1-17/+7
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski1-2/+2
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-06-08xfs: validate quota log items during log recoveryChristoph Hellwig1-6/+32
2009-03-16xfs: cleanup xlog_breadChristoph Hellwig1-87/+138
2009-03-16xfs: cleanup xlog_recover_do_transChristoph Hellwig1-34/+31
2009-03-16xfs: remove another leftover of the old inode log item formatChristoph Hellwig1-10/+4
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig1-4/+13
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-2/+2
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner1-6/+25
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig1-17/+9
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig1-13/+5
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig1-1/+0
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig1-26/+6
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig1-1/+1
2008-12-01[XFS] split up xlog_recover_process_iunlinksChristoph Hellwig1-68/+66
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-14/+15
2008-12-01[XFS] sanitize xlog_in_core_t definitionChristoph Hellwig1-4/+3
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig1-15/+11
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig1-46/+26
2008-10-30[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner1-1/+7
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-8/+5
2008-10-30[XFS] Given the log a pointer to the AILDavid Chinner1-21/+21
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-8/+8
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner1-8/+7
2008-10-30[XFS] Use a cursor for AIL traversal.David Chinner1-40/+21
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig1-4/+4