summaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Properly reset afs_vnode (inode) fieldsDavid Howells2017-12-011-1/+13
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* afs: Get rid of the afs_writeback recordDavid Howells2017-11-131-2/+2
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-35/+57
* afs: Overhaul cell database managementDavid Howells2017-11-131-5/+7
* afs: Overhaul permit cachingDavid Howells2017-11-131-1/+0
* afs: Overhaul the callback handlingDavid Howells2017-11-131-4/+7
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-6/+6
* afs: Note the cell in the superblock info alsoDavid Howells2017-11-131-22/+35
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-19/+26
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-2/+43
|\
| * afs: Implement show_optionsDavid Howells2017-07-111-2/+43
* | afs: Add metadata xattrsDavid Howells2017-07-091-0/+1
|/
* afs: Convert to separately allocated bdiJan Kara2017-04-201-1/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* afs: Only allow mounting afs in the intial network namespaceEric W. Biederman2013-02-131-0/+6
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-5/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* AFS: Set s_id in the superblock to the volume nameDavid Howells2011-06-161-0/+1
* afs: fix sget() races, close leak on umountAl Viro2011-06-121-41/+32
* switch afsAl Viro2011-01-121-0/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
* convert afsAl Viro2010-10-291-12/+7
* BKL: Remove BKL from afsArnd Bergmann2010-10-041-10/+0
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-4/+16
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-1/+1
* afs: add bdi backing to mount session.Jens Axboe2010-04-221-0/+1
* make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-051-1/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+2
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-2/+2
* Fix various old email addresses for dwmw2David Woodhouse2008-06-061-1/+1
* [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-1/+0
* mount options: fix afsMiklos Szeredi2008-02-081-0/+5
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-4/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+1
* AFS: implement file lockingDavid Howells2007-07-161-0/+3
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-11/+9
* AFS: write back dirty data on unmountDavid Howells2007-05-161-1/+0
* AFS: implement statfsDavid Howells2007-05-111-5/+36