trivial: fix typo "for for" in multiple files
[safe/jmp/linux-2.6] / fs / xfs / xfs_mount.c
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 Dave Chinnerxfs: remove unused parameter from xfs_reclaim_inodes
2009-06-08 Christoph Hellwigxfs: kill xfs_qmops
2009-04-30 Olaf Weberxfs: add more checks to superblock validation
2009-04-29 Olaf Weberxfs: add more checks to superblock validation
2009-03-30 Christoph Hellwigxfs: cleanup uuid handling
2009-03-29 Christoph Hellwigxfs: remove m_attroffset
2009-03-29 Malcolm Parsonsxfs: fix various typos
2009-03-29 Christoph Hellwigxfs: remove m_litino
2009-03-16 Christoph Hellwigxfs: cleanup log unmount handling
2009-02-04 Christoph Hellwigxfs: make sure to free the real-time inodes in the...
2009-02-04 Christoph Hellwigxfs: cleanup error handling in xfs_mountfs:
2009-01-19 Christoph Hellwigxfs: fix bad_features2 fixups for the root filesystem
2009-01-19 Christoph Hellwigxfs: fix bad_features2 fixups for the root filesystem
2008-12-04 Christoph Hellwigkill xfs_unmount_flush
2008-12-04 Christoph Hellwigremove leftovers of shared read-only support
2008-12-01 Christoph Hellwig[XFS] kill xfs_dinode_core_t
2008-11-10 Lachlan McIlroy[XFS] Fix use-after-free with log and quotas
2008-10-30 David Chinner[XFS] kill deleted inodes list
2008-10-30 David Chinner[XFS] rename inode reclaim functions
2008-10-30 David Chinner[XFS] remove the mount inode list
2008-10-30 Christoph Hellwig[XFS] Cleanup maxrecs calculation.
2008-10-30 David Chinner[XFS] Remove xfs_iflush_all and clean up xfs_finish_rec...
2008-10-30 Lachlan McIlroy[XFS] Fix use-after-free with log and quotas
2008-08-13 Christoph Hellwig[XFS] use KM_MAYFAIL in xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] refactor xfs_mount_free
2008-08-13 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] xfs_unmountfs should return void
2008-08-13 Christoph Hellwig[XFS] cleanup xfs_mountfs
2008-08-13 Christoph Hellwig[XFS] move root inode IRELE into xfs_unmountfs
2008-08-13 Christoph Hellwig[XFS] kill INDUCE_IO_ERROR
2008-08-13 Christoph Hellwig[XFS] don't leak m_fsname/m_rtname/m_logname
2008-07-28 Lachlan McIlroy[XFS] Don't assert if trying to mount with blocksize...
2008-07-28 Christoph Hellwig[XFS] kill xfs_mount_init
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
2008-07-28 Christoph Hellwig[XFS] don't call xfs_freesb from xfs_mountfs failure...
2008-07-28 Christoph Hellwig[XFS] kill xfs_uuid_unmount
2008-07-28 David Chinner[XFS] Update valid fields in xfs_mount_log_sb()
2008-07-28 Denys Vlasenko[XFS] Remove unused arg from kmem_free()
2008-07-28 Tim Shimmin[XFS] Fix up noattr2 so that it will properly update...
2008-04-29 Christoph Hellwig[XFS] kill XFS_ICSB_SB_LOCKED
2008-04-29 Christoph Hellwig[XFS] split xfs_icsb_balance_counter
2008-04-29 Christoph Hellwig[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_l...
2008-04-18 David Chinner[XFS] Ensure errors from xfs_bdstrat() are correctly...
2008-04-18 David Chinner[XFS] Propagate errors from xfs_trans_commit().
2008-04-18 David Chinner[XFS] Report errors from xfs_reserve_blocks().
2008-04-18 David Chinner[XFS] xfs_icsb_counter_disabled() never returns an...
2008-04-18 Christoph Hellwig[XFS] remove most calls to VN_RELE
2008-04-18 Christoph Hellwig[XFS] Remove superflous xfs_readsb call in xfs_mountfs.
2008-04-10 Eric Sandeen[XFS] Ensure "both" features2 slots are consistent
2008-04-10 David Chinner[XFS] Fix superblock features2 field alignment problem
2008-04-10 Eric Sandeen[XFS] remove shouting-indirection macros from xfs_sb.h
2008-02-07 David Chinner[XFS] Move AIL pushing into it's own thread
2008-02-07 David Chinner[XFS] Fix up sparse warnings.
2008-02-07 Eric Sandeen[XFS] Refactor xfs_mountfs
2008-02-07 Eric Sandeen[XFS] Remove spin.h
2008-02-07 Eric Sandeen[XFS] Unwrap XFS_SB_LOCK.
2008-02-07 Donald Douwsma[XFS] Unwrap AIL_LOCK
2008-02-07 Lachlan McIlroy[XFS] kill unnessecary ioops indirection
2007-10-16 Christoph Hellwig[XFS] growlock should be a mutex
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] kill the vfs_flags member in struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] kill the vfs_fsid and vfs_altfsid members in...
2007-10-16 Christoph Hellwig[XFS] call common xfs vfs-level helpers directly and...
2007-10-16 Christoph Hellwig[XFS] move freeing the mount structure from xfs_mount_f...
2007-10-15 David Chinner[XFS] Radix tree based inode caching
2007-10-15 Christoph Hellwig[XFS] superblock endianess annotations
2007-10-15 Jesper Juhl[XFS] Fix a potential NULL pointer deref in XFS on...
2007-10-15 Eric Sandeen[XFS] Pick a single default inode cluster size.
2007-10-15 Eric Sandeen[XFS] Remove m_nreadaheads
2007-07-14 Christoph Hellwig[XFS] Use do_div() on 64 bit types.
2007-07-14 David Chinner[XFS] Prevent ENOSPC from aborting transactions that...
2007-07-14 David Chinner[XFS] Prevent deadlock when flushing inodes on unmount
2007-07-14 David Chinner[XFS] Lazy Superblock Counters
2007-07-14 Nathan Scott[XFS] Don't grow filesystems past the size they can...
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-08 Eric Sandeen[XFS] The last argument "lsn" of xfs_trans_commit(...
2007-02-10 Lachlan McIlroy[XFS] Re-initialize the per-cpu superblock counters...
2007-02-10 David Chinner[XFS] Fix block reservation mechanism.
2007-02-10 David Chinner[XFS] Make growfs work for amounts greater than 2TB
2007-02-10 David Chinner[XFS] Fix UP build breakage due to undefined m_icsb_mutex.
2007-02-10 David Chinner[XFS] Reduction global superblock lock contention near...
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2006-09-07 David Chinner[XFS] Prevent free space oversubscription and xfssyncd...
2006-06-28 Linus TorvaldsMerge git://oss.sgi.com:8090/nathans/xfs-2.6
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: use hotplug version of cpu notifie...
2006-06-28 Nathan Scott[XFS] Rework code snippets slightly to remove remaining...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vfs/vfsops for...
2006-06-09 Nathan Scott[XFS] Portability changes: remove prdev, stick to one...
2006-06-09 Yingping Lu[XFS] In actual allocation of file system blocks and...
2006-04-11 Nathan Scott[XFS] Fix superblock validation regression for the...
2006-03-31 Nathan Scott[XFS] Implement the silent parameter to fill_super...
2006-03-28 Nathan Scott[XFS] We really suck at spulling. Thanks to Chris...
2006-03-14 Nathan Scott[XFS] Additional mount time superblock validation checks.
2006-03-14 David Chinner[XFS] using a spinlock per cpu for superblock counter...
2006-03-14 David Chinner[XFS] Add support for hotplug CPUs to the per-CPU super...
2006-03-14 David Chinner[XFS] On machines with more than 8 cpus, when running...
next