Re: [RFC 2/2] AUFS: merging/stacking several filesystems

Previous thread: [PATCH] 8250: fix break handling for Intel 82571 by Aristeu Rozanski on Thursday, May 15, 2008 - 11:30 am. (1 message)

Next thread: [PATCH] lguest: use ioremap_cache, not ioremap by Rusty Russell on Friday, May 16, 2008 - 7:38 am. (1 message)
From: hooanon05
Date: Friday, May 16, 2008 - 7:20 am

Ok, I will send these patches to two MLs.
I'd ask linux-kernel people to read previous posts too.
http://marc.info/?l=linux-fsdevel&m=120716468102834&w=2
http://marc.info/?l=linux-fsdevel&m=120720593114664&w=2

 Documentation/filesystems/aufs/README      |  374 +++++++
 Documentation/filesystems/aufs/aufs.5      | 1608 ++++++++++++++++++++++++++++
 Documentation/filesystems/aufs/aulchown.c  |   29 +
 Documentation/filesystems/aufs/auplink     |  170 +++
 Documentation/filesystems/aufs/mount.aufs  |  205 ++++
 Documentation/filesystems/aufs/umount.aufs |   33 +
 fs/Kconfig                                 |    2 +
 fs/Makefile                                |    1 +
 fs/aufs/Kconfig                            |  203 ++++
 fs/aufs/Makefile                           |   57 +
 fs/aufs/aufs.h                             |   56 +
 fs/aufs/br_fuse.c                          |  109 ++
 fs/aufs/br_nfs.c                           |  391 +++++++
 fs/aufs/br_xfs.c                           |   69 ++
 fs/aufs/branch.c                           |  933 ++++++++++++++++
 fs/aufs/branch.h                           |  345 ++++++
 fs/aufs/cpup.c                             | 1043 ++++++++++++++++++
 fs/aufs/cpup.h                             |   82 ++
 fs/aufs/dcsub.c                            |  246 +++++
 fs/aufs/dcsub.h                            |   54 +
 fs/aufs/debug.c                            |  485 +++++++++
 fs/aufs/debug.h                            |  210 ++++
 fs/aufs/dentry.c                           | 1020 ++++++++++++++++++
 fs/aufs/dentry.h                           |  384 +++++++
 fs/aufs/dinfo.c                            |  425 ++++++++
 fs/aufs/dir.c                              |  573 ++++++++++
 fs/aufs/dir.h                              |  146 +++
 fs/aufs/dlgt.c                             |  113 ++
 fs/aufs/export.c                           |  597 +++++++++++
 fs/aufs/f_op.c                             |  665 ++++++++++++
 fs/aufs/file.c                         ...
From: hooanon05
Date: Friday, May 16, 2008 - 7:36 am

These pathces are against linux-trees.git v2.6.25-mm1.


Junjiro Okajima
--

Previous thread: [PATCH] 8250: fix break handling for Intel 82571 by Aristeu Rozanski on Thursday, May 15, 2008 - 11:30 am. (1 message)

Next thread: [PATCH] lguest: use ioremap_cache, not ioremap by Rusty Russell on Friday, May 16, 2008 - 7:38 am. (1 message)