summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-05-28xfs: clean up xlog_alignChristoph Hellwig
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner
2010-05-19xfs: kill off l_sectbb_maskAlex Elder
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder
2010-05-19xfs: add log item recovery tracingDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-15xfs: Use list_heads for log recovery item listsDave Chinner
2010-01-15xfs: make several more functions staticEric Sandeen
2009-12-15Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig
2009-12-11xfs: Wrapped journal record corruption on read at recoveryAndy Poling
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-06-08xfs: validate quota log items during log recoveryChristoph Hellwig
2009-03-16xfs: cleanup xlog_breadChristoph Hellwig
2009-03-16xfs: cleanup xlog_recover_do_transChristoph Hellwig
2009-03-16xfs: remove another leftover of the old inode log item formatChristoph Hellwig
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig
2008-12-01[XFS] split up xlog_recover_process_iunlinksChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-12-01[XFS] sanitize xlog_in_core_t definitionChristoph Hellwig
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig
2008-10-30[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner
2008-10-30[XFS] Given the log a pointer to the AILDavid Chinner
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner