aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-8/+8
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington1-2/+7
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia1-6/+11
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia1-2/+2
2020-06-26nfs: Fix memory leak of export_pathTom Rix1-0/+1
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust1-1/+1
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust1-1/+1
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-2/+1
2020-01-15NFS: Add missing null check for failed allocationColin Ian King1-0/+3
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-14/+9
2020-01-15NFS: Add fs_context support.David Howells1-121/+172
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-2/+3
2018-01-14nfs: Referrals should use the same proto setting as their parentChuck Lever1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20NFS: Remove extra dprintk()s from nfs4namespace.cAnna Schumaker1-6/+1
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-1/+1
2016-07-20qstr: constify instances in nfsAl Viro1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
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