-
Notifications
You must be signed in to change notification settings - Fork 54
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
Implement SplitFS using system-call interception rather than library calls #32
Comments
Is it possible for me to work on this? |
@vijay03 @rohankadekodi |
Thats great! Can we get a pull request? |
@vijay03 I have created a draft pull request. #47
Looking to get above 2 done by 25th Jan. I was thinking of converting to full pull request once above 2 are complete. Would that be ok? |
That would be great! Let us know when @rohankadekodi and I can review it. |
Thanks a lot Om! This is great news. Yes, please let us know once the other
two modes are passing on the PJD test suite and we can review it.
…On Thu, 21 Jan 2021 at 00:08, Vijay Chidambaram ***@***.***> wrote:
That would be great! Let us know when @rohankadekodi
<https://github.com/rohankadekodi> and I can review it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVQOWYA4BASLOKK7737OY3S24PKPANCNFSM4PPH4QGA>
.
|
@vijay03 @rohankadekodi |
Thanks Om! I will review and test the code and get back to you.
…On Sun, Jan 24, 2021, 10:29 PM OmSaran ***@***.***> wrote:
@vijay03 <https://github.com/vijay03> @rohankadekodi
<https://github.com/rohankadekodi>
sync and strict integration is also complete and ready for review. I have
included some details of the PR in the PR description. #47
<#47>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVQOW6HYBUFONPXRXB4SDLS3RGYFANCNFSM4PPH4QGA>
.
|
Use the system-call intercept library: https://github.com/pmem/syscall_intercept in SplitFS instead of intercepting glibc calls. This will make SplitFS more portable and hopefully more robust (different glibc variants will have the same system call implementation).
The text was updated successfully, but these errors were encountered: