aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4namespace.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverGravatar Trond Myklebust 1-6/+6
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+3
2013-10-28NFS: add support for multiple sec= mount optionsGravatar Weston Andros Adamson 1-4/+13
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagGravatar Weston Andros Adamson 1-1/+1
2013-10-28NFSv4: make nfs_find_best_sec staticGravatar Weston Andros Adamson 1-1/+1
2013-10-28NFS: Add functions to swap transports during migration recoveryGravatar Chuck Lever 1-0/+101
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-4/+3
2013-09-07NFSv4: Allow security autonegotiation for submountsGravatar Trond Myklebust 1-4/+17
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Gravatar Chuck Lever 1-18/+23
2013-03-29SUNRPC: Define rpcsec_gss_info structureGravatar Chuck Lever 1-6/+6
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Gravatar Jeff Layton 1-0/+1
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Gravatar Ben Hutchings 1-1/+2
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Gravatar Chuck Lever 1-13/+1
2012-09-25NFS4: avoid underflow when converting error to pointer.Gravatar NeilBrown 1-1/+1
2012-09-25NFS: fix the return value check by using IS_ERRGravatar Wei Yongjun 1-1/+1
2012-05-21Merge branch 'bugfixes' into nfs-for-nextGravatar Trond Myklebust 1-1/+1
2012-05-16NFS: fix unsigned comparison in nfs4_create_sec_clientGravatar Benny Halevy 1-1/+1
2012-04-27NFS: Create a submount rpc_opGravatar Bryan Schumaker 1-1/+23
2012-04-27NFS: Remove secinfo knowledge out of the generic clientGravatar Bryan Schumaker 1-0/+29
2012-04-27NFS: Fix following referral mount points with different securityGravatar Bryan Schumaker 1-2/+2
2012-04-27NFS: Do secinfo as part of lookupGravatar Bryan Schumaker 1-0/+52
2012-04-26nfs4: fix referrals on mounts that use IPv6 addrsGravatar Weston Andros Adamson 1-3/+27
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldGravatar Trond Myklebust 1-1/+1
2012-02-06NFS: pass transport net to rpc_pton() while parse server nameGravatar Stanislav Kinsbursky 1-3/+3
2012-01-31SUNRPC: parametrize rpc_pton() by network contextGravatar Stanislav Kinsbursky 1-1/+1
2012-01-31NFS: DNS resolver cache per network namespace context introducedGravatar Stanislav Kinsbursky 1-3/+5
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantGravatar Al Viro 1-7/+5
2011-03-16nfs: make nfs_path() work without vfsmountGravatar Al Viro 1-24/+19
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountGravatar Trond Myklebust 1-1/+1
2010-05-14NFSv4: Reduce the stack footprint of try_location()Gravatar Trond Myklebust 1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-06NFSv4: Fix the referral mount codeGravatar Trond Myklebust 1-6/+6
2009-08-19NFS: Use the DNS resolver in the mount code.Gravatar Trond Myklebust 1-1/+17
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Gravatar Chuck Lever 1-1/+1
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Gravatar Chuck Lever 1-3/+3
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Gravatar Trond Myklebust 1-7/+8
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeGravatar J. Bruce Fields 1-26/+18
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralGravatar J. Bruce Fields 1-12/+5
2008-10-07nfs: break up nfs_follow_referralGravatar J. Bruce Fields 1-38/+46
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-6/+6
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Gravatar Chuck Lever 1-5/+7
2008-01-30NFS: Address a couple of nits in nfs_follow_referral()Gravatar Chuck Lever 1-5/+3
2007-02-03NFSv4: /proc/mounts displays the wrong server name for referralsGravatar Trond Myklebust 1-8/+5
2007-02-03NFSv4: Cleanups for fs_locations code.Gravatar Trond Myklebust 1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-2/+0
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDGravatar David Howells 1-25/+85
2006-09-22NFS: Add extra const qualifiersGravatar David Howells 1-4/+4
2006-06-09NFS: Split fs/nfs/inode.cGravatar David Howells 1-0/+201