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 performance optimizations for the direct IO functionality #248

Closed skypodolsky closed 1 year ago

skypodolsky commented 1 year ago

It was found that the current implementation can be significantly improved by adding async write IO instead of waiting for each write operation. This should be implemented.

Related to the epic #219

skypodolsky commented 1 year ago

Closed as not relevant anymore.