open-cas-linux/modules/cas_cache/volume
Michal Mielewczyk 4753374b1b Change CAS_BIO_MAX_VECS value
Previously when user tried to allocate to big bio he recieved NULL. As the
behavior was changed to `BUG()` passing out of range value is no longer legal.

Limiting the requested bio size to BIO_MAX_PAGES (on the older kernels) or to
BIO_MAX_VECS (on the newer ones) eliminates the problem as the macros represent
the max possible value.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
2022-12-28 13:59:20 +01:00
..
obj_blk.h Remove cas_disk from naming in code 2022-09-19 10:38:21 +02:00
vol_blk_utils.c Destroy volume if it couldn't be opened 2022-04-08 16:42:25 +02:00
vol_blk_utils.h Change CAS_BIO_MAX_VECS value 2022-12-28 13:59:20 +01:00
vol_block_dev_bottom.c Kernel 6.0 support 2022-10-28 09:41:43 +02:00
vol_block_dev_bottom.h Open CAS Linux kernel 5.18 support 2022-10-24 09:53:01 +00:00
vol_block_dev_top.c Fix for using uninitialized variable in printk 2022-11-08 11:47:23 +00:00
vol_block_dev_top.h Merge exp obj create/activate 2022-09-23 14:21:37 +02:00