o bugfix
- bugfix: reset f_mapping for memory mapped files.
  + new function au_vm_ops().
  + reset f_mapping in mmap().
  + use f_mapping->host instead of f_dentry->d_inode in sync().

o news
- enable AUFS_SUPER_MAGIC.

o misc
- test discarding cached fuse info.
- use f_mapping->host instead of f_dentry->d_inode in sync() for
  debugging.
- replace memcpy() by simple assignment.
- stop resetting f_ra.
- new functions write_begin() and write_end() for debugging in linux-2.6.24.
- stop lockdep warning in kmalloc().
- new function au_test_tmpfs().


Junjiro Okajima

----------------------------------------------------------------------
Index: fs/aufs/dentry.c
- test discarding cached fuse info.

Index: fs/aufs/dir.c
- use f_mapping->host instead of f_dentry->d_inode in sync() for
  debugging.

Index: fs/aufs/f_op.c
- replace memcpy() by simple assignment.
- bugfix: reset f_mapping for memory mapped files.
  + new function au_vm_ops().
  + reset f_mapping in mmap().
  + use f_mapping->host instead of f_dentry->d_inode in sync().

Index: fs/aufs/file.c
- stop resetting f_ra.
- new functions write_begin() and write_end() for debugging in linux-2.6.24.

Index: fs/aufs/hinotify.c
- stop lockdep warning in kmalloc().

Index: fs/aufs/super.c
- enable AUFS_SUPER_MAGIC.

Index: fs/aufs/super.h
- new function au_test_tmpfs().

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to