Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / nfs / super.c
2007-09-01 Chuck LeverNFS: Return a real error code from mount(2)
2007-09-01 Chuck LeverNFS: mount option parser chokes on proto=
2007-09-01 Trond MyklebustNFS: Fix the mount regression
2007-07-22 Al Virofix broken handling of port=... in NFS option parsing
2007-07-19 Jeff LaytonNFSv4: handle lack of clientaddr in option string
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-11 Trond MyklebustNFS: Error when mounting the same filesystem with diffe...
2007-07-11 Trond MyklebustNFS: Add the mount option "nosharecache"
2007-07-11 Chuck LeverNFS: Add support for mounting NFSv4 file systems with...
2007-07-11 Chuck LeverNFS: Add final pieces to support in-kernel mount option...
2007-07-11 Chuck LeverNFS: Introduce generic mount client API
2007-07-11 Chuck LeverNFS: Add enums and match tables for mount option parsing
2007-07-11 Chuck LeverNFS: Introduce nfs4_validate_mount_options
2007-07-11 Chuck LeverNFS: Clean up nfs_validate_mount_data
2007-07-11 Chuck LeverNFS: Clean-up: Refactor IP address sanity checks in...
2007-07-11 Chuck LeverNFS: Clean-up: fix a compiler warning in fs/nfs/super.c
2007-07-11 Chuck LeverNFS: Clean up error handling in nfs_get_sb
2007-07-11 Chuck LeverNFS: Clean-up: Replace nfs_copy_user_string with strndu...
2007-07-11 Chuck LeverNFS: Clean-up: Define macros for maximum host and expor...
2007-07-11 Trond MyklebustNFS: Re-enable forced umounts
2007-05-01 Steve DicksonNFS: Added support to turn off the NFSv3 READDIRPLUS...
2007-05-01 Amnon AaronsohnNFS: statfs error-handling fix
2007-03-17 Peter Zijlstra[PATCH] nfs: fix congestion control
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Adrian Bunk[PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGIC
2007-02-03 Trond MyklebustNFSv4: Fix Oops in nfs4_create_referral_server
2006-10-20 Trond Myklebust[PATCH] NFSv4: Fix thinko in fs/nfs/super.c
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-09-24 Mark Fasheh[PATCH] Allow file systems to manually d_move() inside...
2006-09-23 Trond MyklebustNFSv4: When mounting with a port=0 argument, substitute...
2006-09-23 Trond MyklebustNFSv4: Fix a use-after-free issue with the nfs server.
2006-09-23 Trond MyklebustNFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFL...
2006-09-23 David HowellsNFS: Share NFS superblocks per-protocol per-server...
2006-09-23 David HowellsNFS: Start rpciod in server common management
2006-09-23 David HowellsNFS: Eliminate client_sys in favour of cl_rpcclient
2006-09-23 David HowellsNFS: Move rpc_ops from nfs_server to nfs_client
2006-09-23 David HowellsNFS: Maintain a common server record for NFS2/3 as...
2006-09-23 David HowellsNFS: Add extra const qualifiers
2006-09-23 David HowellsNFS: Use the dentry superblock directly in nfs_statfs()
2006-09-23 David HowellsNFS: Generalise the nfs_client structure
2006-09-23 David HowellsNFS: Return an error when starting the idmapping pipe
2006-09-23 David HowellsNFS: Rename nfs_server::nfs4_state
2006-09-23 David HowellsNFS: Rename struct nfs4_client to struct nfs_client
2006-09-23 David HowellsNFS: Fix up split of fs/nfs/inode.c
2006-09-23 Trond MyklebustNFS: Add an ACCESS cache memory shrinker
2006-06-25 Andrew Mortonnfs-build-fix-99
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-09 Trond MyklebustNFS: Display the chosen RPCSEC_GSS security flavour...
2006-06-09 David HowellsNFS: Split fs/nfs/inode.c