Releases: DataTravelGuide/ubbd
Releases · DataTravelGuide/ubbd
Release for v0.1.7
Full Changelog: v0.1.6...v0.1.7
Release for v0.1.6
What's Changed
- cache_backend: lcache for cache backend by @yangdongsheng in #62
- cache_backend performance enhancement by @yangdongsheng in #76
- lcache enhancement by @yangdongsheng in #77
- file_backend: fix overflow for queue_id by @yangdongsheng in #79
- lcache: always init data head in open by @yangdongsheng in #80
- ubbd_mempool: set reclaim to LIST_POISON to avoid race by @yangdongsheng in #81
- cache_backend: refactor cache_backend by @yangdongsheng in #82
- update ubbd-headers by @yangdongsheng in #84
- install_dep: fix syntax error of unary operator expected by @YiteGu in #85
- cache_backend: minor enhancement by @yangdongsheng in #86
New Contributors
Full Changelog: v0.1.5...v0.1.6
Release for V0.1.4
What's Changed
- build: introduce configure for ubbd by @yangdongsheng in #66
- ubbd_rbd: avoid double-free in conn_close by @yangdongsheng in #73
- install_dep.sh: skip install dependency as required by @yangdongsheng in #74
- libubbd: memset rsp with 0 in api by @yangdongsheng in #75
Full Changelog: v0.1.3...v0.1.4
Release for v0.1.1
What's Changed
- backend: introduce new mem backend type by @yangdongsheng in #48
- ubbd_dev: add dev link for /dev/ubbdX by @yangdongsheng in #49
- version: introduce version for ubbdadm and ubbdd by @yangdongsheng in #53
- rbd_dev: update device size if rbd resized by @yangdongsheng in #56
- rbd_backend: support exclusive mapping and rbd quiesce by @yangdongsheng in #57
- rbd_backend: fix quiesce retval in rbd_quiesce_complete by @yangdongsheng in #58
- Makefile: add make libubbd and make libubbd_install by @yangdongsheng in #59
- ubbd_dev_info: introduce flags in ubbd_dev_info by @yangdongsheng in #60
Full Changelog: v0.1.0...v0.1.1
Release for v0.1.0
- Provide ubbd systemd service to manage ubbd devices
- Provide ubbdadm command to do operations on ubbd
- Backend types supported are null, file, rbd, ssh(Experimental), s3(Experimental), cache(Experimental).
- Support force unmap to remove ubbd device, even there are inflight IO on this block device.
- Support upgrade online for ubbdadm, ubbdd, and ubbd-backend.