open-cas-linux/modules/cas_disk
Adam Rutkowski 9b8fdde201 Relax allocations requirements
CAS does not need atomic alocations virtually anywhere. GFP_NOIO
should be sufficient in IO path. When allocation buffers during
module initialization use GFP_KERNEL.

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-23 16:04:27 -04:00
..
cas_disk_defs.h Cleanup CAS_VERSION 2019-09-19 12:43:34 +02:00
cas_disk.h Return values of expected type by the block layer 2019-09-09 14:00:44 +02:00
debug.h Initial commit 2019-03-29 08:45:50 +01:00
disk.c Initial commit 2019-03-29 08:45:50 +01:00
disk.h Move to blk-mq block interface. 2019-08-26 12:23:21 +02:00
exp_obj.c Relax allocations requirements 2019-10-23 16:04:27 -04:00
exp_obj.h Move to blk-mq block interface. 2019-08-26 12:23:21 +02:00
main.c Initial commit 2019-03-29 08:45:50 +01:00
Makefile Initial commit 2019-03-29 08:45:50 +01:00
sysfs.c Initial commit 2019-03-29 08:45:50 +01:00
sysfs.h Initial commit 2019-03-29 08:45:50 +01:00