summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/+56
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-7/+5
* [XFS] clean up some xfs_log_priv.h macrosChristoph Hellwig2008-02-071-13/+16
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-12/+9
* [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/+11
* Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Tim Shimmin2007-10-011-48/+3
* [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/+1
* [XFS] remove more misc. unused argsEric Sandeen2007-05-081-5/+3
* [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/+2
* [XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott2006-06-281-0/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-9/+9
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-1/+1
* [XFS] Over zealous with doing endian conversions. We endian converted theTim Shimmin2006-06-091-2/+2
* [XFS] inode items and EFI/EFDs have different ondisk format for 32bit andTim Shimmin2006-06-091-31/+56
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-2/+2
* [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott2006-03-171-1/+1
* [XFS] Fix quotaoff logitem for project quota, affects log recovery only.Nathan Scott2006-01-111-1/+3
* [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen2006-01-111-5/+3
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-021-24/+18
* [XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig2005-11-021-31/+27
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-12/+11
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-021-6/+9
* [XFS] Fix sparse warnings in kmem_* functions Patch from Victor FuscoChristoph Hellwig2005-09-021-1/+1
* [XFS] consolidate extent item freeingChristoph Hellwig2005-06-211-11/+3
* [XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott2005-06-211-3/+8
OpenPOWER on IntegriCloud