summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-17/+9Star
* [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-12-011-13/+5Star
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-1/+0Star
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-011-26/+6Star
* [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-12-011-1/+1
* [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-12-011-68/+66Star
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-14/+15
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-011-4/+3Star
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-011-15/+11Star
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-011-46/+26Star
* [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/+5Star
* [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/+7Star
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-301-40/+21Star
* [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/+2Star
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-13/+8Star
* [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/+3Star
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-2/+2
* [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotationsChristoph Hellwig2008-02-071-64/+56Star
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-7/+5Star
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-13/+16
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-12/+9Star
* [XFS] Turn off XBF_ASYNC flag before re-reading superblock.Lachlan McIlroy2007-10-161-0/+3
* [XFS] superblock endianess annotationsChristoph Hellwig2007-10-151-2/+2
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-14/+11Star
* Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Tim Shimmin2007-10-011-48/+3Star
* [XFS] fix valid but harmless sparse warningChristoph Hellwig2007-09-201-2/+2
* [XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Lachlan McIlroy2007-09-181-3/+48
* [XFS] Fix sparse NULL vs 0 warningsChristoph Hellwig2007-09-051-6/+6
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-0/+8
* [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1Star
* [XFS] remove more misc. unused argsEric Sandeen2007-05-081-5/+3Star
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-2/+2
* [XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy2007-02-101-0/+3
* [XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by EricEric Sandeen2007-02-101-56/+2Star