open-cas-linux/modules
Robert Baldyga 2a35bd09be Introduce lazy helper thread abstraction to avoid hung task
Some helper threads are created at the very beginning of cache start/stop
operations, but they are used only after OCF start/stop finishes, which
may take significant amount of time. Kernel by default creates threads
that wait for the first wake up in uninterruptible state, which may trigger
hung task warning if the first wake up is called more than 120 seconds
after thread creation. To mitigate this problem we create lazy thread
abstraction that waits for a wake up in interruptible state.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2021-07-13 10:07:25 +02:00
..
cas_cache Introduce lazy helper thread abstraction to avoid hung task 2021-07-13 10:07:25 +02:00
cas_disk Add support for kernel 5.11 2021-06-15 18:59:08 +02:00
include OCF update (removed configurable eviction policy) 2021-06-21 22:56:51 +02:00
config.mk Update copyright statements (2021) 2021-01-21 13:15:38 +01:00
extra.mk Update copyright statements (2021) 2021-01-21 13:15:38 +01:00
Makefile Makefile: improve uninstall error handling 2021-03-19 15:37:55 +01:00