]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: implement -o test_dummy_encryption mount option
authorJeff Layton <jlayton@kernel.org>
Tue, 8 Sep 2020 13:47:40 +0000 (09:47 -0400)
committerJeff Layton <jlayton@kernel.org>
Tue, 31 May 2022 15:49:58 +0000 (11:49 -0400)
commit03e58dd0ea7d945db8f7b64df25421076b3983fc
treef4b6e8c212a013ad1520094e913df9c6f0f626de
parent48c54225e3e3652bef1e943a4601b6fa43cbad75
ceph: implement -o test_dummy_encryption mount option

Add support for the test_dummy_encryption mount option. This allows us
to test the encrypted codepaths in ceph without having to manually set
keys, etc.

Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/crypto.c
fs/ceph/crypto.h
fs/ceph/inode.c
fs/ceph/super.c
fs/ceph/super.h
fs/ceph/xattr.c