aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4namespace.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-26nfs: Fix memory leak of export_pathGravatar Tom Rix 1-0/+1
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Gravatar Trond Myklebust 1-1/+1
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Gravatar Trond Myklebust 1-1/+1
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Gravatar Trond Myklebust 1-2/+1
2020-01-15NFS: Add missing null check for failed allocationGravatar Colin Ian King 1-0/+3
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-14/+9
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-121/+172
2019-02-20NFS: Fix up documentation warningsGravatar Trond Myklebust 1-2/+3
2018-01-14nfs: Referrals should use the same proto setting as their parentGravatar Chuck Lever 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-20NFS: Remove extra dprintk()s from nfs4namespace.cGravatar Anna Schumaker 1-6/+1
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-1/+1
2016-07-20qstr: constify instances in nfsGravatar Al Viro 1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportGravatar Andy Adamson 1-43/+55
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorGravatar Andy Adamson 1-7/+4
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountGravatar Andy Adamson 1-2/+5
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