aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-23/+15
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-1/+1
* xfs: clean up xlog_alignChristoph Hellwig2010-05-281-8/+3
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-23/+23
* xfs: kill off l_sectbb_maskAlex Elder2010-05-191-5/+9
* xfs: record log sector size rather than log2(that)Alex Elder2010-05-191-15/+12
* xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig2010-05-191-67/+0
* xfs: minor odds and ends in xfs_log_recover.cAlex Elder2010-05-191-16/+15
* xfs: avoid repeated pointer dereferencesAlex Elder2010-05-191-12/+13
* xfs: change a few labels in xfs_log_recover.cAlex Elder2010-05-191-11/+9
* xfs: nothing special about 1-block log sectorAlex Elder2010-05-191-13/+29
* xfs: encapsulate bbcount validity checkingAlex Elder2010-05-191-12/+26
* xfs: kill XLOG_SECTOR_ROUND*()Alex Elder2010-05-191-14/+9
* xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder2010-05-191-5/+4
* xfs: fix min bufsize bugs in two placesAlex Elder2010-05-191-4/+17
* xfs: add log item recovery tracingDave Chinner2010-05-191-8/+36
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-2/+1
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-4/+4
* xfs: Use list_heads for log recovery item listsDave Chinner2010-01-151-135/+70
* xfs: make several more functions staticEric Sandeen2010-01-151-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-151-0/+1
|\
| * xfs: event tracing supportChristoph Hellwig2009-12-141-0/+1
* | fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches2009-12-151-10/+4
|/
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-8/+8
* xfs: Wrapped journal record corruption on read at recoveryAndy Poling2009-12-111-17/+7
* XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski2009-11-171-2/+2
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-1/+1
* xfs: validate quota log items during log recoveryChristoph Hellwig2009-06-081-6/+32
* xfs: cleanup xlog_breadChristoph Hellwig2009-03-161-87/+138
* xfs: cleanup xlog_recover_do_transChristoph Hellwig2009-03-161-34/+31
* xfs: remove another leftover of the old inode log item formatChristoph Hellwig2009-03-161-10/+4
* xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig2009-03-041-4/+13
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-091-2/+2
* xfs: Check buffer lengths in log recoveryDave Chinner2009-02-031-6/+25
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-17/+9
* [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-12-011-13/+5
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-1/+0
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-011-26/+6
* [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-12-011-1/+1
* [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-12-011-68/+66
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-14/+15
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-011-4/+3
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-011-15/+11
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-011-46/+26
* [XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner2008-10-301-1/+7
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-8/+5
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-301-21/+21
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-8/+8