aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-5/+5
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-3/+2
2013-06-08NFS:Add labels to client function prototypesGravatar David Quigley 1-1/+1
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsGravatar Trond Myklebust 1-0/+20
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Gravatar Ben Hutchings 1-5/+14
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-0/+2
2012-07-30NFS: Convert v2 into a moduleGravatar Bryan Schumaker 1-0/+2
2012-07-30NFS: Remove the NFS v4 xdev mount functionGravatar Bryan Schumaker 1-13/+0
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupGravatar Bryan Schumaker 1-2/+1
2012-04-27NFS: Create a submount rpc_opGravatar Bryan Schumaker 1-55/+20
2012-04-27NFS: Remove secinfo knowledge out of the generic clientGravatar Bryan Schumaker 1-29/+0
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Gravatar Bryan Schumaker 1-62/+0
2012-04-27NFS: Honor the authflavor set in the clone mount dataGravatar Bryan Schumaker 1-2/+1
2012-04-27NFS: Fix following referral mount points with different securityGravatar Bryan Schumaker 1-10/+34
2012-02-16nfs: Clean up debugging in nfs_follow_mountpoint()Gravatar Chuck Lever 1-1/+4
2011-07-12NFS: Add SECINFO_NO_NAME procedureGravatar Bryan Schumaker 1-1/+1
2011-04-12NFS: Remove unused argument from nfs_find_best_sec()Gravatar Bryan Schumaker 1-2/+2
2011-04-06NFS: Fix a signed vs. unsigned secinfo bugGravatar Bryan Schumaker 1-33/+25
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationGravatar Trond Myklebust 1-1/+3
2011-03-24NFS: use secinfo when crossing mountpointsGravatar Bryan Schumaker 1-3/+110
2011-03-24NFS: lookup supports alternate clientGravatar Bryan Schumaker 1-1/+1
2011-03-21nfs: lock() vs unlock() typoGravatar Dan Carpenter 1-2/+2
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantGravatar Al Viro 1-9/+6
2011-03-16nfs: make nfs_path() work without vfsmountGravatar Al Viro 1-24/+45
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()Gravatar David Howells 1-20/+4
2011-01-15NFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 1-44/+40
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-4/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-3/+0
2011-01-07fs: Use rename lock and RCU for multi-step operationsGravatar Nick Piggin 1-1/+13
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Gravatar Trond Myklebust 1-6/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-22NFS: Fix nfs_path() to always return a '/' at the beginning of the pathGravatar Trond Myklebust 1-0/+5
2009-06-11switch follow_down()Gravatar Al Viro 1-1/+1
2008-10-07nfs: BUG_ON in nfs_follow_mountpointGravatar Denis V. Lunev 1-1/+4
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountGravatar Denis V. Lunev 1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+1
2008-05-16nfs: path_{get,put}() cleanupsGravatar Jan Blunck 1-2/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-04-19make nfs_automount_list staticGravatar Adrian Bunk 1-1/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-12/+15
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionGravatar Trond Myklebust 1-1/+1
2007-09-01NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerGravatar Trond Myklebust 1-1/+1
2007-08-07NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsGravatar Trond Myklebust 1-4/+2
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-2/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-5/+4
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-2/+0
2006-09-27[PATCH] fs/nfs/: make code staticGravatar Adrian Bunk 1-3/+9
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDGravatar David Howells 1-7/+18