ocf/inc
Adam Rutkowski 82e8c55f4a Write-only cache mode
Write-only cache mode is similar to writeback, 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.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-06-12 12:07:02 -04:00
..
cleaning Initial commit 2018-11-29 15:14:21 +01:00
ocf_cache.h Async wait for cleaner completion 2019-05-06 19:37:49 -04:00
ocf_cfg.h Initial commit 2018-11-29 15:14:21 +01:00
ocf_cleaner.h Remove undefined declaration: ocf_cleaner_set_io_queue 2019-03-21 09:17:44 +01:00
ocf_core.h Make management API asynchronous 2019-03-12 10:33:26 +01:00
ocf_ctx.h Give ocf_ctx get/put semantics 2019-05-23 15:50:10 +02:00
ocf_def.h Write-only cache mode 2019-06-12 12:07:02 -04:00
ocf_err.h Error codes in IO path changed to OCF-specific 2019-06-05 09:10:54 +02:00
ocf_io_class.h Configure all io classes at once. 2019-01-28 08:51:26 -05:00
ocf_io.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_logger.h Rename 'printf' field name in logger ops to 'print'. 2019-04-17 11:37:47 -04:00
ocf_metadata_updater.h Initial commit 2018-11-29 15:14:21 +01:00
ocf_metadata.h Probe core UUIDs from metadata 2019-04-17 14:07:42 -04:00
ocf_mngt.h Remove unused OCF_ERR_CACHE_IN_USE error code 2019-05-28 11:20:48 +02:00
ocf_queue.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_stats_builder.h Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_stats.h Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_trace.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_types.h Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_volume.h Explicitly cast void pointer to const char *. 2019-05-30 00:08:58 +02:00
ocf.h Remove mpool from OCF utils 2019-05-27 13:04:40 +02:00