aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/mntpt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19assorted conversions to %p[dD]Al Viro1-18/+4
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-03vfs: kill ->mnt_devname use in afs printksAl Viro1-2/+2
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-19/+6
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells1-29/+15
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo1-6/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-23/+55
2010-05-21AFS: Don't put struct file on the stackAl Viro1-4/+2
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingDavid Howells1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-11switch follow_down()Al Viro1-1/+1
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-2/+2
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-8/+0
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck1-2/+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-11/+11
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-1/+1
2007-09-11afs: mntput called before dputAndreas Gruenbacher1-1/+1
2007-05-09AFS: AFS fixupsDavid Howells1-2/+3
2007-05-07mm: make read_cache_page synchronousNick Piggin1-7/+4
2007-04-26[AFS]: Add security support.David Howells1-4/+8
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-43/+63
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-17/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-08[PATCH] struct path: convert afsJosef Sipek1-4/+4
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-9/+2
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-9/+2
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-08-19[PATCH] Fix up symlink function pointersAl Viro1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+287