Whamcloud - gitweb
LU-13717 sec: support encrypted files handling in pfsck mode
authorSebastien Buisson <sbuisson@ddn.com>
Tue, 19 Oct 2021 11:02:12 +0000 (13:02 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 19 Apr 2022 00:16:07 +0000 (18:16 -0600)
commit281d5dd58ad390e831f18941660e7152942d0998
tree509d2b7938d21d99a3110dc5aa5fcdef03fcd9d3
parentdc56e74e41aea9c07d7b4d6728bfb5187bb17d21
LU-13717 sec: support encrypted files handling in pfsck mode

e2fsck needs to be improved in order to support encrypted files
handling in parallel fsck mode. The e2fsck_merge_encrypted_info()
function is added to merge encrypted inodes info collected from
different threads in pass1, so that it can be used in pass2.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: Iaf495f399e38e3ca7914b92059607d4babc1ad44
Reviewed-on: https://review.whamcloud.com/45289
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
e2fsck/e2fsck.h
e2fsck/encrypted_files.c
e2fsck/pass1.c