aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/super.c
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-14affs: stop using lock_superArtem Bityutskiy
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy
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-01-12switch affsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner
2010-10-04BKL: Remove BKL from Amiga FFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy
2010-08-09switch affs to ->evict_inode()Al Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26fix affs parse_options()Al Viro
2010-01-26Fix remount races with symlink handling in affsAl Viro
2010-01-26Fix a leak in affs_fill_super()Al Viro
2009-06-11affs: add ->sync_fsChristoph Hellwig
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-05-09Fix races around the access to ->s_optionsAl Viro
2009-04-02fs/affs: return f_fsid for statfs(2)Coly Li
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel
2008-04-29affs: handle match_strdup failureJim Meyering
2008-02-08mount options: fix affsMiklos Szeredi
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek