aboutsummaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)Author
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03affs: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-17fs: change to new flag variablematt mooney
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-12switch affsAl Viro
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25affs: testing the wrong variableDan Carpenter
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-08-09remove inode_setattrChristoph Hellwig
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-27fs/affs: use ERR_CASTJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
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-11sanitize ->fsync() for affsAl Viro
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