elastio / elastio-snap

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

Implement direct read/write IO to a COW file #221

Closed skypodolsky closed 1 year ago

skypodolsky commented 1 year ago

By using file extents retrieved in #220, it is required to implement direct block write to the COW file.

Relates to the epic #219

skypodolsky commented 1 year ago

Closed in PR #223