[PATCH 0/4] zsmalloc: make zspage chain size configurable

Sergey Senozhatsky posted 4 patches 2 years, 8 months ago
There is a newer version of this series
.../admin-guide/blockdev/zsmalloc.rst         | 157 ++++++++++++++++++
mm/Kconfig                                    |  19 +++
mm/zsmalloc.c                                 |  72 +++-----
3 files changed, 201 insertions(+), 47 deletions(-)
create mode 100644 Documentation/admin-guide/blockdev/zsmalloc.rst
[PATCH 0/4] zsmalloc: make zspage chain size configurable
Posted by Sergey Senozhatsky 2 years, 8 months ago
Hi,

	This turns hard coded limit on maximum physical pages
per-zspage into a config option. It also increases the default
limit from 4 to 8.

Sergey Senozhatsky (4):
  zsmalloc: rework zspage chain size selection
  zsmalloc: skip chain size calculation for pow_of_2 classes
  zsmalloc: make zspage chain size configurable
  zsmalloc: set default zspage chain size to 8

 .../admin-guide/blockdev/zsmalloc.rst         | 157 ++++++++++++++++++
 mm/Kconfig                                    |  19 +++
 mm/zsmalloc.c                                 |  72 +++-----
 3 files changed, 201 insertions(+), 47 deletions(-)
 create mode 100644 Documentation/admin-guide/blockdev/zsmalloc.rst

-- 
2.39.0.314.g84b9a713c41-goog