summaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
AgeCommit message (Expand)Author
2020-01-27afs: Fix large file supportMarc Dionne
2020-01-17afs: Fix missing cell comparison in afs_test_super()David Howells
2020-01-09afs: Fix SELinux setting security label on /afsDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro
2018-05-23afs: Implement network namespacingDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix directory page lockingDavid Howells
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Overhaul cell database managementDavid Howells
2017-11-13afs: Overhaul permit cachingDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-11afs: Implement show_optionsDavid Howells
2017-07-09afs: Add metadata xattrsDavid Howells
2017-04-20afs: Convert to separately allocated bdiJan Kara
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-13afs: Only allow mounting afs in the intial network namespaceEric W. Biederman
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells
2011-06-12afs: fix sget() races, close leak on umountAl Viro
2011-01-12switch afsAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert afsAl Viro
2010-10-04BKL: Remove BKL from afsArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-04-22afs: add bdi backing to mount session.Jens Axboe
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-05-09Fix races around the access to ->s_optionsAl Viro
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan