summaryrefslogtreecommitdiff
path: root/fs/affs/super.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-21
| |/
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-14
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-14
* affs: stop using lock_superArtem Bityutskiy2012-07-14
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-14
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-14
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* switch affsAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * BKL: Remove BKL from Amiga FFSJan Blunck2010-10-04
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* | affs: Use sema_init instead of init_MUTEXThomas Gleixner2010-10-12
|/
* AFFS: wait for sb synchronization when neededArtem Bityutskiy2010-08-09
* AFFS: clean up dirty flag usageArtem Bityutskiy2010-08-09
* switch affs to ->evict_inode()Al Viro2010-08-09
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* fix affs parse_options()Al Viro2010-01-26
* Fix remount races with symlink handling in affsAl Viro2010-01-26
* Fix a leak in affs_fill_super()Al Viro2010-01-26
* affs: add ->sync_fsChristoph Hellwig2009-06-11
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* Fix races around the access to ->s_optionsAl Viro2009-05-09
* fs/affs: return f_fsid for statfs(2)Coly Li2009-04-02
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-14
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* affs: convert s_bmlock into a mutexMatthias Kaehlcke2008-07-26
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-06
* affs: handle match_strdup failureJim Meyering2008-04-29
* mount options: fix affsMiklos Szeredi2008-02-08
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-07
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* [PATCH] affs: implement ->drop_inodeChristoph Hellwig2007-02-20
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12