aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/mntpt.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-29afs: Remove check of PageErrorGravatar Matthew Wilcox (Oracle) 1-6/+0
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesGravatar David Howells 1-1/+0
2020-10-16afs: Add tracing for cell refcount and active user countGravatar David Howells 1-2/+2
2020-10-16afs: Fix cell refcounting by splitting the usage counterGravatar David Howells 1-2/+2
2019-12-11afs: Fix mountpoint parsingGravatar David Howells 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-28afs: Use fs_context to pass parameters over automountGravatar David Howells 1-71/+77
2019-02-28afs: Add fs_context supportGravatar David Howells 1-0/+1
2018-10-24afs: Add a couple of tracepoints to log I/O errorsGravatar David Howells 1-2/+3
2018-02-06afs: Support the AFS dynamic rootGravatar David Howells 1-9/+11
2017-07-09afs: Add metadata xattrsGravatar David Howells 1-0/+1
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneGravatar David Howells 1-53/+0
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-18/+4
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-03-20afs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-01-03vfs: kill ->mnt_devname use in afs printksGravatar Al Viro 1-2/+2
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()Gravatar David Howells 1-19/+6
2011-01-15AFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 1-29/+15
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-4/+1
2011-01-14afs: add afs_wq and use it instead of the system workqueueGravatar Tejun Heo 1-6/+5
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 1-23/+55
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 1-4/+2
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingGravatar David Howells 1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-07-08headers: mnt_namespace.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-11switch follow_down()Gravatar Al Viro 1-1/+1
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 1-2/+2
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-8/+0
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Gravatar Jan Blunck 1-2/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-11/+11
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 1-1/+1
2007-09-11afs: mntput called before dputGravatar Andreas Gruenbacher 1-1/+1
2007-05-09AFS: AFS fixupsGravatar David Howells 1-2/+3
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-7/+4
2007-04-26[AFS]: Add security support.Gravatar David Howells 1-4/+8
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 1-43/+63
2007-04-26[AFS]: Clean up the AFS sourcesGravatar David Howells 1-17/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 1-1/+1
2006-12-08[PATCH] struct path: convert afsGravatar Josef Sipek 1-4/+4
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-9/+2
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-9/+2
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Gravatar Trond Myklebust 1-1/+1