Skip to content

Releases: datto/dattobd

0.9.12

19 Dec 13:42
Compare
Choose a tag to compare
  • Fixed compiling on 2.6 kernels
  • Improved logging for several errors

0.9.11

10 Nov 19:18
Compare
Choose a tag to compare
  • Added support for Linux 4.8

0.9.10

12 Oct 15:04
Compare
Choose a tag to compare
  • Added support for Linux 2.6.18
  • Added support for Linux 2.6.26
  • Improved how the system call table is detected

0.9.9

02 Sep 14:14
Compare
Choose a tag to compare
  • Fixed compiling on kernel 4.7 (#44)
  • Added NULL checks to IOCTL functions (#34)
  • Fixed issue where checking the proc file would cause a NULL pointer deference (#42)

0.9.8

18 Jul 15:44
Compare
Choose a tag to compare
  • Added workaround for a bug in GCC 4.4.7 preventing compilation on CentOS 6
  • Fixed issue that would cause a kernel oops if an I/O error occurred during transition to incremental
  • Fixed a bug where discard bios were treated as writes

0.9.7

05 Jul 16:59
Compare
Choose a tag to compare
  • Fixed kernel oops when removing an NTFS volume without unmounting
  • Fixed returning wrong error in some cases
  • Updated the repo URLs for packages

0.9.6

15 Apr 20:00
Compare
Choose a tag to compare

Fix issue when reading from the proc file if the device was in the error state.

0.9.5

29 Mar 15:39
Compare
Choose a tag to compare
  • Fixed a bug in update-img to copy all changed blocks (#29)
  • Fixed a bug in the driver that would yield bad data for small block sizes
  • Allow for proc file to be larger than 4096 bytes
  • Added a UUID and sequence ID to proc info
  • Added an IOCTL to programatically get information available in the proc file

0.9.4

21 Mar 19:03
Compare
Choose a tag to compare

Optimize snapshot reads

0.9.3

14 Mar 15:53
Compare
Choose a tag to compare

Makefile improvements