o bugfix
- bugfix: the dir inode may remain without the corresponding dentry,
  regression on 20080929, reported by James.
- bugfix: initilize i_op for special inodes, regression on 20080804,
  reported by Kris Warkentin.
- bugfix: use the passed mount option flags insted of the currently set
  flags at remounting.
  + pass the setting flag to opt_add() and verify_opts().
  + remove the flag parameter from au_opts_parse().
  + store the setting flag in struct au_opts.
- bugfix: support the non-printable characters in filename.
- bugfix: stop dropping the passed vfs mount options.

o news
- introduce two new mount options sum/nosum for statfs(2). sum returns
  the total number of blocks/inodes of all branches.
  + print the option in aufs_show_options().
  + new function au_add_till_max() and au_statfs_sum().
- new sample logrow.

o misc
- minor enhancement: stop decrementing the reference to kboject in
  xino_do_trunc().
- minor enhancement: stop incrementing and decrementing the reference to
  kboject in xino_try_trunc().
- make nodlgt/nodirperm1/noshwh availble even if their configuration is
  disabled.
- use %z when printing size_t/ssize_t.
- stop small kamlloc() in au_match_ull().
- new shell library aufs.shlib for /etc/default/aufs.
- use /etc/default/aufs.
- stop calling /sbin/mount.aufs helper and updating /etc/mtab.


J. R. Okajima

----------------------------------------------------------------------
Index: fs/aufs/export.c
Index: fs/aufs25/export.c
Index: fs/aufs/f_op.c
Index: fs/aufs25/f_op.c
Index: fs/aufs/hin_or_dlgt.c
Index: fs/aufs25/hin_or_dlgt.c
Index: fs/aufs/vfsub.c
Index: fs/aufs25/vfsub.c
Index: fs/aufs/xino.c
- use %z when printing size_t/ssize_t.

Index: fs/aufs/i_op.c
Index: fs/aufs25/i_op.c
- bugfix: the dir inode may remain without the corresponding dentry,
  regression on 20080929, reported by James.

Index: fs/aufs/inode.c
Index: fs/aufs25/inode.c
- bugfix: initilize i_op for special inodes, regression on 20080804,
  reported by Kris Warkentin.

Index: fs/aufs/opts.c
Index: fs/aufs25/opts.c
- introduce two new mount options sum/nosum for statfs(2). sum returns
  the total number of blocks/inodes of all branches.
- make nodlgt/nodirperm1/noshwh availble even if their configuration is
  disabled.
- stop small kamlloc() in au_match_ull().
- bugfix: use the passed mount option flags insted of the currently set
  flags at remounting.
  + pass the setting flag to opt_add() and verify_opts().
  + remove the flag parameter from au_opts_parse().

Index: fs/aufs/opts.h
Index: fs/aufs25/opts.h
- introduce two new mount options sum/nosum for statfs(2). sum returns
  the total number of blocks/inodes of all branches.
- bugfix: use the passed mount option flags insted of the currently set
  flags at remounting.
  + store the setting flag in struct au_opts.
  + remove the flag parameter from au_opts_parse().

Index: fs/aufs/super.c
Index: fs/aufs25/super.c
- introduce two new mount options sum/nosum for statfs(2). sum returns
  the total number of blocks/inodes of all branches.
  + print the option in aufs_show_options().
  + new function au_add_till_max() and au_statfs_sum().
- bugfix: use the passed mount option flags insted of the currently set
  flags at remounting.
  + store the setting flag in struct au_opts.
  + remove the flag parameter from au_opts_parse().

Index: fs/aufs25/xino.c
- use %z when printing size_t/ssize_t.
- minor enhancement: stop decrementing the reference to kboject in
  xino_do_trunc().
- minor enhancement: stop incrementing and decrementing the reference to
  kboject in xino_try_trunc().

Index: util/Makefile
- new shell library aufs.shlib for /etc/default/aufs.

Index: util/auchk
- use /etc/default/aufs.

Index: util/aufs.in.5
- introduce two new mount options sum/nosum for statfs(2). sum returns
  the total number of blocks/inodes of all branches.

Index: util/auplink
- bugfix: support the non-printable characters in filename.
- use /etc/default/aufs.
- stop calling /sbin/mount.aufs helper and updating /etc/mtab.

Index: util/mount.aufs
- bugfix: stop dropping the passed vfs mount options.
- use /etc/default/aufs.

Index: Kconfig.in
Index: Tips
Index: local.mk
Index: fs/aufs/branch.h
Index: fs/aufs25/branch.h
Index: fs/aufs/debug.c
Index: fs/aufs25/debug.c
Index: include/linux/aufs_type.h
Index: util/aulchown.c
Index: util/c2sh.c
Index: util/c2tmac.c
- less important changes.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Reply via email to