aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/super.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-06afs: Support the AFS dynamic rootGravatar David Howells 1-42/+90
2017-12-01afs: Properly reset afs_vnode (inode) fieldsGravatar David Howells 1-1/+13
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2017-11-13afs: Get rid of the afs_writeback recordGravatar David Howells 1-2/+2
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationGravatar David Howells 1-35/+57
2017-11-13afs: Overhaul cell database managementGravatar David Howells 1-5/+7
2017-11-13afs: Overhaul permit cachingGravatar David Howells 1-1/+0
2017-11-13afs: Overhaul the callback handlingGravatar David Howells 1-4/+7
2017-11-13afs: Push the net ns pointer to more placesGravatar David Howells 1-6/+6
2017-11-13afs: Note the cell in the superblock info alsoGravatar David Howells 1-22/+35
2017-11-13afs: Lay the groundwork for supporting network namespacesGravatar David Howells 1-19/+26
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+43
2017-07-11afs: Implement show_optionsGravatar David Howells 1-2/+43
2017-07-09afs: Add metadata xattrsGravatar David Howells 1-0/+1
2017-04-20afs: Convert to separately allocated bdiGravatar Jan Kara 1-1/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-13afs: Only allow mounting afs in the intial network namespaceGravatar Eric W. Biederman 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-5/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-06-16AFS: Set s_id in the superblock to the volume nameGravatar David Howells 1-0/+1
2011-06-12afs: fix sget() races, close leak on umountGravatar Al Viro 1-41/+32
2011-01-12switch afsGravatar Al Viro 1-0/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2010-10-29convert afsGravatar Al Viro 1-12/+7
2010-10-04BKL: Remove BKL from afsGravatar Arnd Bergmann 1-10/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 1-4/+16
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-04-22afs: add bdi backing to mount session.Gravatar Jens Axboe 1-0/+1
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 1-1/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-05-09Fix races around the access to ->s_optionsGravatar Al Viro 1-2/+2
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-2/+1
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-2/+2
2008-06-06Fix various old email addresses for dwmw2Gravatar David Woodhouse 1-1/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-1/+0
2008-02-08mount options: fix afsGravatar Miklos Szeredi 1-0/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-4/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+1
2007-07-16AFS: implement file lockingGravatar David Howells 1-0/+3
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-11/+9
2007-05-16AFS: write back dirty data on unmountGravatar David Howells 1-1/+0