aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-11-171-5/+14
* NFS: Remove unused argument from nfs_find_best_sec()Bryan Schumaker2011-04-121-2/+2
* NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker2011-04-061-33/+25
* NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust2011-03-271-1/+3
* NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-3/+110
* NFS: lookup supports alternate clientBryan Schumaker2011-03-241-1/+1
* nfs: lock() vs unlock() typoDan Carpenter2011-03-211-2/+2
* nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro2011-03-161-9/+6
* nfs: make nfs_path() work without vfsmountAl Viro2011-03-161-24/+45
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-20/+4
* NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-44/+40
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-4/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-071-1/+13
* NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust2010-05-141-6/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NFS: Fix nfs_path() to always return a '/' at the beginning of the pathTrond Myklebust2009-06-221-0/+5
* switch follow_down()Al Viro2009-06-111-1/+1
* nfs: BUG_ON in nfs_follow_mountpointDenis V. Lunev2008-10-071-1/+4
* nfs: ERR_PTR is expected on failure from nfs_do_clone_mountDenis V. Lunev2008-10-071-1/+1
* [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-011-1/+1
* nfs: path_{get,put}() cleanupsJan Blunck2008-05-161-2/+1
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-4/+4
* make nfs_automount_list staticAdrian Bunk2008-04-191-1/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-12/+15
* NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust2008-01-301-1/+1
* NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerTrond Myklebust2007-09-011-1/+1
* NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust2007-08-071-4/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-2/+2
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-5/+4
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-1/+2
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-2/+0
* [PATCH] fs/nfs/: make code staticAdrian Bunk2006-09-271-3/+9
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-7/+18
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-221-2/+4
* NFS: Add extra const qualifiersDavid Howells2006-09-221-1/+2
* NFS: Release dcache_lock in an error path of nfs_pathJosh Triplett2006-08-031-1/+3
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-1/+111
* NFSv4: Follow a referralManoj Naik2006-06-091-1/+8
* NFS: Add timeout to submountsTrond Myklebust2006-06-091-1/+24
* NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust2006-06-091-0/+89