Releases: datto/dattobd
Releases · datto/dattobd
v0.11.10
What's Changed
- Resolved issue, when
DattoBD
might cause a kernel oops with Incorrect GFP Flags bug. - Provided support for Ubuntu 24.04
- Provided support for RHELs 9.5 (with exception of XFS)
- Fixed issue when the latest DKMS was unable to install
DattoBD
on RHELs
Full Changelog: v0.11.9...v0.11.10
v0.11.9
- [FIX] DattoBD failed to truncate file after transition from snapshot to incremental and failed to unlink file on reboot on Debian-based systems.
- [FIX] DattoBD used slower way to reserve file space, which led to dramatic decrease of performance on some systems.
- [FEATURE] Added an ability to expand COW-file in during active snapshot mode in manual way (using
ioctl
). - [FEATURE] Added an ability to enable COW-file auto-expand, when it runs out of space.
0.11.8
- Fixed compile errors on newer kernels (RPMs Kernels 5.14.0-427.16+)
- Fixed kernel panic on module unload on systems based on kernels of version 5.0+
- Fixed kernel panic on module unload on RHEL8-based systems
- Fixed kernel oops on module unload on Ubuntu 20.04 LTS
- Fixed problems related to tracking BIOs on systems with multiple block devices on the same general disk
0.11.7
Implement tracking bios in dormant state
0.11.6
Fix issue with wrong slab allocation flags that led to system reboot
v0.11.5
Fix CentOS7 building
0.11.4
- Fix loosing incremental backups after reboot
- Implement submit_bio-based IO tracking
- Fix CentOS7 building
Suppritng kernel to 5.19
v0.11.3 build rhel91 fix (#324)
Supporting kernels to 5.19
0.11.3 build rhel91 fix (#324)
0.11.2
Another configure test fix