-
Notifications
You must be signed in to change notification settings - Fork 304
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
DAOS-15136 client: Switch to using libfused #14077
Open
jolivier23
wants to merge
34
commits into
master
Choose a base branch
from
jvolivie/fused
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+46
−62
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
df7aadc
DAOS-15136 client: Switch to using libfused
jolivier23 7bf9fb8
Merge branch 'master' into jvolivie/fused
jolivier23 20bf3b6
PR-repos: fused@1:28
jolivier23 1cff4e9
Fix whitespace issue
jolivier23 cb44999
Merge branch 'master' into jvolivie/fused
jolivier23 28e8479
PR-repos: fused@PR-1:28
jolivier23 1a37b21
fix bad merge
jolivier23 ef30117
Merge branch 'master' into jvolivie/fused
jolivier23 22ac591
PR-repos: fused@PR-1:29
jolivier23 926f43a
DAOS-15753 dfuse: Do not deadlock when failing to mount.
ashleypittman 2a8ff90
PR-repos: fused@PR-1:29
jolivier23 e5fbffa
Merge branch 'master' into jvolivie/fused
jolivier23 e991acb
Empty commit for pragmas
jolivier23 18b1e5e
Remove the sed
jolivier23 a397c1e
Fix a few more issues
jolivier23 dc5d340
Features: dfuse
jolivier23 85041ed
Clean up rpm dependencies
jolivier23 0ed4c7c
empty commit for test
jolivier23 4b266cf
Add back valgrind testing
jolivier23 3f3a397
fix typo
jolivier23 515b136
Try again
jolivier23 7585023
Add missing FUSE_CAP for printing
jolivier23 45a2e77
Merge branch 'master' into jvolivie/fused
jolivier23 c1082d5
Merge branch 'master' into jvolivie/fused
jolivier23 7ba97a2
Merge branch 'master' into jvolivie/fused
jolivier23 6fd013c
Merge master again now that jenkins is back
jolivier23 53e307a
Merge branch 'master' into jvolivie/fused
jolivier23 c3c65a9
Test again
jolivier23 3a98c97
Merge branch 'master' into jvolivie/fused
jolivier23 f0002f9
Features: dfuse
jolivier23 fad1a2d
empty commit to retest
jolivier23 5752261
Use static library
jolivier23 02e8a79
Empty commit to retest
jolivier23 3487bc6
Try again to see if it picks up #4
jolivier23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for working with various fuse versions, we should replace this with a simple version check.