Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / fs / xfs / xfs_log_recover.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-06 Dave Chinnerxfs: Convert xlog_warn to new logging interface
2011-01-12 Dave Chinnerxfs: prevent NMI timeouts in cmn_err
2010-12-21 Dave Chinnerxfs: convert l_tail_lsn to an atomic variable.
2010-12-03 Dave Chinnerxfs: convert l_last_sync_lsn to an atomic variable
2010-12-21 Dave Chinnerxfs: combine grant heads into a single 64 bit integer
2010-12-20 Dave Chinnerxfs: use AIL bulk update function to implement single...
2010-12-20 Dave Chinnerxfs: Pull EFI/EFD handling out from under the AIL lock
2010-12-16 Christoph Hellwigxfs: untangle phase1 vs phase2 recovery helpers
2010-12-16 Christoph Hellwigxfs: refactor xlog_recover_commit_trans
2010-12-16 Christoph Hellwigxfs: use struct list_head for the buf cancel table
2010-12-16 Christoph Hellwigxfs: remove leftovers of old buffer log items in recove...
2010-10-18 Christoph Hellwigxfs: remove xfs_buf wrappers
2010-10-18 Dave Chinnerxfs: store xfs_mount in the buftarg instead of in the...
2010-10-18 Dave Chinnerxfs: rename xfs_buf_get_nodaddr to be more appropriate
2010-07-26 Christoph Hellwigxfs: fix the xfs_log_iovec i_addr type
2010-07-26 Christoph Hellwigxfs: remove unneeded #include statements
2010-07-26 Christoph Hellwigxfs: drop dmapi hooks
2010-06-24 Dave Chinnerxfs: remove block number from inode lookup code
2010-05-28 Christoph Hellwigxfs: clean up xlog_align
2010-05-24 Dave Chinnerxfs: Clean up XFS_BLI_* flag namespace
2010-05-19 Alex Elderxfs: kill off l_sectbb_mask
2010-05-19 Alex Elderxfs: record log sector size rather than log2(that)
2010-05-19 Christoph Hellwigxfs: remove dead XFS_LOUD_RECOVERY code
2010-05-19 Alex Elderxfs: minor odds and ends in xfs_log_recover.c
2010-05-19 Alex Elderxfs: avoid repeated pointer dereferences
2010-05-19 Alex Elderxfs: change a few labels in xfs_log_recover.c
2010-05-19 Alex Elderxfs: nothing special about 1-block log sector
2010-05-19 Alex Elderxfs: encapsulate bbcount validity checking
2010-05-19 Alex Elderxfs: kill XLOG_SECTOR_ROUND*()
2010-05-19 Alex Elderxfs: simplify XLOG_SECTOR_ROUND*()
2010-05-19 Alex Elderxfs: fix min bufsize bugs in two places
2010-05-19 Dave Chinnerxfs: add log item recovery tracing
2010-01-21 Christoph Hellwigxfs: cleanup up xfs_log_force calling conventions
2010-01-21 Christoph Hellwigxfs: remove duplicate buffer flags
2010-01-15 Dave Chinnerxfs: Use list_heads for log recovery item lists
2010-01-15 Eric Sandeenxfs: make several more functions static
2009-12-15 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-12-15 Joe Perchesfs/xfs/xfs_log_recover.c: use %pU to print UUIDs
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-12-11 Christoph Hellwigxfs: simplify xfs_buf_get / xfs_buf_read interfaces
2009-12-11 Andy Polingxfs: Wrapped journal record corruption on read at recovery
2009-11-17 Jan RekorajskiXFS bug in log recover with quota (bugzilla id 855)
2009-08-31 Eric Sandeenxfs: add more statics & drop some unused functions
2009-07-02 Eric Sandeenxfs: add more statics & drop some unused functions
2009-06-08 Christoph Hellwigxfs: validate quota log items during log recovery
2009-03-16 Christoph Hellwigxfs: cleanup xlog_bread
2009-03-16 Christoph Hellwigxfs: cleanup xlog_recover_do_trans
2009-03-16 Christoph Hellwigxfs: remove another leftover of the old inode log item...
2009-03-06 Christoph Hellwigxfs: prevent kernel crash due to corrupted inode log...
2009-03-04 Christoph Hellwigxfs: prevent kernel crash due to corrupted inode log...
2009-02-09 Christoph Hellwigxfs: remove uchar_t/ushort_t/uint_t/ulong_t types
2009-02-03 Dave Chinnerxfs: Check buffer lengths in log recovery
2009-02-03 Dave Chinnerxfs: Check buffer lengths in log recovery
2008-12-11 Christoph Hellwig[XFS] replace b_fspriv with b_mount
2008-12-01 Christoph Hellwig[XFS] fix error handling in xlog_recover_process_one_iu...
2008-12-01 Christoph Hellwig[XFS] embededd struct xfs_imap into xfs_inode
2008-12-01 Christoph Hellwig[XFS] remove dead code for old inode item recovery
2008-12-01 Christoph Hellwig[XFS] stop using xfs_itobp in xfs_iread
2008-12-01 Christoph Hellwig[XFS] split up xlog_recover_process_iunlinks
2008-12-01 Christoph Hellwig[XFS] kill xfs_dinode_core_t
2008-12-01 Christoph Hellwig[XFS] sanitize xlog_in_core_t definition
2008-12-01 From: Christoph... [XFS] factor out xfs_read_agf helper
2008-12-01 Christoph Hellwig[XFS] factor out xfs_read_agi helper
2008-11-10 David Chinner[XFS] XFS: Check for valid transaction headers in recovery
2008-10-30 David Chinner[XFS] XFS: Check for valid transaction headers in recovery
2008-10-30 David Chinner[XFS] Finish removing the mount pointer from the AIL API
2008-10-30 David Chinner[XFS] Given the log a pointer to the AIL
2008-10-30 David Chinner[XFS] Move the AIL lock into the struct xfs_ail
2008-10-30 David Chinner[XFS] move the AIl traversal over to a consistent interface
2008-10-30 David Chinner[XFS] Use a cursor for AIL traversal.
2008-10-30 Christoph Hellwig[XFS] Always use struct xfs_btree_block instead of...
2008-10-30 Christoph Hellwig[XFS] Cleanup maxrecs calculation.
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-07-28 Denys Vlasenko[XFS] Remove unused arg from kmem_free()
2008-04-18 David Chinner[XFS] Check for errors when changing buffer pointers.
2008-04-18 David Chinner[XFS] Catch errors from xfs_imap().
2008-04-18 David Chinner[XFS] Ensure errors from xfs_bdstrat() are correctly...
2008-04-18 David Chinner[XFS] Check for xfs_free_extent() failing.
2008-04-18 David Chinner[XFS] Propagate errors from xfs_trans_commit().
2008-04-18 David Chinner[XFS] Propagate xfs_trans_reserve() errors.
2008-04-18 Harvey Harrison[XFS] replace remaining __FUNCTION__ occurrences
2008-04-18 Christoph Hellwig[XFS] remove most calls to VN_RELE
2008-04-18 David Chinner[XFS] Don't block pdflush when writing back inodes
2008-04-10 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_sb.h
2008-02-07 Lachlan McIlroy[XFS] prevent panic during log recovery due to bogus...
2008-02-07 David Chinner[XFS] Fix sparse warning in xlog_recover_do_efd_trans.
2008-02-07 David Chinner[XFS] Fix up sparse warnings.
2008-02-07 Christoph Hellwig[XFS] xlog_rec_header/xlog_rec_ext_header endianess...
2008-02-07 Christoph Hellwig[XFS] clean up some xfs_log_priv.h macros
2008-02-07 Christoph Hellwig[XFS] clean up some xfs_log_priv.h macros
2008-02-07 Donald Douwsma[XFS] Unwrap AIL_LOCK
2007-10-16 Lachlan McIlroy[XFS] Turn off XBF_ASYNC flag before re-reading superblock.
2007-10-15 Christoph Hellwig[XFS] superblock endianess annotations
2007-10-15 Christoph Hellwig[XFS] dinode endianess annotations
2007-10-01 Tim ShimminRevert "[XFS] Avoid replaying inode buffer initialisati...
2007-10-01 Tim ShimminRevert "[XFS] Avoid replaying inode buffer initialisati...
2007-09-20 Christoph Hellwig[XFS] fix valid but harmless sparse warning
2007-09-18 Lachlan McIlroy[XFS] Avoid replaying inode buffer initialisation log...
2007-09-05 Christoph Hellwig[XFS] Fix sparse NULL vs 0 warnings
next