..
cleaning
cleaner: Check mapping after taking cache line lock
2024-07-12 17:38:13 +02:00
concurrency
Add missing headers
2024-05-11 00:51:29 +02:00
engine
Added a priority queue for the request instead of push front
2024-08-02 12:53:16 +02:00
metadata
Merge pull request #800 from robertbaldyga/redesign-queue-api
2024-08-02 14:43:52 +02:00
mngt
Merge pull request #800 from robertbaldyga/redesign-queue-api
2024-08-02 14:43:52 +02:00
promotion
Fix license
2021-10-28 13:08:50 +02:00
utils
cleaner: refactor completion function
2024-08-27 15:20:02 +02:00
ocf_cache_priv.h
lru: Move partition runtime structures outside of metadata
2024-07-12 13:23:29 +02:00
ocf_cache.c
Rename cache "initializing" state to "detached"
2024-07-10 16:18:04 +02:00
ocf_composite_volume_priv.h
Introduce composite volume
2022-06-02 09:49:39 +02:00
ocf_composite_volume.c
Revert "fix deinitialization of moved composite volume"
2022-06-28 08:02:58 +02:00
ocf_core_priv.h
Add promote-on-threshold sequential cutoff switch
2021-11-09 12:54:15 +01:00
ocf_core.c
Enable IO to detached cache instance
2024-07-10 16:18:44 +02:00
ocf_ctx_priv.h
expose composite volume type id in API
2022-06-13 11:40:08 +02:00
ocf_ctx.c
Introduce composite volume
2022-06-02 09:49:39 +02:00
ocf_def_priv.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_io_class.c
Verify standby/active cache state in OCF entry points
2022-03-28 09:42:02 +02:00
ocf_io_priv.h
remove ocf_io_start function
2022-10-28 15:03:36 +02:00
ocf_io.c
Make default io allocators part of internal API
2022-06-02 09:49:39 +02:00
ocf_logger_priv.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_logger.c
Fix license
2021-10-28 13:08:50 +02:00
ocf_lru_structs.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_lru.c
cleaner: Check mapping after taking cache line lock
2024-07-12 17:38:13 +02:00
ocf_lru.h
Parallelize ocf_lru_populate()
2022-01-28 19:29:21 +01:00
ocf_metadata.c
Verify standby/active cache state in OCF entry points
2022-03-28 09:42:02 +02:00
ocf_part.h
lru: Use common flush_data abstraction for cleaning
2024-07-12 13:23:35 +02:00
ocf_priv.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_queue_priv.h
Added a priority queue for the request instead of push front
2024-08-02 12:53:16 +02:00
ocf_queue.c
Added a priority queue for the request instead of push front
2024-08-02 12:53:16 +02:00
ocf_request.c
allocate fixed map status alongside request struct
2022-08-29 20:02:18 +02:00
ocf_request.h
Rename ocf_engine_cb to ocf_req_cb and move it from engine_common.h to ocf_request.h
2024-08-02 12:53:10 +02:00
ocf_seq_cutoff.c
Add missing "static" to the local function
2024-05-11 00:59:39 +02:00
ocf_seq_cutoff.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_space.c
Fix license
2021-10-28 13:08:50 +02:00
ocf_space.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_stats_builder.c
Stack memory reduction for OCF stats
2022-09-06 14:34:35 +02:00
ocf_stats_priv.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_stats.c
Return error from stats API functions in standby
2022-03-29 22:20:04 +02:00
ocf_volume_priv.h
Fix license
2021-10-28 13:08:50 +02:00
ocf_volume.c
validate uuid->size in ocf_volume_init
2022-06-28 08:02:58 +02:00