aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-210/+220
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells1-37/+3
2019-02-28afs: Add fs_context supportDavid Howells1-208/+252
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-2/+3
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-20/+32
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-2/+2
2018-05-23afs: Implement network namespacingDavid Howells1-8/+12
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-05-14afs: Fix directory page lockingDavid Howells1-1/+1
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-4/+7
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-42/+90
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells1-1/+13
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-2/+2
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-35/+57
2017-11-13afs: Overhaul cell database managementDavid Howells1-5/+7
2017-11-13afs: Overhaul permit cachingDavid Howells1-1/+0
2017-11-13afs: Overhaul the callback handlingDavid Howells1-4/+7
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-6/+6
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells1-22/+35
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-19/+26
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+43
2017-07-11afs: Implement show_optionsDavid Howells1-2/+43
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+1
2017-04-20afs: Convert to separately allocated bdiJan Kara1-1/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-13afs: Only allow mounting afs in the intial network namespaceEric W. Biederman1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-5/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells1-0/+1
2011-06-12afs: fix sget() races, close leak on umountAl Viro1-41/+32
2011-01-12switch afsAl Viro1-0/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29convert afsAl Viro1-12/+7
2010-10-04BKL: Remove BKL from afsArnd Bergmann1-10/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-4/+16
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-04-22afs: add bdi backing to mount session.Jens Axboe1-0/+1
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-1/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+2
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1