[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: README.gentoo README.gentoo-r1

2015-04-20 Thread Justin Lecher (jlec)
jlec15/04/20 07:09:38

  Modified: README.gentoo
  Removed:  README.gentoo-r1
  Log:
  Drop old README
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  sys-fs/aufs3/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?r1=1.3r2=1.4

Index: README.gentoo
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/README.gentoo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.gentoo   30 Jun 2014 07:04:00 -  1.3
+++ README.gentoo   20 Apr 2015 07:09:37 -  1.4
@@ -12,7 +12,7 @@
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.
 
-   - tmpfs-ibitmap.patch
+   - tmpfs-idr.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: README.gentoo README.gentoo-r1

2014-06-30 Thread Justin Lecher (jlec)
jlec14/06/30 07:04:00

  Modified: README.gentoo
  Added:README.gentoo-r1
  Log:
  sys-fs/aufs3: Bump to latest aufs3 release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sys-fs/aufs3/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?r1=1.2r2=1.3

Index: README.gentoo
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/README.gentoo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.gentoo   14 Jun 2014 09:12:06 -  1.2
+++ README.gentoo   30 Jun 2014 07:04:00 -  1.3
@@ -12,7 +12,7 @@
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.
 
-   - tmpfs-ibitmap.patch/tmpfs-idr.patch
+   - tmpfs-ibitmap.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup



1.1  sys-fs/aufs3/files/README.gentoo-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo-r1?rev=1.1content-type=text/plain

Index: README.gentoo-r1
===
There several other patches in aufs3. They are all
optional. When you meet some problems, they will help you. You can find them
in the documentation directory.

- aufs3-loopback.patch
  Supports a nested loopback mount in a branch-fs. This patch is
  unnecessary until aufs produces a message such like you may want to 
try
  another patch for loopback file.

- vfs-ino.patch
  Modifies a system global kernel internal function get_next_ino() in
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.

- tmpfs-idr.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup
  tools, aubrsync or other utilities. When you find aufs XINO files for
  tmpfs branch growing too much, try this patch.






[gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: README.gentoo

2014-06-14 Thread Justin Lecher (jlec)
jlec14/06/14 09:12:06

  Modified: README.gentoo
  Log:
  sys-fs/aufs3: Fix broken patch installation due to upstream renaming, #513152
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  sys-fs/aufs3/files/README.gentoo

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?r1=1.1r2=1.2

Index: README.gentoo
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/README.gentoo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.gentoo   26 May 2014 06:29:25 -  1.1
+++ README.gentoo   14 Jun 2014 09:12:06 -  1.2
@@ -12,7 +12,7 @@
  order to stop assigning 0 for an inode-number. Not directly related to
  aufs, but recommended generally.
 
-   - tmpfs-ibitmap.patch
+   - tmpfs-ibitmap.patch/tmpfs-idr.patch
  Keeps the tmpfs inode number as the lowest value. Effective to reduce
  the size of aufs XINO files for tmpfs branch. Also it prevents the
  duplication of inode number, which is important for backup