diff options
| -rw-r--r-- | CONTRIBUTORS | 1 | ||||
| -rw-r--r-- | sys/linux/filesystem.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 095b99993..297b831a1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -132,3 +132,4 @@ Krzysztof Pawlaczyk Simone Weiß Amazon Bjoern Doebel +Viacheslav Sablin diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 0deb64454..8589d1967 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -680,6 +680,7 @@ ext4_options [ noinit_itable stringnoz["noinit_itable"] test_dummy_encryption stringnoz["test_dummy_encryption"] nombcache stringnoz["nombcache"] + inlinecrypt stringnoz["inlinecrypt"] resgid fs_opt_hex["resgid", gid] resuid fs_opt_hex["resuid", uid] sb fs_opt_hex["sb", int32] @@ -762,6 +763,7 @@ f2fs_options [ test_dummy_encryption stringnoz["test_dummy_encryption"] errors_continue stringnoz["errors=continue"] errors_remount stringnoz["errors=remount-ro"] + inlinecrypt stringnoz["inlinecrypt"] ] [varlen] bpf_options [ |
