Documentation/filesystems/00-INDEX | 2
Documentation/filesystems/unionfs/00-INDEX | 10
Documentation/filesystems/unionfs/concepts.txt | 287 ++++++
Documentation/filesystems/unionfs/issues.txt | 28
Documentation/filesystems/unionfs/rename.txt | 31
Documentation/filesystems/unionfs/usage.txt | 134 +++
MAINTAINERS | 8
debian/arch/i386/config.486-vyatta | 11
debian/arch/i386/config.vyatta-virt | 11
debian/bin/patch.apply | 4
debian/rules.real | 22
fs/Kconfig | 41
fs/ecryptfs/dentry.c | 2
fs/ecryptfs/inode.c | 6
fs/ecryptfs/main.c | 2
fs/namei.c | 1
fs/splice.c | 9
fs/stack.c | 82 +
fs/unionfs/Makefile | 17
fs/unionfs/commonfops.c | 905 +++++++++++++++++++++
fs/unionfs/copyup.c | 880 +++++++++++++++++++++
fs/unionfs/debug.c | 533 ++++++++++++
fs/unionfs/dentry.c | 570 +++++++++++++
fs/unionfs/dirfops.c | 292 +++++++
fs/unionfs/dirhelper.c | 157 +++
fs/unionfs/fanout.h | 384 +++++++++
fs/unionfs/file.c | 341 ++++++++
fs/unionfs/inode.c | 992 +++++++++++++++++++++++
fs/unionfs/lookup.c | 573 +++++++++++++
fs/unionfs/main.c | 777 ++++++++++++++++++
fs/unionfs/mmap.c | 89 ++
fs/unionfs/rdstate.c | 285 ++++++
fs/unionfs/rename.c | 478 +++++++++++
fs/unionfs/sioq.c | 101 ++
fs/unionfs/sioq.h | 92 ++
fs/unionfs/subr.c | 95 ++
fs/unionfs/super.c | 1042 +++++++++++++++++++++++++
fs/unionfs/union.h | 607 ++++++++++++++
fs/unionfs/unlink.c | 278 ++++++
fs/unionfs/whiteout.c | 577 +++++++++++++
fs/unionfs/xattr.c | 153 +++
include/linux/fs_stack.h | 20
include/linux/magic.h | 2
include/linux/splice.h | 5
include/linux/union_fs.h | 22
net/ipv6/addrconf.c | 1
46 files changed, 10911 insertions(+), 48 deletions(-)
New commits:
commit c24a8c016855e4ccc1a9469464e4f69d5affddbe
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Sep 11 08:02:14 2008 -0700
Reenable unionfs in config
commit d9a1341d8e5153edf5e2dbb43d86a898d013c004
Author: Erez Zadok <[EMAIL PROTECTED]>
Date: Wed Sep 10 23:21:29 2008 -0400
Unionfs: update parent mnt on unlink
Stephen et al: Thanks for the bug report. I was able to reproduce and fix
the bug. This small patch below should take care of it (tested on
2.6.26.3).
Cheers,
Erez.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit a828f21bdb735bdbd79d8e06fcecb0578b4edd02
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Thu Sep 11 07:52:08 2008 -0700
Apply unionfs-2.4 for 2.6.26 patch
This is the current version of unionfs
commit 48b6f310d7e6a06085300a2472e24aade0a312fa
Author: rbalocca <[EMAIL PROTECTED]>
Date: Mon Sep 8 16:20:46 2008 -0700
Preserve the file times when copying to the build dir
commit 045f8be61849d52f7a38f3bfe4d352f634e76621
Author: Rick Balocca <[EMAIL PROTECTED]>
Date: Mon Sep 8 13:15:46 2008 -0700
This file is actually derived, but debian needs at the start of debuild
commit 2ea5642b74bf1d94192c2528bfcf3fe852aafb37
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon Sep 8 08:30:17 2008 -0700
ipv6: protocol for address routes
This fixes a problem spotted with zebra, but not sure if it is
necessary a kernel problem. With IPV6 when an address is added to an
interface, Zebra creates a duplicate RIB entry, one as a connected
route, and other as a kernel route.
When an address is added to an interface the RTN_NEWADDR message
causes Zebra to create a connected route. In IPV4 when an address is
added to an interface a RTN_NEWROUTE message is set to user space with
the protocol RTPROT_KERNEL. Zebra ignores these messages, because it
already has the connected route.
The problem is that route created in IPV6 has route protocol ==
RTPROT_BOOT.
patch applies to both net-2.6 and stable.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
Bugfix https://bugzilla.vyatta.com/show_bug.cgi?id=3589
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=c24a8c016855e4ccc1a9469464e4f69d5affddbe
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=d9a1341d8e5153edf5e2dbb43d86a898d013c004
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=a828f21bdb735bdbd79d8e06fcecb0578b4edd02
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=48b6f310d7e6a06085300a2472e24aade0a312fa
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=045f8be61849d52f7a38f3bfe4d352f634e76621
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=2ea5642b74bf1d94192c2528bfcf3fe852aafb37
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn