1
0
Fork 0
alistair23-linux/drivers/staging/erofs
Gao Xiang 5efe5137f0 staging: erofs: add requirements field in superblock
There are some backward incompatible features pending
for months, mainly due to on-disk format expensions.

However, we should ensure that it cannot be mounted with
old kernels. Otherwise, it will causes unexpected behaviors.

Fixes: ba2b77a820 ("staging: erofs: add super block operations")
Cc: <stable@vger.kernel.org> # 4.19+
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-17 22:58:58 +02:00
..
Documentation/filesystems staging: erofs: support IO read error injection 2019-03-26 05:51:17 +09:00
include staging: erofs: add trace points for reading zipped data 2018-09-18 16:35:03 +02:00
Kconfig staging: erofs: fix undefined LZ4_decompress_safe_partial() 2018-11-09 08:34:39 -08:00
Makefile staging: prefix header search paths with $(srctree)/ 2019-02-04 12:30:27 +01:00
TODO staging: erofs: update erofs-utils information in TODO 2018-12-06 16:08:56 +01:00
data.c for-5.2/block-20190507 2019-05-07 18:14:36 -07:00
dir.c staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() 2019-03-29 17:25:45 +01:00
erofs_fs.h staging: erofs: add requirements field in superblock 2019-06-17 22:58:58 +02:00
inode.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
internal.h staging: erofs: add requirements field in superblock 2019-06-17 22:58:58 +02:00
namei.c staging: erofs: fix parenthesis alignment 2019-03-20 07:50:34 +01:00
super.c staging: erofs: add requirements field in superblock 2019-06-17 22:58:58 +02:00
unzip_pagevec.h staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
unzip_vle.c for-5.2/block-20190507 2019-05-07 18:14:36 -07:00
unzip_vle.h staging: erofs: compressed_pages should not be accessed again after freed 2019-02-27 15:41:57 +01:00
unzip_vle_lz4.c staging: erofs: fix to handle error path of erofs_vmap() 2019-03-18 07:56:14 +01:00
utils.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
xattr.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
xattr.h staging: erofs: complete POSIX ACL support 2019-01-30 15:38:50 +01:00