commit | f88f0bdfc32f3d1e2fd03ec8a7f7b456df4db725 | [log] [tgz] |
---|---|---|
author | Anton Ivanov <aivanov@kot-begemot.co.uk> | Wed Nov 09 20:43:25 2016 +0000 |
committer | Richard Weinberger <richard@nod.at> | Wed Dec 14 22:46:55 2016 +0100 |
tree | 7eed7ad5a2f795f8b45187db4955eff9c5ef049a | |
parent | 69973b830859bc6529a7a0468ba0d80ee5117826 [diff] |
um: UBD Improvements UBD at present is extremely slow because it handles only one request at a time in the IO thread and IRQ handler. The single request at a time is replaced by handling multiple requests as well as necessary workarounds for short reads/writes. Resulting performance improvement in disk IO - 30% Signed-off-by: Anton Ivanov <aivanov@kot-begemot.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>