-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
f2fs support #4
Comments
Actually, there is a lack of info about enabling f2fs encryption and I have the same request, if possible.
And no info or article, how could I use it. |
It should be quite simple to implement, this is e-mail reply from f2fs kernel maintainer on this issue: Date: Sun, 24 Jan 2016 17:26:46 -0800 Hi, Yup, you can use the same ioctl. EXT4_KEY_DESC_PREFIX "ext4:" --> "f2fs:" Thanks, 2016-01-24 3:44 GMT-08:00 Andrew Savchenko [email protected]:
|
f2fs supports the same ioctl() for encryption as ext4, so please add support for this filesystem too. Actual code change is simple:
EXT4_KEY_DESC_PREFIX should be changed from "ext4:" to "f2fs:"
But you also need some user interface change to allow select filesystem.
The text was updated successfully, but these errors were encountered: