aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesGravatar Christoph Hellwig 1-8/+8
2009-12-11xfs: Wrapped journal record corruption on read at recoveryGravatar Andy Poling 1-17/+7
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Gravatar Jan Rekorajski 1-2/+2
2009-08-31xfs: add more statics & drop some unused functionsGravatar Eric Sandeen 1-1/+1
2009-06-08xfs: validate quota log items during log recoveryGravatar Christoph Hellwig 1-6/+32
2009-03-16xfs: cleanup xlog_breadGravatar Christoph Hellwig 1-87/+138
2009-03-16xfs: cleanup xlog_recover_do_transGravatar Christoph Hellwig 1-34/+31
2009-03-16xfs: remove another leftover of the old inode log item formatGravatar Christoph Hellwig 1-10/+4
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatGravatar Christoph Hellwig 1-4/+13
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesGravatar Christoph Hellwig 1-2/+2
2009-02-03xfs: Check buffer lengths in log recoveryGravatar Dave Chinner 1-6/+25
2008-12-11[XFS] replace b_fspriv with b_mountGravatar Christoph Hellwig 1-17/+9
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkGravatar Christoph Hellwig 1-13/+5
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeGravatar Christoph Hellwig 1-1/+0
2008-12-01[XFS] remove dead code for old inode item recoveryGravatar Christoph Hellwig 1-26/+6
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadGravatar Christoph Hellwig 1-1/+1
2008-12-01[XFS] split up xlog_recover_process_iunlinksGravatar Christoph Hellwig 1-68/+66
2008-12-01[XFS] kill xfs_dinode_core_tGravatar Christoph Hellwig 1-14/+15
2008-12-01[XFS] sanitize xlog_in_core_t definitionGravatar Christoph Hellwig 1-4/+3
2008-12-01[XFS] factor out xfs_read_agf helperGravatar From: Christoph Hellwig 1-15/+11
2008-12-01[XFS] factor out xfs_read_agi helperGravatar Christoph Hellwig 1-46/+26
2008-10-30[XFS] XFS: Check for valid transaction headers in recoveryGravatar David Chinner 1-1/+7
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIGravatar David Chinner 1-8/+5
2008-10-30[XFS] Given the log a pointer to the AILGravatar David Chinner 1-21/+21
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailGravatar David Chinner 1-8/+8
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceGravatar David Chinner 1-8/+7
2008-10-30[XFS] Use a cursor for AIL traversal.Gravatar David Chinner 1-40/+21
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformGravatar Christoph Hellwig 1-4/+4
2008-10-30[XFS] Cleanup maxrecs calculation.Gravatar Christoph Hellwig 1-2/+2
2008-08-13[XFS] cleanup xfs_mountfsGravatar Christoph Hellwig 1-5/+2
2008-07-28[XFS] Remove unused arg from kmem_free()Gravatar Denys Vlasenko 1-13/+8
2008-04-18[XFS] Check for errors when changing buffer pointers.Gravatar David Chinner 1-11/+24
2008-04-18[XFS] Catch errors from xfs_imap().Gravatar David Chinner 1-1/+3
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.Gravatar David Chinner 1-2/+4
2008-04-18[XFS] Check for xfs_free_extent() failing.Gravatar David Chinner 1-5/+9
2008-04-18[XFS] Propagate errors from xfs_trans_commit().Gravatar David Chinner 1-10/+17
2008-04-18[XFS] Propagate xfs_trans_reserve() errors.Gravatar David Chinner 1-9/+26
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-18[XFS] remove most calls to VN_RELEGravatar Christoph Hellwig 1-1/+2
2008-04-18[XFS] Don't block pdflush when writing back inodesGravatar David Chinner 1-1/+2
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hGravatar Eric Sandeen 1-8/+8
2008-02-07[XFS] prevent panic during log recovery due to bogus op_hdr lengthGravatar Lachlan McIlroy 1-1/+6
2008-02-07[XFS] Fix sparse warning in xlog_recover_do_efd_trans.Gravatar David Chinner 1-11/+3
2008-02-07[XFS] Fix up sparse warnings.Gravatar David Chinner 1-2/+2
2008-02-07[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsGravatar Christoph Hellwig 1-64/+56
2008-02-07[XFS] clean up some xfs_log_priv.h macrosGravatar Christoph Hellwig 1-7/+5
2008-02-07[XFS] clean up some xfs_log_priv.h macrosGravatar Christoph Hellwig 1-13/+16
2008-02-07[XFS] Unwrap AIL_LOCKGravatar Donald Douwsma 1-12/+9
2007-10-16[XFS] Turn off XBF_ASYNC flag before re-reading superblock.Gravatar Lachlan McIlroy 1-0/+3
2007-10-15[XFS] superblock endianess annotationsGravatar Christoph Hellwig 1-2/+2