open-cas-linux/utils
Adam Rutkowski ffa1f4b067 Extend CAS interface with Write-only cache mode
Write-only (WO) cache mode is similar to Write-back (WB), however
read operations do not promote data to cache. Reads are mostly
serviced by the core device, only dirty sectors are fetched from
the cache.

Write-only cache mode is behaving similarly to Write-back with
respect to flushing dirty data. For example it is required to
explicitly enable/disable flushing when changing cache mode
from WO to something other than WB.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-06-13 15:54:51 -04:00
..
60-persistent-storage-cas-load.rules Initial commit 2019-03-29 08:45:50 +01:00
60-persistent-storage-cas.rules Initial commit 2019-03-29 08:45:50 +01:00
casadm.8 Extend CAS interface with Write-only cache mode 2019-06-13 15:54:51 -04:00
casctl Initial commit 2019-03-29 08:45:50 +01:00
casctl.8 Initial commit 2019-03-29 08:45:50 +01:00
ext3-config.csv Initial commit 2019-03-29 08:45:50 +01:00
ext4-config.csv Initial commit 2019-03-29 08:45:50 +01:00
ioclass-config.csv Initial commit 2019-03-29 08:45:50 +01:00
Makefile Initial commit 2019-03-29 08:45:50 +01:00
open-cas-loader Initial commit 2019-03-29 08:45:50 +01:00
open-cas-mount-utility Initial commit 2019-03-29 08:45:50 +01:00
open-cas-shutdown Initial commit 2019-03-29 08:45:50 +01:00
open-cas-shutdown.service Initial commit 2019-03-29 08:45:50 +01:00
open-cas.shutdown Initial commit 2019-03-29 08:45:50 +01:00
opencas.conf Initial commit 2019-03-29 08:45:50 +01:00
opencas.conf.5 Initial commit 2019-03-29 08:45:50 +01:00
opencas.py Extend CAS interface with Write-only cache mode 2019-06-13 15:54:51 -04:00