aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-06NFSv4: Fix the referral mount codeTrond Myklebust1-6/+6
2009-08-19NFS: Use the DNS resolver in the mount code.Trond Myklebust1-1/+17
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever1-1/+1
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever1-3/+3
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust1-7/+8
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields1-26/+18
2008-10-07nfs: replace while loop by for loops in nfs_follow_referralJ. Bruce Fields1-12/+5
2008-10-07nfs: break up nfs_follow_referralJ. Bruce Fields1-38/+46
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever1-5/+7
2008-01-30NFS: Address a couple of nits in nfs_follow_referral()Chuck Lever1-5/+3
2007-02-03NFSv4: /proc/mounts displays the wrong server name for referralsTrond Myklebust1-8/+5
2007-02-03NFSv4: Cleanups for fs_locations code.Trond Myklebust1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-25/+85
2006-09-22NFS: Add extra const qualifiersDavid Howells1-4/+4
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-0/+201