aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-06-06Fix various old email addresses for dwmw2David Woodhouse1-1/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-1/+0
2008-02-08mount options: fix afsMiklos Szeredi1-0/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-4/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-16AFS: implement file lockingDavid Howells1-0/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-11/+9
2007-05-16AFS: write back dirty data on unmountDavid Howells1-1/+0
2007-05-11AFS: implement statfsDavid Howells1-5/+36
2007-05-11AFS: fix a couple of problems with unlinking AFS filesDavid Howells1-1/+2
2007-05-09AFS: implement basic file write supportDavid Howells1-1/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-03[AFS/AF_RXRPC]: Miscellaneous fixes.David Howells1-57/+43
2007-04-26[AFS]: Add "directory write" support.David Howells1-3/+3
2007-04-26[AFS]: Add security support.David Howells1-22/+120
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells1-10/+16
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-56/+50
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-40/+22
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman1-3/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-11/+13
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-11/+13
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o1-1/+1