summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix oops re sysctls and V4 supportAlexey Dobriyan2007-09-191-1/+1
* NFS: change NFS mount error return when hostname/pathname too longChuck Lever2007-09-011-4/+4
* NFS: Off-by-one length error in string handlingChuck Lever2007-09-011-1/+1
* NFS: Return a real error code from mount(2)Chuck Lever2007-09-011-1/+1
* NFS: mount option parser chokes on proto=Chuck Lever2007-09-011-4/+4
* NFS: Fix the mount regressionTrond Myklebust2007-08-311-46/+64
* fix broken handling of port=... in NFS option parsingAl Viro2007-07-221-1/+1
* NFSv4: handle lack of clientaddr in option stringJeff Layton2007-07-191-0/+7
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-4/+6
* NFS: Error when mounting the same filesystem with different optionsTrond Myklebust2007-07-101-1/+42
* NFS: Add the mount option "nosharecache"Trond Myklebust2007-07-101-5/+38
* NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever2007-07-101-7/+84
* NFS: Add final pieces to support in-kernel mount option parsingChuck Lever2007-07-101-10/+95
* NFS: Introduce generic mount client APIChuck Lever2007-07-101-0/+57
* NFS: Add enums and match tables for mount option parsingChuck Lever2007-07-101-0/+528
* NFS: Introduce nfs4_validate_mount_optionsChuck Lever2007-07-101-64/+89
* NFS: Clean up nfs_validate_mount_dataChuck Lever2007-07-101-58/+67
* NFS: Clean-up: Refactor IP address sanity checks in NFS clientChuck Lever2007-07-101-4/+20
* NFS: Clean-up: fix a compiler warning in fs/nfs/super.cChuck Lever2007-07-101-2/+2
* NFS: Clean up error handling in nfs_get_sbChuck Lever2007-07-101-6/+8
* NFS: Clean-up: Replace nfs_copy_user_string with strndup_userChuck Lever2007-07-101-37/+16
* NFS: Clean-up: Define macros for maximum host and export path name lengthsChuck Lever2007-07-101-2/+2
* NFS: Re-enable forced umountsTrond Myklebust2007-07-101-0/+13
* NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson2007-04-301-0/+1
* NFS: statfs error-handling fixAmnon Aaronsohn2007-04-301-5/+4
* [PATCH] nfs: fix congestion controlPeter Zijlstra2007-03-161-2/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-2/+3
|\
| * [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
| * [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk2007-02-121-0/+1
* | NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust2007-02-031-1/+1
|/
* [PATCH] NFSv4: Fix thinko in fs/nfs/super.cTrond Myklebust2006-10-201-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2006-09-241-5/+5
* NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust2006-09-221-0/+3
* NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust2006-09-221-3/+5
* NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust2006-09-221-2/+4
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-763/+444
* NFS: Start rpciod in server common managementDavid Howells2006-09-221-25/+6
* NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-221-171/+51
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-221-26/+33
* NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-221-1/+20
* NFS: Add extra const qualifiersDavid Howells2006-09-221-5/+5
* NFS: Use the dentry superblock directly in nfs_statfs()David Howells2006-09-221-7/+6
* NFS: Generalise the nfs_client structureDavid Howells2006-09-221-32/+21
* NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-221-1/+2
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-221-3/+3
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-221-2/+2
* NFS: Fix up split of fs/nfs/inode.cDavid Howells2006-09-221-36/+4
* NFS: Add an ACCESS cache memory shrinkerTrond Myklebust2006-09-221-0/+5
* nfs-build-fix-99Andrew Morton2006-06-251-0/+4
OpenPOWER on IntegriCloud