]> 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>
Thu, 25 Aug 2022 13:31:25 +0000 (09:31 -0400)
committerXiubo Li <xiubli@redhat.com>
Fri, 26 Aug 2022 23:58:57 +0000 (07:58 +0800)
commitc42a73b6d559235d7a7b7326d4e119595b893eb9
tree2688207faeb8617553d5c259fa926d6837e315c4
parentd1801c9c5851c3719c018dc9f986005e21e81c81
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