Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-23 | sdnvme: fix missing unlock() in submit queue full case | cinap_lenrek | |
when we have more processors than submit queues, the submit queues are shared between some processors and hence we have to acquire its lock. in the case of the submit queue being full, we have to unlock it again before retrying otherwise we have a deadlock. sorry :( | |||
2022-09-18 | sdnvme: avoid "empty if body" warning | cinap_lenrek | |
dmaflush() is a no-op macro on amd64, so wrap all calls into {} braces to avoid the compiler warning. | |||
2022-08-26 | sdnvme: correct mode/serial/firmware string lengths | Sigrid Solveig Haflínudóttir | |
2022-07-03 | sdnvme: add dmaflush() instructions, move to port/ | cinap_lenrek | |