Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / affs /
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-01-04 Al Viroaffs: propagate umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-05-28 Sage Weilaffs: remove unnecessary dentry_unhash on rmdir, dir...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-17 matt mooneyfs: change to new flag variable
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-13 Al Viroswitch affs
2011-01-07 Nick Pigginfs: dcache per-inode inode alias locking
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: icache RCU free inodes
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: scale inode alias list
2011-01-07 Nick Pigginfs: change d_hash for rcu-walk
2011-01-07 Nick Pigginfs: change d_compare for rcu-walk
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Dan Carpenteraffs: testing the wrong variable
2010-10-22 Linus TorvaldsMerge branch 'vfs' of git://git./linux/kernel/git/arnd/bkl
2010-10-12 Thomas Gleixneraffs: Use sema_init instead of init_MUTEX
2010-10-04 Jan BlunckBKL: Remove BKL from Amiga FFS
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-08-09 Artem BityutskiyAFFS: wait for sb synchronization when needed
2010-08-09 Artem BityutskiyAFFS: clean up dirty flag usage
2010-08-09 Al Viroswitch affs to ->evict_inode()
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Christoph Hellwigget rid of cont_write_begin_newtrunc
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-27 Julia Lawallfs/affs: use ERR_CAST
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-27 Al Virofix affs parse_options()
2010-01-27 Al ViroFix remount races with symlink handling in affs
2010-01-27 Al ViroFix a leak in affs_fill_super()
2009-06-12 Christoph Hellwigaffs: add ->sync_fs
2009-06-12 Al Virosanitize ->fsync() for affs
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-05-09 Al ViroFix races around the access to ->s_options
2009-04-03 Coly Lifs/affs: return f_fsid for statfs(2)
2009-03-27 Al Viroconstify dentry_operations: misc filesystems
2009-03-27 Christoph Hellwigaffs: fix missing unlocks in affs_remove_link
2009-01-22 Alexey Dobriyanfs/Kconfig: move affs out
2009-01-18 Nick Pigginfs: symlink write_begin allocation context fix
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-05 Al Viroaffs: do not zero ->i_op
2009-01-05 Nick Piggin- patches.fixes/fs-symlink-write_begin-allocation-conte...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-11-13 David HowellsCRED: Wrap task credential accesses in the AFFS filesystem
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-08-25 Al Viro[PATCH] fix ->llseek() for a bunch of directories
2008-07-27 Al Viro[PATCH] f_count may wrap around
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-26 Matthias Kaehlckeaffs: convert s_bmlock into a mutex
2008-05-06 Roman Zippel[PATCH] fix reservation discarding in affs
2008-04-30 Marcin Slusarzaffs: be*_add_cpu conversion
2008-04-29 Julia Lawallfs/affs/file.c: use BUG_ON
2008-04-29 Jim Meyeringaffs: handle match_strdup failure
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Miklos Szeredimount options: fix affs
2008-02-07 David Howellsiget: stop AFFS from using iget() and read_inode()
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-17 Philippe De Muyterfs: mark nibblemap const
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Nick Pigginfs: affs convert to new aops
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-09 Nate Dilleraffs: use zero_user_page
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-02-21 Christoph Hellwig[PATCH] affs: implement ->drop_inode
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2006-12-08 Josef "Jeff" Sipek[PATCH] affs: change uses of f_{dentry, vfsmnt} to...
2006-12-07 Yan Burman[PATCH] affs: replace kmalloc+memset with kzalloc
2006-12-07 Alexey Dobriyan[PATCH] fs/*: trivial vsnprintf() conversion
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Conversions from kmalloc+memset to k(z...
2006-09-24 Jeff GarzikMove several *_SUPER_MAGIC symbols to include/linux...
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-25 Al Viro[PATCH] fix %s in affs_fill_super()
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
next