-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- to make use of alru: `max_dirty_ratio' Signed-off-by: David Lee <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ocf
updated
18 files
+1 −1 | env/posix/ocf_env.h | |
+2 −2 | example/simple/src/main.c | |
+11 −0 | inc/cleaning/alru.h | |
+2 −2 | inc/ocf_mngt.h | |
+20 −61 | src/cleaning/acp.c | |
+4 −4 | src/cleaning/acp.h | |
+59 −79 | src/cleaning/alru.c | |
+4 −4 | src/cleaning/alru.h | |
+1 −0 | src/cleaning/alru_structs.h | |
+2 −2 | src/cleaning/cleaning.h | |
+11 −11 | src/cleaning/cleaning_ops.h | |
+102 −18 | src/metadata/metadata.c | |
+14 −2 | src/metadata/metadata.h | |
+172 −36 | src/mngt/ocf_mngt_cache.c | |
+25 −8 | src/mngt/ocf_mngt_flush.c | |
+12 −1 | src/ocf_cache.c | |
+4 −1 | src/ocf_cache_priv.h | |
+1 −2 | src/utils/utils_parallelize.c |