This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
forked from datto/dattobd
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cfb9f4
commit 1905a02
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -613,12 +613,15 @@ rm -rf %{buildroot} | |
* Fri Apr 7 2023 Stanislav Barantsev <[email protected]> - 0.12.2 | ||
- Flush bio requests before module unload | ||
- Add default bio path if orig mrf is not found | ||
- Provide support of the direct IO functionality for all Linux kernel versions | ||
- Implement direct read/write IO | ||
- Add retry logic on elastio_snap_destroy | ||
- Fix issue with cow file lock | ||
- Add tests to cover the immutable cow file functionality | ||
- Tests and behaviour for redirected cow file | ||
- Added support of Amazon Linux 2023 | ||
- Fix for the Linux Kernel v6.2 (Fedora 37/38) | ||
- Fix cow file size in /proc/elastio-snap-info | ||
- Create cow file precisely according to the user setting | ||
|
||
* Wed Jan 4 2023 Stanislav Barantsev <[email protected]> - 0.12.1 | ||
- Fixed module compilation on Linux 6.0.14 for complete Fedora 37 support | ||
|