Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_super.c
2008-04-18 Christoph Hellwig[XFS] cleanup root inode handling in xfs_fs_fill_super
2008-04-18 David Chinner[XFS] Don't block pdflush when writing back inodes
2008-02-29 Josef Jeff Sipek[XFS] If you mount an XFS filesystem with no mount...
2008-02-07 Lachlan McIlroy[XFS] add __init/__exit mark to specific init/cleanup...
2008-02-07 Christoph Hellwig[XFS] kill xfs_root
2008-02-07 Christoph Hellwig[XFS] stop updating inode->i_blocks
2008-02-07 David Chinner[XFS] Move AIL pushing into it's own thread
2008-02-07 David Chinner[XFS] Move platform specific mount option parse out...
2008-02-07 Christoph Hellwig[XFS] kill xfs_freeze.
2008-02-07 Christoph Hellwig[XFS] Kill off xfs_statvfs.
2008-02-07 Lachlan McIlroy[XFS] clean up vnode/inode tracing
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Tim Shimmin[XFS] Put back the QUEUE_ORDERED_NONE test in the barri...
2007-10-16 Lachlan McIlroy[XFS] avoid race in sync_inodes() that can fail to...
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] move syncing related members from struct bhv_vfs...
2007-10-16 Christoph Hellwig[XFS] kill the vfs_flags member in struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] call common xfs vfs-level helpers directly and...
2007-10-16 Christoph Hellwig[XFS] decontaminate vfs operations from behavior details
2007-10-16 Christoph Hellwig[XFS] remove dependency of the quota module on behaviors
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] move v_trace from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] kill the v_flag member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill v_vfsp member from struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Eric Sandeen[XFS] Remove xfs_physmem
2007-10-15 David Chinner[XFS] Barriers need to be dynamically checked and switc...
2007-09-18 Lachlan McIlroy[XFS] Ensure file size updates have been completed...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-14 David Chinner[XFS] Fix remount,readonly path to flush everything...
2007-07-14 David Chinner[XFS] Lazy Superblock Counters
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-02-21 Andrew Morton[PATCH] xfs warning fix
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 David Chinner[XFS] Make freeze code a little cleaner.
2007-02-10 Ralf Baechle[XFS] Remove useless memory barrier
2007-02-10 David Chinner[XFS] Ensure a frozen filesystem has a clean log before...
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-11 David Chinner[XFS] Clean up i_flags and i_flags_lock handling.
2006-09-28 David Chinner[XFS] Really fix use after free in xfs_iunpin.
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-07-28 Nathan Scott[XFS] Fix a barrier related forced shutdown on mounts...
2006-06-23 David Howells[PATCH] XFS: Use the dentry passed to statfs() to limit...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-20 Nathan Scott[XFS] Remove version 1 directory code. Never functioned...
2006-06-18 Nathan Scott[XFS] Remove unneeded conditional code on NFS export...
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-03-31 Nathan Scott[XFS] Implement the silent parameter to fill_super...
2006-03-26 Matthew Dobson[PATCH] mempool: use mempool_create_slab_pool()
2006-03-22 Nathan Scott[XFS] Sync up one/two other minor changes missed in...
2006-03-17 Nathan Scott[XFS] Complete transition away from linvfs naming conve...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for sb/quotactl...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for inode operation...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for file operations...
2006-03-14 Nathan Scott[XFS] Switch over from linvfs names for address space...
2006-03-14 Nathan Scott[XFS] Flag the XFS inode cache as in need of spreading...
2006-03-14 Nathan Scott[XFS] Cleanup the use of zones/slabs, more consistent...
2006-03-14 Nathan Scott[XFS] XFS propagates MS_NOATIME through two levels...
2006-01-11 Yingping Lu[XFS] xfssyncd is responsible for flushing inode or...
2006-01-11 Nathan Scott[XFS] Complete the pagebuf -> xfs_buf naming convention...
2006-01-11 Christoph Hellwig[XFS] enable write barriers by default
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-02 Nathan Scott[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers...
2005-11-01 David Chinner[XFS] Introduce two new mount options (nolargeio/largei...
2005-11-01 Nathan Scott[XFS] Provide a mechiansm for flushing delalloc before...
2005-11-01 Christoph Hellwig[XFS] write barrier support Issue all log sync operati...
2005-09-10 Nishanth Aravamudan[PATCH] fs: fix-up schedule_timeout() usage
2005-09-04 Christoph Hellwig[XFS] Switch kernel thread handling to the kthread_ API
2005-09-04 Christoph Hellwig[XFS] allow a null behaviour pointer in linvfs_clear_inode
2005-09-04 Felix Blyakher[XFS] Check if there is first behavior before calling...
2005-09-04 Christoph Hellwig[XFS] streamline the clear_inode path
2005-09-02 Christoph Hellwig[XFS] Add infrastructure for tracking I/O completions
2005-09-02 Christoph Hellwig[XFS] remove struct vnode::v_type
2005-06-26 Christoph Lameter[PATCH] Cleanup patch for process freezing
2005-06-21 Christoph Hellwig[XFS] quiesce the filesystem proper when freezing
2005-06-21 Nathan Scott[XFS] Add support for project quota, based on Dan Knapp...
2005-05-06 Nathan Scott[XFS] Fix directory inodes ioctl compat code, minor...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2