kernel: backport upstream overlayfs fixes
authorRafał Miłecki <rafal@milecki.pl>
Tue, 6 Sep 2016 19:32:47 +0000 (21:32 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 6 Sep 2016 19:37:49 +0000 (21:37 +0200)
commit42f559ed70897a7b74dd3e6293b42e6d2e511eaa
tree93366019d5e01b991171766568430107b16d3728
parent81dfbfb069c3c8f3e5499f55b02b1f320208707d
kernel: backport upstream overlayfs fixes

First two patches weren't marked for stable but are dependencies for
laters ones. The rest of patches was marked for stable but most likely
will be backported to 4.5+ only so we need to get them on our own.

An important fix is eea2fb4851e9d ("ovl: proper cleanup of workdir") as
it allows mounting overlayfs with dirty workdir, e.g. after power cut.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/generic/patches-4.4/051-0001-ovl-rename-is_merge-to-is_lowest.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0003-ovl-don-t-copy-up-opaqueness.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0004-ovl-remove-posix_acl_default-from-workdir.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0005-ovl-proper-cleanup-of-workdir.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0006-ovl-listxattr-use-strnlen.patch [new file with mode: 0644]
target/linux/generic/patches-4.4/051-0007-ovl-fix-workdir-creation.patch [new file with mode: 0644]