SHA256
1
0
forked from pool/libzbc

- Update to release 5.11

OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=37
This commit is contained in:
2021-07-28 07:30:48 +00:00
committed by Git OBS Bridge
parent 01c164970a
commit 4bb1ac1978
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 28 07:22:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.11
* Increase of the default command timeout from 20s to 30s to be
in-line with the kernel default settings. Similarly to the
kernel, the timeout for device write cache flush commands is
also double the default value (60s).
* Improved handling of timeout errors. These errors are now
notified using the ETIMEDOUT error code instead of the generic
EIO.
* SCSI backend driver fixes and improvements: optimized SAT
correctness detection for ZAC devices and faster device
capacity detection.
* Block backend driver improvements: retreive the maximum
number of open zones from the device sysfs attributes if the
kernel exposes it.
* Improvement of the zbc_report_zones() function that avoids
multiple buffer allocation/free operations for large reports.
-------------------------------------------------------------------
Sat May 22 10:50:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>