]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/ext4/ext4.h
ext4 crypto: migrate into vfs's crypto engine
authorJaegeuk Kim <jaegeuk@kernel.org>
Sun, 10 Jul 2016 18:01:03 +0000 (14:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Jul 2016 18:01:03 +0000 (14:01 -0400)
commita7550b30ab709ffb9bbe48669adf7d8556f3698f
tree5ed986d93b2df41cad68bdfa0851604bb039d1d1
parentff0031d848a0cd7002606f9feef958de8d5edf19
ext4 crypto: migrate into vfs's crypto engine

This patch removes the most parts of internal crypto codes.
And then, it modifies and adds some ext4-specific crypt codes to use the generic
facility.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
19 files changed:
fs/ext4/Kconfig
fs/ext4/Makefile
fs/ext4/crypto.c [deleted file]
fs/ext4/crypto_fname.c [deleted file]
fs/ext4/crypto_key.c [deleted file]
fs/ext4/crypto_policy.c [deleted file]
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/ext4_crypto.h [deleted file]
fs/ext4/file.c
fs/ext4/ialloc.c
fs/ext4/inline.c
fs/ext4/inode.c
fs/ext4/ioctl.c
fs/ext4/namei.c
fs/ext4/page-io.c
fs/ext4/readpage.c
fs/ext4/super.c
fs/ext4/symlink.c