-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance FUSE implementation to support RAFS in TARFS mode #1158
Conversation
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57599 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57600 |
c45bf90
to
ac0841d
Compare
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57604 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Rename TarfsChunkInfo to PlainChunkInfoV6, so it can be used for EROFS plain inode later. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Enhance RAFS FUSE implementation to support RAFS filesystms in TARFS mode. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57731 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Enhance FUSE implementation to support RAFS in TARFS mode, this is the last piece of the TARFS puzzle:)