summaryrefslogtreecommitdiffstats
path: root/fs/affs
AgeCommit message (Expand)AuthorLines
2012-05-29affs: bury unused macrosAl Viro-8/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-5/+2
2012-01-03affs: propagate umode_tAl Viro-4/+4
2012-01-03switch ->create() to umode_tAl Viro-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-4/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-2/+8
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+0
2011-03-17fs: change to new flag variablematt mooney-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe-2/+0
2011-01-12switch affsAl Viro-3/+7
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin-2/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin-2/+0
2011-01-07fs: scale inode alias listNick Piggin-0/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin-8/+12
2011-01-07fs: change d_compare for rcu-walkNick Piggin-18/+28
2010-10-29new helper: mount_bdev()Al Viro-5/+4
2010-10-25new helper: ihold()Al Viro-1/+1
2010-10-25affs: testing the wrong variableDan Carpenter-2/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-10/+4
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner-2/+2
2010-10-04BKL: Remove BKL from Amiga FFSJan Blunck-18/+5
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck-1/+8
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy-5/+7
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy-14/+5
2010-08-09switch affs to ->evict_inode()Al Viro-17/+14
2010-08-09remove inode_setattrChristoph Hellwig-2/+11
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig-1/+10
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-3/+3
2010-05-27fs/affs: use ERR_CASTJulia Lawall-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig-2/+3
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-01-26fix affs parse_options()Al Viro-6/+6
2010-01-26Fix remount races with symlink handling in affsAl Viro-8/+25
2010-01-26Fix a leak in affs_fill_super()Al Viro-0/+2
2009-06-11affs: add ->sync_fsChristoph Hellwig-13/+27
2009-06-11sanitize ->fsync() for affsAl Viro-2/+15
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani-1/+6
2009-06-11->write_super lock_super pushdownChristoph Hellwig-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig-1/+4