summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFSv4: Reduce the stack footprint of try_location()Trond Myklebust2010-05-141-3/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NFSv4: Fix the referral mount codeTrond Myklebust2009-10-061-6/+6
* NFS: Use the DNS resolver in the mount code.Trond Myklebust2009-08-191-1/+17
* NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever2009-08-091-1/+1
* NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever2009-08-091-3/+3
* NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust2009-03-101-7/+8
* nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields2008-10-071-26/+18
* nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields2008-10-071-12/+5
* nfs: break up nfs_follow_referralJ. Bruce Fields2008-10-071-38/+46
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-6/+6
* NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever2008-01-301-5/+7
* NFS: Address a couple of nits in nfs_follow_referral()Chuck Lever2008-01-301-5/+3
* NFSv4: /proc/mounts displays the wrong server name for referralsTrond Myklebust2007-02-031-8/+5
OpenPOWER on IntegriCloud