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)
committerLi Dongyang <dongyangli@ddn.com>
Tue, 14 Jan 2025 04:16:29 +0000 (15:16 +1100)
commit505e77aedbb43563efdc98f892ac1ad3ffa10f15
tree251b98bf69b512b64e490cde28da88f792e8a6e2
parent71a8d278e6b050ee9d4cdab780b02aa18b816bef
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