RemixVSL / iomemory-vsl

Updated Fusion-io iomemory VSL Linux (version 3.2.16) driver for recent kernels.
153 stars 28 forks source link

fix fstrim and discard issues after 5.9 fixes #86

Closed snuf closed 3 years ago

snuf commented 3 years ago

The vsl4 driver seems to set discard granularity, which the vsl driver never did. However moving to kfio_submit seems to have made this mandatory. This wasn't caught because the tests didn't trigger fstrim and discard wasn't set. Happy @bplein found this issue :)