]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: add encryption support to writepage
authorJeff Layton <jlayton@kernel.org>
Mon, 10 Jan 2022 16:58:03 +0000 (11:58 -0500)
committerJeff Layton <jlayton@kernel.org>
Tue, 31 May 2022 15:50:01 +0000 (11:50 -0400)
commit52ab8ca8dd8ab4c753adcc11b838db3d4aa2fc41
treeb97903ee74ceae61f0eaa7d3340128d0b536edf4
parent85ca59e0d71e9105ae175fb31992f8ceb5e50300
ceph: add encryption support to writepage

Allow writepage to issue encrypted writes. Extend out the requested size
and offset to cover complete blocks, and then encrypt and write them to
the OSDs.

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