summaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
AgeCommit message (Expand)Author
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook
2017-04-20NFS: Remove extra dprintk()s from namespace.cAnna Schumaker
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-10-24NFS: Trim extra slash in v4 nfs_pathBenjamin Coddington
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-06-08NFS:Add labels to client function prototypesDavid Quigley
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker
2012-04-27NFS: Create a submount rpc_opBryan Schumaker
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker
2012-02-16nfs: Clean up debugging in nfs_follow_mountpoint()Chuck Lever
2011-07-12NFS: Add SECINFO_NO_NAME procedureBryan Schumaker
2011-04-12NFS: Remove unused argument from nfs_find_best_sec()Bryan Schumaker
2011-04-06NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-24NFS: lookup supports alternate clientBryan Schumaker
2011-03-21nfs: lock() vs unlock() typoDan Carpenter
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-22NFS: Fix nfs_path() to always return a '/' at the beginning of the pathTrond Myklebust
2009-06-11switch follow_down()Al Viro
2008-10-07nfs: BUG_ON in nfs_follow_mountpointDenis V. Lunev
2008-10-07nfs: ERR_PTR is expected on failure from nfs_do_clone_mountDenis V. Lunev
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-19make nfs_automount_list staticAdrian Bunk
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust
2007-09-01NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerTrond Myklebust
2007-08-07NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven