aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-43/+55
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust1-6/+6
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson1-4/+13
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson1-1/+1
2013-10-28NFSv4: make nfs_find_best_sec staticWeston Andros Adamson1-1/+1
2013-10-28NFS: Add functions to swap transports during migration recoveryChuck Lever1-0/+101
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-4/+3
2013-09-07NFSv4: Allow security autonegotiation for submountsTrond Myklebust1-4/+17
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever1-18/+23
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever1-6/+6
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings1-1/+2
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-13/+1
2012-09-25NFS4: avoid underflow when converting error to pointer.NeilBrown1-1/+1
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun1-1/+1
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-1/+1
2012-05-16NFS: fix unsigned comparison in nfs4_create_sec_clientBenny Halevy1-1/+1
2012-04-27NFS: Create a submount rpc_opBryan Schumaker1-1/+23
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker1-0/+29
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker1-2/+2
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker1-0/+52
2012-04-26nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson1-3/+27
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-1/+1
2012-02-06NFS: pass transport net to rpc_pton() while parse server nameStanislav Kinsbursky1-3/+3
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2012-01-31NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky1-3/+5
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro1-7/+5
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro1-24/+19
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust1-1/+1
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-06NFSv4: Fix the referral mount codeTrond Myklebust1-6/+6
2009-08-19NFS: Use the DNS resolver in the mount code.Trond Myklebust1-1/+17
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever1-1/+1
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever1-3/+3
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust1-7/+8
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields1-26/+18
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields1-12/+5
2008-10-07nfs: break up nfs_follow_referralJ. Bruce Fields1-38/+46
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever1-5/+7
2008-01-30NFS: Address a couple of nits in nfs_follow_referral()Chuck Lever1-5/+3
2007-02-03NFSv4: /proc/mounts displays the wrong server name for referralsTrond Myklebust1-8/+5
2007-02-03NFSv4: Cleanups for fs_locations code.Trond Myklebust1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-25/+85
2006-09-22NFS: Add extra const qualifiersDavid Howells1-4/+4