Searched hist:f424f664f0e8949361d268e2e91c7acc8cf63eb2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | Makefile | diff f424f664f0e8949361d268e2e91c7acc8cf63eb2 Mon Apr 20 17:19:06 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs crypto: add encryption policy and password salt support
This patch adds encryption policy and password salt support through ioctl implementation.
It adds three ioctls: F2FS_IOC_SET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_PWSALT, which use xattr operations.
Note that, these definition and codes are taken from ext4 crypto support. For f2fs, xattr operations and on-disk flags for superblock and inode were changed.
Signed-off-by: Michael Halcrow <mhalcrow@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ildar Muslukhov <muslukhovi@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | xattr.c | diff f424f664f0e8949361d268e2e91c7acc8cf63eb2 Mon Apr 20 17:19:06 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs crypto: add encryption policy and password salt support
This patch adds encryption policy and password salt support through ioctl implementation.
It adds three ioctls: F2FS_IOC_SET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_PWSALT, which use xattr operations.
Note that, these definition and codes are taken from ext4 crypto support. For f2fs, xattr operations and on-disk flags for superblock and inode were changed.
Signed-off-by: Michael Halcrow <mhalcrow@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ildar Muslukhov <muslukhovi@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | file.c | diff f424f664f0e8949361d268e2e91c7acc8cf63eb2 Mon Apr 20 17:19:06 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs crypto: add encryption policy and password salt support
This patch adds encryption policy and password salt support through ioctl implementation.
It adds three ioctls: F2FS_IOC_SET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_PWSALT, which use xattr operations.
Note that, these definition and codes are taken from ext4 crypto support. For f2fs, xattr operations and on-disk flags for superblock and inode were changed.
Signed-off-by: Michael Halcrow <mhalcrow@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ildar Muslukhov <muslukhovi@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff f424f664f0e8949361d268e2e91c7acc8cf63eb2 Mon Apr 20 17:19:06 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs crypto: add encryption policy and password salt support
This patch adds encryption policy and password salt support through ioctl implementation.
It adds three ioctls: F2FS_IOC_SET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_POLICY, F2FS_IOC_GET_ENCRYPTION_PWSALT, which use xattr operations.
Note that, these definition and codes are taken from ext4 crypto support. For f2fs, xattr operations and on-disk flags for superblock and inode were changed.
Signed-off-by: Michael Halcrow <mhalcrow@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ildar Muslukhov <muslukhovi@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|