open-cas-linux/modules
Robert Baldyga b00de9c940 Use available memory statistic when possible
Update function returning size of free memory to use available statistic
if that's supported by given kernel. This function is used to check
whether there is enough memory to start cache, and available statistic is
preferred for this check over free statistic, as it does include size of
page cache allocations which can be easily reclaimed by the system.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2022-10-12 08:12:42 +02:00
..
cas_cache Use available memory statistic when possible 2022-10-12 08:12:42 +02:00
include Fix error message for cache already in standby detach state 2022-08-19 12:36:22 +02:00
config.mk Fix license 2021-10-28 12:46:42 +02:00
extra.mk Fix license 2021-10-28 12:46:42 +02:00
Makefile Consolidate modules 2022-09-16 15:16:28 +02:00