summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-8/+7
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-301-40/+21
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-4/+4
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-301-2/+2
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-5/+2
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-13/+8
OpenPOWER on IntegriCloud