-
Notifications
You must be signed in to change notification settings - Fork 11
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
Diskadd 2.10 #254
Open
prabirpaul
wants to merge
56
commits into
master
Choose a base branch
from
diskadd-2.10
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.
Open
Diskadd 2.10 #254
Conversation
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
* Set fastpath for valid fuse requests only
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
* fix for 4.9 kernel Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
…rsion for fastpath to 4.10. (#90)
…allow (#70) user to submit new requests after abort and deadlock. use syncrhonize_rcu() to make sure changes are seen by all threads don't need to lock around checking connected status anymore
timer + schedule_work
Fix conflict... Co-authored-by: prabirpaul <[email protected]>
* Fix compilation failure on 4.15.0-1077-gcp. * Add env to force CC from which will not affect other builds on the system. Fix conflicts...
Co-authored-by: jrivera-px <[email protected]>
…w interface blk_alloc_queue_rh. Add explicit check for this api for now. (#184)
* compilation fixes in 5.9/5.10 kernel Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
* SLES/Suse 4.12.x compile fixes. * Use a 'defined' entry instead of 'not defined' entry * Consolidate duplicate code to pxd_compat.h and wrap cond to 80 cols * Fix compilation issue. Co-authored-by: [email protected] <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
* Use the existing pxd_io_tracker obj. * Change version check to Fix undefined declarations for 5.8 kernels. Fix iot not declared error. * Use the existing pxd_io_tracker obj.
* address race between restart and new req processing Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
* address race between restart and new req processing Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
This reverts commit 2485f5f.
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
…declaration. (#208) Conflicts: pxd.c Fix conflict
* cherry-picked driver support from master * bump driver version Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
…230) * PWX-21175: handle kernel crash in fastpath(#229) * compile fix - disable fastpath code during compile time cherry picked changes into 2.10.0 Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Signed-off-by: Lakshmi Narasimhan Sundararajan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does / why we need it:
chery-pick 45af3df from master
Which issue(s) this PR fixes (optional)
Closes #
Special notes for your reviewer: