aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy3-13/+45
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy2-0/+2
2012-07-14affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-5/+2
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