You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/aufs3/files
root 21ffd9990c
Sync with portage [Tue Apr 21 12:50:55 MSK 2015].
9 years ago
..
README.gentoo Sync with portage [Tue Apr 21 12:50:55 MSK 2015]. 9 years ago
pax-3.11.patch Sync with portage [Tue Oct 22 22:53:48 MSK 2013]. 11 years ago
pax-3.patch Sync with portage [Thu May 2 15:08:15 MSK 2013]. 11 years ago

README.gentoo

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.