aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-07NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust1-4/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-5/+4
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk1-3/+9
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-7/+18
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells1-2/+4
2006-09-22NFS: Add extra const qualifiersDavid Howells1-1/+2
2006-08-03NFS: Release dcache_lock in an error path of nfs_pathJosh Triplett1-1/+3
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-1/+111
2006-06-09NFSv4: Follow a referralManoj Naik1-1/+8
2006-06-09NFS: Add timeout to submountsTrond Myklebust1-1/+24
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust1-0/+89