summaryrefslogtreecommitdiff
path: root/fs/affs
Commit message (Expand)AuthorAge
* affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | fs: change to new flag variablematt mooney2011-03-17
|/
* switch affsAl Viro2011-01-12
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: icache RCU free inodesNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25
* affs: testing the wrong variableDan Carpenter2010-10-25
* 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
* remove inode_setattrChristoph Hellwig2010-08-09
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* fs/affs: use ERR_CASTJulia Lawall2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
|/
* 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
* sanitize ->fsync() for affsAl Viro2009-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
* constify dentry_operations: misc filesystemsAl Viro2009-03-27
* affs: fix missing unlocks in affs_remove_linkChristoph Hellwig2009-03-27
* fs/Kconfig: move affs outAlexey Dobriyan2009-01-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-05
|\
| * affs: do not zero ->i_opAl Viro2009-01-05
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-04
|/
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-14
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13