aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever
2007-09-01NFS: Off-by-one length error in string handlingChuck Lever
2007-09-01NFS: Return a real error code from mount(2)Chuck Lever
2007-09-01NFS: mount option parser chokes on proto=Chuck Lever
2007-08-31NFS: Fix the mount regressionTrond Myklebust
2007-07-22fix broken handling of port=... in NFS option parsingAl Viro
2007-07-19NFSv4: handle lack of clientaddr in option stringJeff Layton
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2007-07-10NFS: Error when mounting the same filesystem with different optionsTrond Myklebust
2007-07-10NFS: Add the mount option "nosharecache"Trond Myklebust
2007-07-10NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever
2007-07-10NFS: Add final pieces to support in-kernel mount option parsingChuck Lever
2007-07-10NFS: Introduce generic mount client APIChuck Lever
2007-07-10NFS: Add enums and match tables for mount option parsingChuck Lever
2007-07-10NFS: Introduce nfs4_validate_mount_optionsChuck Lever
2007-07-10NFS: Clean up nfs_validate_mount_dataChuck Lever
2007-07-10NFS: Clean-up: Refactor IP address sanity checks in NFS clientChuck Lever
2007-07-10NFS: Clean-up: fix a compiler warning in fs/nfs/super.cChuck Lever
2007-07-10NFS: Clean up error handling in nfs_get_sbChuck Lever
2007-07-10NFS: Clean-up: Replace nfs_copy_user_string with strndup_userChuck Lever
2007-07-10NFS: Clean-up: Define macros for maximum host and export path name lengthsChuck Lever
2007-07-10NFS: Re-enable forced umountsTrond Myklebust
2007-04-30NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson
2007-04-30NFS: statfs error-handling fixAmnon Aaronsohn
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk
2007-02-03NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust
2006-10-20[PATCH] NFSv4: Fix thinko in fs/nfs/super.cTrond Myklebust
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells
2006-09-22NFS: Start rpciod in server common managementDavid Howells
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells
2006-09-22NFS: Add extra const qualifiersDavid Howells
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells
2006-09-22NFS: Generalise the nfs_client structureDavid Howells
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust
2006-06-25nfs-build-fix-99Andrew Morton