linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RESEND v8 0/2] mm: store zero pages to be swapped out in a bitmap
@ 2024-08-23 19:04 Usama Arif
  2024-08-23 19:04 ` [RESEND v8 1/2] " Usama Arif
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Usama Arif @ 2024-08-23 19:04 UTC (permalink / raw)
  To: akpm
  Cc: hannes, shakeel.butt, david, ying.huang, hughd, willy, yosryahmed,
	nphamcs, chengming.zhou, linux-mm, linux-kernel, kernel-team,
	Usama Arif

Resending it, as the CC had "Huang, Ying" in one of the initial patches,
and it was rejected by git send-email because of the "," in name.

The original series [1] was almost merged, but was dropped
due to a last minute bug [2]. Resending this with the fix for it,
by handling zeromap in the same way as swap_map and cluster_info in
enable_swap_info, holding swapon_mutex and si->lock, hence avoiding
a race condition between swapon and any point where the lock is held. 
This is the safest way.

The series had already been reviewed and acked by all maintainers.

Hoping that this attempt goes better than the initial one :)

This patchseries is based on mm-unstable from today:
4926e8348e10 - (akpm/mm-unstable) mm: optimization on page allocation when CMA enabled

[1] https://lore.kernel.org/all/20240627105730.3110705-1-usamaarif642@gmail.com/
[2] https://lore.kernel.org/all/202407101031.c6c3c651-lkp@intel.com/

Usama Arif (2):
  mm: store zero pages to be swapped out in a bitmap
  mm: remove code to handle same filled pages

 include/linux/swap.h |   1 +
 mm/page_io.c         | 118 ++++++++++++++++++++++++++++++++++++++++++-
 mm/swapfile.c        |  38 ++++++++++++--
 mm/zswap.c           |  85 +++----------------------------
 4 files changed, 159 insertions(+), 83 deletions(-)

-- 
2.43.5



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

end of thread, other threads:[~2024-08-24 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 19:04 [RESEND v8 0/2] mm: store zero pages to be swapped out in a bitmap Usama Arif
2024-08-23 19:04 ` [RESEND v8 1/2] " Usama Arif
2024-08-24  6:55   ` Christophe JAILLET
2024-08-24 18:58     ` Usama Arif
2024-08-23 19:04 ` [RESEND v8 2/2] mm: remove code to handle same filled pages Usama Arif
2024-08-24  5:06 ` [RESEND v8 0/2] mm: store zero pages to be swapped out in a bitmap Andrew Morton
2024-08-24 18:47   ` Usama Arif

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).