o News
- linux-v5.0 is released, and aufs5 comes with new two GIT repositories,
aufs5-linux.git and aufs5-standalone.git. Both are on github now.
These two repositories contain aufs5.0 and aufs5.x-rcN branches, they
are equivalent currently.
- aufs4.x-rcN branch in aufs4-linux.git is equivalent to aufs5.0 in
aufs5-linux.git, while their commit histories are different.
- linux-v5.0 terminated the life of aufs4.18 series.
o Bugfix
- Found a bug in aufs4-mmap.patch in aufs4-standalone.git#aufs4.18 and
later. It makes a struct file object resident on memory. The bug was
born by my mistake in GIT-work.
- minor, missing declaration of loop_backing_file() in case of
!CONFIG_AUFS_BDEV_LOOP.
J. R. Okajima
----------------------------------------
- aufs4-linux.git#aufs4.14..aufs4.15 branch
aufs: tiny, re-order the mailing lists
aufs: tiny, modify a comment
aufs: tiny, support the custmized build
aufs: minor, declare empty loop_backing_file for !CONFIG_AUFS_BDEV_LOOP
- aufs4-linux.git#aufs4.16..aufs4.17 branch
Addition to above,
aufs: minor, include iversion.h where really necessary
- aufs4-linux.git#aufs4.18..aufs4.x-rcN branch
Addition to above,
aufs mmap: bugfix, vma_fput() call in mm/nommu.c:do_mmap()
- aufs4-standalone.git
ditto
- aufs-util.git
Nothing