summaryrefslogtreecommitdiffstats
path: root/fs/afs/mntpt.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-9/+11
* afs: Add metadata xattrsDavid Howells2017-07-091-0/+1
* afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells2017-03-161-53/+0
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* assorted conversions to %p[dD]Al Viro2014-11-191-18/+4
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* afs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* vfs: kill ->mnt_devname use in afs printksAl Viro2012-01-031-2/+2
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-19/+6
* AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-29/+15
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-4/+1
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-141-6/+5
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-23/+55
* AFS: Don't put struct file on the stackAl Viro2010-05-211-4/+2
* AFS: Don't pass error value to page_cache_release() in error handlingDavid Howells2010-04-211-12/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-081-1/+0
* switch follow_down()Al Viro2009-06-111-1/+1
* FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-031-2/+2
* [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-011-1/+1
* [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-8/+0
* Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2008-02-141-2/+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-11/+11
* fs/afs/: possible cleanupsAdrian Bunk2007-10-171-1/+1
* afs: mntput called before dputAndreas Gruenbacher2007-09-111-1/+1
* AFS: AFS fixupsDavid Howells2007-05-091-2/+3
* mm: make read_cache_page synchronousNick Piggin2007-05-071-7/+4
* [AFS]: Add security support.David Howells2007-04-261-4/+8
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-43/+63
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-17/+10
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* [PATCH] struct path: convert afsJosef Sipek2006-12-081-4/+4
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-9/+2
|\
| * [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-9/+2
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
|/
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] Fix up symlink function pointersAl Viro2005-08-191-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+287