Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - Z index
The Linux kernel configuration item CONFIG_ZRAM
has multiple definitions:
drivers/block/zram/Kconfig
The configuration item CONFIG_ZRAM:
CONFIG_BLOCK && CONFIG_SYSFS && CONFIG_MMU
zram
, zram
Creates virtual block devices called /dev/zramX (X = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings.
It has several use cases, for example: /tmp storage, use as swap disks and maybe many more.
See Documentation/admin-guide/blockdev/zram.rst for more information.
drivers/staging/zram/Kconfig
The configuration item CONFIG_ZRAM:
CONFIG_BLOCK && CONFIG_SYSFS && CONFIG_ZSMALLOC
zram
, zram
Creates virtual block devices called /dev/zramX (X = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings.
It has several use cases, for example: /tmp storage, use as swap disks and maybe many more.
See zram.txt for more information. Project home: https://compcache.googlecode.com/
Raw data from LKDDb:
lkddb module zram CONFIG_ZRAM : drivers/block/zram/Kconfig : "Compressed RAM block device support" # in 3.14–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
lkddb module zram CONFIG_ZRAM : drivers/staging/zram/Kconfig : "Compressed RAM block device support" # in 2.6.36–2.6.39, 3.0–3.13
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - Z index
Automatically generated (in year 2024). See also LKDDb sources on GitLab