aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* AFS: fix a couple of problems with unlinking AFS filesDavid Howells2007-05-111-1/+2
* AFS: implement basic file write supportDavid Howells2007-05-091-1/+4
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [AFS/AF_RXRPC]: Miscellaneous fixes.David Howells2007-05-031-57/+43
* [AFS]: Add "directory write" support.David Howells2007-04-261-3/+3
* [AFS]: Add security support.David Howells2007-04-261-22/+120
* [AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells2007-04-261-10/+16
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-56/+50
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-40/+22
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] affs: replace kmalloc+memset with kzallocYan Burman2006-12-071-3/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-11/+13
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-11/+13
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
|/
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+441