aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03affs: propagate umode_tAl Viro2-4/+4
2012-01-03switch ->create() to umode_tAl Viro2-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-4/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+8
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-01-12switch affsAl Viro3-3/+7
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-8/+12
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-18/+28
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25affs: testing the wrong variableDan Carpenter1-2/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-10/+4
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner1-2/+2
2010-10-04BKL: Remove BKL from Amiga FFSJan Blunck1-18/+5
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy1-5/+7
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy1-14/+5
2010-08-09switch affs to ->evict_inode()Al Viro3-17/+14
2010-08-09remove inode_setattrChristoph Hellwig1-2/+11
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-27fs/affs: use ERR_CASTJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-2/+3
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-26fix affs parse_options()Al Viro1-6/+6
2010-01-26Fix remount races with symlink handling in affsAl Viro4-8/+25
2010-01-26Fix a leak in affs_fill_super()Al Viro1-0/+2
2009-06-11affs: add ->sync_fsChristoph Hellwig1-13/+27
2009-06-11sanitize ->fsync() for affsAl Viro3-2/+15
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+6
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+4
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-04-02fs/affs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-03-27constify dentry_operations: misc filesystemsAl Viro2-4/+3