summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] Check for errors when changing buffer pointers.David Chinner2008-04-181-11/+24
* [XFS] Catch errors from xfs_imap().David Chinner2008-04-181-1/+3
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-181-2/+4
* [XFS] Check for xfs_free_extent() failing.David Chinner2008-04-181-5/+9
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-10/+17
* [XFS] Propagate xfs_trans_reserve() errors.David Chinner2008-04-181-9/+26
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-2/+2
* [XFS] remove most calls to VN_RELEChristoph Hellwig2008-04-181-1/+2
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-1/+2
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-8/+8
* [XFS] prevent panic during log recovery due to bogus op_hdr lengthLachlan McIlroy2008-02-071-1/+6
* [XFS] Fix sparse warning in xlog_recover_do_efd_trans.David Chinner2008-02-071-11/+3
OpenPOWER on IntegriCloud