summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-20NFS: Remove extra dprintk()s from nfs4namespace.cAnna Schumaker
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-07-20qstr: constify instances in nfsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson
2013-10-28NFSv4: make nfs_find_best_sec staticWeston Andros Adamson
2013-10-28NFS: Add functions to swap transports during migration recoveryChuck Lever
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-07NFSv4: Allow security autonegotiation for submountsTrond Myklebust
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever
2012-09-25NFS4: avoid underflow when converting error to pointer.NeilBrown
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-05-16NFS: fix unsigned comparison in nfs4_create_sec_clientBenny Halevy
2012-04-27NFS: Create a submount rpc_opBryan Schumaker
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker
2012-04-26nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-02-06NFS: pass transport net to rpc_pton() while parse server nameStanislav Kinsbursky
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky
2012-01-31NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-06NFSv4: Fix the referral mount codeTrond Myklebust
2009-08-19NFS: Use the DNS resolver in the mount code.Trond Myklebust
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields
2008-10-07nfs: break up nfs_follow_referralJ. Bruce Fields
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever
2008-01-30NFS: Address a couple of nits in nfs_follow_referral()Chuck Lever