Whamcloud - gitweb
LU-13717 sec: support encrypted files handling in pfsck mode 89/45289/2
authorSebastien Buisson <sbuisson@ddn.com>
Tue, 19 Oct 2021 11:02:12 +0000 (13:02 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 30 Nov 2021 23:39:53 +0000 (23:39 +0000)
commitd35469d6c41a90ebeca121d3e5ec709cfc967cb8
tree9ae0112de11554da1858beb44485a5ec91523798
parentc6c08da97b8474576538bf608e11ed9010326980
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