aboutsummaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2011-03-17fs: change to new flag variableGravatar matt mooney 1-1/+1
2011-01-12switch affsGravatar Al Viro 3-3/+7
2011-01-07fs: dcache per-inode inode alias lockingGravatar Nick Piggin 1-2/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 2-2/+2
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-2/+0
2011-01-07fs: scale inode alias listGravatar Nick Piggin 1-0/+2
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-8/+12
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-18/+28
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25affs: testing the wrong variableGravatar Dan Carpenter 1-2/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-10/+4
2010-10-12affs: Use sema_init instead of init_MUTEXGravatar Thomas Gleixner 1-2/+2
2010-10-04BKL: Remove BKL from Amiga FFSGravatar Jan Blunck 1-18/+5
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+8
2010-08-09AFFS: wait for sb synchronization when neededGravatar Artem Bityutskiy 1-5/+7
2010-08-09AFFS: clean up dirty flag usageGravatar Artem Bityutskiy 1-14/+5
2010-08-09switch affs to ->evict_inode()Gravatar Al Viro 3-17/+14
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-2/+11
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-3/+3
2010-05-27fs/affs: use ERR_CASTGravatar Julia Lawall 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-2/+3
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-01-26fix affs parse_options()Gravatar Al Viro 1-6/+6
2010-01-26Fix remount races with symlink handling in affsGravatar Al Viro 4-8/+25
2010-01-26Fix a leak in affs_fill_super()Gravatar Al Viro 1-0/+2
2009-06-11affs: add ->sync_fsGravatar Christoph Hellwig 1-13/+27
2009-06-11sanitize ->fsync() for affsGravatar Al Viro 3-2/+15
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-1/+6
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-0/+2
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-1/+4
2009-05-09Fix races around the access to ->s_optionsGravatar Al Viro 1-2/+1
2009-04-02fs/affs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+4
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 2-4/+3
2009-03-27affs: fix missing unlocks in affs_remove_linkGravatar Christoph Hellwig 1-2/+6
2009-01-22fs/Kconfig: move affs outGravatar Alexey Dobriyan 1-0/+21
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2009-01-05affs: do not zero ->i_opGravatar Al Viro 1-2/+1
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemGravatar David Howells 2-4/+4
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesGravatar Al Viro 1-0/+1
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-4/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26affs: convert s_bmlock into a mutexGravatar Matthias Kaehlcke 3-11/+12
2008-05-06[PATCH] fix reservation discarding in affsGravatar Roman Zippel 5-46/+41