Whamcloud - gitweb
Update ext4 encryption format to final v4.1 version
authorTheodore Ts'o <tytso@mit.edu>
Sun, 3 May 2015 18:48:25 +0000 (14:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 3 May 2015 21:01:59 +0000 (17:01 -0400)
commit437651ad234e125e2ef9c9f213cb3f5c92e67307
tree241eae645a7ecacbb3bcc730fb4e351e4ed22bb7
parent2f79cd18a9bcb125767aad24fe54effe889ea2e0
Update ext4 encryption format to final v4.1 version

The directory hash is now calculated using the on-disk encrypted
filename, and we no longer use the digest encoding or the SHA-256
encoding, so remove them from the ext2fs library until there is some
reason we need them.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass2.c
e2fsck/rehash.c
lib/ext2fs/Makefile.in
lib/ext2fs/digest_encode.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/ext2fs.h
misc/e4crypt.c