aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-4/+4
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-04-20NFS: Remove extra dprintk()s from namespace.cAnna Schumaker1-26/+8
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-4/+5
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-1/+1
2016-10-24NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-3/+2
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-1/+1
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings1-5/+14
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-0/+2
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+2
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker1-13/+0
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker1-2/+1
2012-04-27NFS: Create a submount rpc_opBryan Schumaker1-55/+20
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker1-29/+0
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker1-62/+0
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker1-2/+1
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker1-10/+34
2012-02-16nfs: Clean up debugging in nfs_follow_mountpoint()Chuck Lever1-1/+4
2011-07-12NFS: Add SECINFO_NO_NAME procedureBryan Schumaker1-1/+1
2011-04-12NFS: Remove unused argument from nfs_find_best_sec()Bryan Schumaker1-2/+2
2011-04-06NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker1-33/+25
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust1-1/+3
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-3/+110
2011-03-24NFS: lookup supports alternate clientBryan Schumaker1-1/+1
2011-03-21nfs: lock() vs unlock() typoDan Carpenter1-2/+2
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro1-9/+6
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro1-24/+45
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-20/+4
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells1-44/+40
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-1/+13
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust1-6/+14
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-06-22NFS: Fix nfs_path() to always return a '/' at the beginning of the pathTrond Myklebust1-0/+5
2009-06-11switch follow_down()Al Viro1-1/+1
2008-10-07nfs: BUG_ON in nfs_follow_mountpointDenis V. Lunev1-1/+4
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountDenis V. Lunev1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck1-2/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-19make nfs_automount_list staticAdrian Bunk1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-12/+15
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust1-1/+1
2007-09-01NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerTrond Myklebust1-1/+1