]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commit
New Filesystem: OverlayFS overlayfs
authorroot <root@beert.de>
Thu, 6 Oct 2016 13:57:56 +0000 (15:57 +0200)
committerroot <root@beert.de>
Thu, 6 Oct 2016 13:57:56 +0000 (15:57 +0200)
commit490a88b10960b317fa4116c53792109143b2c02a
tree1ef59b0adc4b9edc869dda4ed22ce9741460d8d0
parentcd805ced09c2e203e7e6b874b7b96fb5e86a11b5
New Filesystem: OverlayFS

The main mechanics of OverlayFS relate to the merging of directory access
when both filesystems present a directory for the same name. Otherwise,
OverlayFS presents the object, if any, yielded by one or the other, with
the "upper" filesystem taking precedence. Unlike some other overlay
filesystems, the directory subtrees being merged by OverlayFS do not
necessarily have to be from distinct filesystems.

This FS is needed for Docker.
config/kernel/kernel.config.x86_64-ipfire
config/rootfiles/common/x86_64/linux
lfs/linux
lfs/overlayfs [new file with mode: 0644]
make.sh
src/patches/overlayfs.patch [new file with mode: 0644]
src/patches/overlayfs_fs_h_headers.patch [new file with mode: 0644]
src/patches/overlayfs_fs_h_kernel.patch [new file with mode: 0644]