elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
21 stars 6 forks source link

Implement basic support of cow_reload() and cow_reopen() driver methods #225

Closed skypodolsky closed 1 year ago

skypodolsky commented 1 year ago

Driver methods cow_reopen() and cow_reload() weren't implemented with direct IO so far. As an important task blocking this is about to be passed (#224), we can now start integration of this part.

Relates to the epic #219

skypodolsky commented 1 year ago

Closed in PR #223