aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
Commit message (Expand)AuthorAgeFilesLines
* switch affsAl Viro2011-01-121-1/+5
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-10/+4
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-041-18/+5
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+8
* | affs: Use sema_init instead of init_MUTEXThomas Gleixner2010-10-121-2/+2
|/
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-091-5/+7
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-091-14/+5
* switch affs to ->evict_inode()Al Viro2010-08-091-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fix affs parse_options()Al Viro2010-01-261-6/+6
* Fix remount races with symlink handling in affsAl Viro2010-01-261-3/+14
* Fix a leak in affs_fill_super()Al Viro2010-01-261-0/+2
* affs: add ->sync_fsChristoph Hellwig2009-06-111-13/+27
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+6
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+4
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
* fs/affs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+4
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-141-2/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* affs: convert s_bmlock into a mutexMatthias Kaehlcke2008-07-261-1/+1
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-061-7/+11
* affs: handle match_strdup failureJim Meyering2008-04-291-1/+2
* mount options: fix affsMiklos Szeredi2008-02-081-2/+12
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-071-3/+9
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-5/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] affs: implement ->drop_inodeChristoph Hellwig2007-02-201-0/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-241-0/+1
* [PATCH] fix %s in affs_fill_super()Al Viro2006-06-251-5/+7
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+3
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-10/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+569