aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27affs: fix missing unlocks in affs_remove_linkChristoph Hellwig1-2/+6
2009-01-22fs/Kconfig: move affs outAlexey Dobriyan1-0/+21
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+1
2009-01-05affs: do not zero ->i_opAl Viro1-2/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2-4/+4
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-4/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke3-11/+12
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel5-46/+41
2008-04-30affs: be*_add_cpu conversionMarcin Slusarz1-2/+2