summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
AgeCommit message (Expand)Author
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-15xfs: Use list_heads for log recovery item listsDave Chinner
2010-01-15xfs: make several more functions staticEric Sandeen
2009-12-15Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig
2009-12-11xfs: Wrapped journal record corruption on read at recoveryAndy Poling
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-06-08xfs: validate quota log items during log recoveryChristoph Hellwig
2009-03-16xfs: cleanup xlog_breadChristoph Hellwig
2009-03-16xfs: cleanup xlog_recover_do_transChristoph Hellwig
2009-03-16xfs: remove another leftover of the old inode log item formatChristoph Hellwig
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig
2008-12-01[XFS] split up xlog_recover_process_iunlinksChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-12-01[XFS] sanitize xlog_in_core_t definitionChristoph Hellwig
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig
2008-10-30[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner
2008-10-30[XFS] Given the log a pointer to the AILDavid Chinner
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner
2008-10-30[XFS] Use a cursor for AIL traversal.David Chinner
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko
2008-04-18[XFS] Check for errors when changing buffer pointers.David Chinner
2008-04-18[XFS] Catch errors from xfs_imap().David Chinner
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner
2008-04-18[XFS] Check for xfs_free_extent() failing.David Chinner
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner
2008-04-18[XFS] Propagate xfs_trans_reserve() errors.David Chinner
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-07[XFS] prevent panic during log recovery due to bogus op_hdr lengthLachlan McIlroy
2008-02-07[XFS] Fix sparse warning in xlog_recover_do_efd_trans.David Chinner