v1.15
What's Changed
- tree: handle the case when host_iface/host_traddr are set to "none" by @martin-belanger in #1015
- examples: remove unnecessary include of <bits/pthreadtypes.h> by @dne in #1016
- ioctl: only use io_uring for char devices by @igaw in #1018
- Expanding test coverage for ioctl.h functions by @MaisenbacherD in #1021
- Add missing features tests by @MaisenbacherD in #1024
- test: add tests for zns functions by @MaisenbacherD in #1029
- doc: fix return value description for nvme_scan_topology by @igaw in #1030
- types: add SMART / health information CW shift and mask values by @ikegami-t in #1023
- types: Fix nvme_ns_id_desc packing. by @thieule742 in #1026
- mi: Additional define options for older systems with SIOCMCTPALLOC by @chorkin in #1019
- mi: nvme_mi_mi_xfer() is overly restrictive by @chorkin in #1027
- ioctl: introduce force xfer length configuration knob by @igaw in #1031
- build: disable liburing support per default by @igaw in #1032
- tree: filter tree after scan has completed by @igaw in #1022
- test: add tests for miscellaneous ioctl functions by @MaisenbacherD in #1034
- test: add tests for miscellaneous ioctl functions by @MaisenbacherD in #1036
- types: Add Create Queue Specific (CQS) shift and mask for LM CDQ command by @NateThornton in #1035
- tree: free ctrl attributes when (re)configure ctrl by @igaw in #1033
- ioctl: fix nvme_get_log_endurance_grp_evt() description by @ikegami-t in #1037
- tree: sanitize free() handling by @martin-gpy in #1038
- mi: add arbitration feature get function by @ikegami-t in #1020
- mi: correct mi admin feature functions map file by @ikegami-t in #1039
- linux: TLS PSK derivation fixes by @cleech in #1040
- tree: always set the host key by @igaw in #1041
New Contributors
- @dne made their first contribution in #1016
- @thieule742 made their first contribution in #1026
- @cleech made their first contribution in #1040
Full Changelog: v1.14...v1.15