summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4namespace.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-8/+8
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-311-2/+7
* NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2022-01-131-6/+11
* NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-01-131-2/+2
* nfs: Fix memory leak of export_pathTom Rix2020-06-261-0/+1
* nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust2020-03-171-1/+1
* NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2020-02-031-1/+1
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-2/+1
* NFS: Add missing null check for failed allocationColin Ian King2020-01-151-0/+3
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-14/+9
* NFS: Add fs_context support.David Howells2020-01-151-121/+172
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-2/+3
* nfs: Referrals should use the same proto setting as their parentChuck Lever2018-01-141-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFS: Remove extra dprintk()s from nfs4namespace.cAnna Schumaker2017-04-201-6/+1
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-1/+1
* qstr: constify instances in nfsAl Viro2016-07-201-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-241-43/+55
* NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-241-7/+4
* NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-241-2/+5
* NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust2014-02-171-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-4/+3
|\
| * nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-241-4/+3
* | NFS: add support for multiple sec= mount optionsWeston Andros Adamson2013-10-281-4/+13
* | NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson2013-10-281-1/+1
* | NFSv4: make nfs_find_best_sec staticWeston Andros Adamson2013-10-281-1/+1
* | NFS: Add functions to swap transports during migration recoveryChuck Lever2013-10-281-0/+101
|/
* NFSv4: Allow security autonegotiation for submountsTrond Myklebust2013-09-071-4/+17
* SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever2013-03-291-18/+23
* SUNRPC: Define rpcsec_gss_info structureChuck Lever2013-03-291-6/+6
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-10-311-1/+2
* SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2012-10-011-13/+1
* NFS4: avoid underflow when converting error to pointer.NeilBrown2012-09-251-1/+1
* NFS: fix the return value check by using IS_ERRWei Yongjun2012-09-251-1/+1
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-05-211-1/+1
|\
| * NFS: fix unsigned comparison in nfs4_create_sec_clientBenny Halevy2012-05-161-1/+1
* | NFS: Create a submount rpc_opBryan Schumaker2012-04-271-1/+23
* | NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-0/+29
|/
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-2/+2
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-271-0/+52
* nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson2012-04-261-3/+27
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-1/+1
* NFS: pass transport net to rpc_pton() while parse server nameStanislav Kinsbursky2012-02-061-3/+3
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky2012-01-311-3/+5
* nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro2011-03-161-7/+5
* nfs: make nfs_path() work without vfsmountAl Viro2011-03-161-24/+19
* NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust2010-05-141-1/+1