3b683c18 | 17-May-2017 |
Ben Walker <benjamin.walker@intel.com> |
blobfs: Use a separate io_device for io channels
This allows us to have a different queue depth on I/O channels than on metadata/sync channels
Change-Id: I30dfc95af550082efffec4b12ed6c4cd4b8c11cf S
blobfs: Use a separate io_device for io channels
This allows us to have a different queue depth on I/O channels than on metadata/sync channels
Change-Id: I30dfc95af550082efffec4b12ed6c4cd4b8c11cf Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/361672 Tested-by: <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
4eda4fd2 | 18-May-2017 |
Ben Walker <benjamin.walker@intel.com> |
Fix incorrect free in blob/blobfs
The channel memory isn't allocated by these libraries, so they can't free it.
Change-Id: I30909fa4e77bc5a41b45230f04ba5fe75b172dbf Signed-off-by: Ben Walker <benja
Fix incorrect free in blob/blobfs
The channel memory isn't allocated by these libraries, so they can't free it.
Change-Id: I30909fa4e77bc5a41b45230f04ba5fe75b172dbf Signed-off-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
38f91be5 | 24-Mar-2017 |
Jim Harris <james.r.harris@intel.com> |
blobfs: cache_insert_buffer() - check count before allocating buffer
This avoids corner case where a buffer gets allocated on the 100th try.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Cha
blobfs: cache_insert_buffer() - check count before allocating buffer
This avoids corner case where a buffer gets allocated on the 100th try.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: If65053d539d458d9a53c8850bbb4cbe4ee84f604
show more ...
|