aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09NFS: Show "nointr" mount optionChuck Lever1-1/+1
2007-10-09NFS: Verify server address before invoking in-kernel mount clientChuck Lever1-4/+8
2007-10-09NFS: support RDMA mounts\"Talpey, Thomas\1-2/+19
2007-10-09NFS - print accurate transport protocol\"Talpey, Thomas\1-14/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\1-10/+11
2007-10-09NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust1-3/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\1-80/+66
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\1-64/+57
2007-10-09NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\1-31/+0
2007-10-09NFS: Add new 'mountaddr=' mount optionChuck Lever1-3/+5
2007-10-09[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini1-2/+4
2007-10-09NFS: Kernel mount client should use async bindChuck Lever1-16/+5
2007-10-09[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather thanJeff Layton1-2/+2
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever1-4/+4
2007-09-01NFS: Off-by-one length error in string handlingChuck Lever1-1/+1
2007-09-01NFS: Return a real error code from mount(2)Chuck Lever1-1/+1
2007-09-01NFS: mount option parser chokes on proto=Chuck Lever1-4/+4
2007-08-31NFS: Fix the mount regressionTrond Myklebust1-46/+64
2007-07-22fix broken handling of port=... in NFS option parsingAl Viro1-1/+1
2007-07-19NFSv4: handle lack of clientaddr in option stringJeff Layton1-0/+7
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-4/+6
2007-07-10NFS: Error when mounting the same filesystem with different optionsTrond Myklebust1-1/+42
2007-07-10NFS: Add the mount option "nosharecache"Trond Myklebust1-5/+38
2007-07-10NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever1-7/+84
2007-07-10NFS: Add final pieces to support in-kernel mount option parsingChuck Lever1-10/+95
2007-07-10NFS: Introduce generic mount client APIChuck Lever1-0/+57
2007-07-10NFS: Add enums and match tables for mount option parsingChuck Lever1-0/+528
2007-07-10NFS: Introduce nfs4_validate_mount_optionsChuck Lever1-64/+89
2007-07-10NFS: Clean up nfs_validate_mount_dataChuck Lever1-58/+67
2007-07-10NFS: Clean-up: Refactor IP address sanity checks in NFS clientChuck Lever1-4/+20
2007-07-10NFS: Clean-up: fix a compiler warning in fs/nfs/super.cChuck Lever1-2/+2
2007-07-10NFS: Clean up error handling in nfs_get_sbChuck Lever1-6/+8
2007-07-10NFS: Clean-up: Replace nfs_copy_user_string with strndup_userChuck Lever1-37/+16
2007-07-10NFS: Clean-up: Define macros for maximum host and export path name lengthsChuck Lever1-2/+2
2007-07-10NFS: Re-enable forced umountsTrond Myklebust1-0/+13
2007-04-30NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson1-0/+1
2007-04-30NFS: statfs error-handling fixAmnon Aaronsohn1-5/+4
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra1-2/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-2/+3
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk1-0/+1
2007-02-03NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust1-1/+1
2006-10-20[PATCH] NFSv4: Fix thinko in fs/nfs/super.cTrond Myklebust1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh1-5/+5
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust1-0/+3
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust1-3/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-763/+444