linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/5] zswap same-filled and limit checking cleanups
@ 2024-04-05  1:35 Yosry Ahmed
  2024-04-05  1:35 ` [PATCH v1 1/5] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full Yosry Ahmed
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Yosry Ahmed @ 2024-04-05  1:35 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Johannes Weiner, Nhat Pham, Chengming Zhou, linux-mm,
	linux-kernel, Yosry Ahmed

Miscellaneous cleanups for limit checking and same-filled handling in
the store path. This series was broken out of the "zswap: store
zero-filled pages more efficiently" series [1]. It contains the cleanups
and drops the main functional changes.

[1]https://lore.kernel.org/lkml/20240325235018.2028408-1-yosryahmed@google.com/

Yosry Ahmed (5):
  mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
  mm: zswap: refactor limit checking from zswap_store()
  mm: zswap: move more same-filled pages checks outside of zswap_store()
  mm: zswap: remove same_filled module params
  mm: zswap: do not check the global limit for same-filled pages

 mm/zswap.c | 93 +++++++++++++++++++++---------------------------------
 1 file changed, 36 insertions(+), 57 deletions(-)

-- 
2.44.0.478.gd926399ef9-goog



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-05  4:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05  1:35 [PATCH v1 0/5] zswap same-filled and limit checking cleanups Yosry Ahmed
2024-04-05  1:35 ` [PATCH v1 1/5] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full Yosry Ahmed
2024-04-05  1:35 ` [PATCH v1 2/5] mm: zswap: refactor limit checking from zswap_store() Yosry Ahmed
2024-04-05  2:44   ` Johannes Weiner
2024-04-05  4:15     ` Yosry Ahmed
2024-04-05  1:35 ` [PATCH v1 3/5] mm: zswap: move more same-filled pages checks outside of zswap_store() Yosry Ahmed
2024-04-05  2:34   ` Johannes Weiner
2024-04-05  1:35 ` [PATCH v1 4/5] mm: zswap: remove same_filled module params Yosry Ahmed
2024-04-05  2:35   ` Johannes Weiner
2024-04-05  1:35 ` [PATCH v1 5/5] mm: zswap: do not check the global limit for same-filled pages Yosry Ahmed
2024-04-05  2:54   ` Johannes Weiner
2024-04-05  4:19     ` Yosry Ahmed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox