All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Some trivial cleanups for shmem
@ 2025-02-07  9:44 Baolin Wang
  2025-02-07  9:44 ` [PATCH 1/6] mm: shmem: drop the unused macro Baolin Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Baolin Wang @ 2025-02-07  9:44 UTC (permalink / raw)
  To: akpm, hughd; +Cc: david, baolin.wang, linux-mm, linux-kernel

Hi,

Patch 1 - Patch 5 do some trivial cleanups and refactoring for shmem.
Patch 6 adds myself as shmem reviewer.

Baolin Wang (6):
  mm: shmem: drop the unused macro
  mm: shmem: remove 'fadvise()' comments
  mm: shmem: remove duplicate error validation
  mm: shmem: change the return value of shmem_find_swap_entries()
  mm: shmem: factor out the within_size logic into a new helper
  MAINTAINERS: add myself as shmem reviewer

 MAINTAINERS |  1 +
 mm/shmem.c  | 76 ++++++++++++++++++++++++++---------------------------
 2 files changed, 39 insertions(+), 38 deletions(-)

-- 
2.39.3



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

end of thread, other threads:[~2025-02-07  9:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07  9:44 [PATCH 0/6] Some trivial cleanups for shmem Baolin Wang
2025-02-07  9:44 ` [PATCH 1/6] mm: shmem: drop the unused macro Baolin Wang
2025-02-07  9:44 ` [PATCH 2/6] mm: shmem: remove 'fadvise()' comments Baolin Wang
2025-02-07  9:44 ` [PATCH 3/6] mm: shmem: remove duplicate error validation Baolin Wang
2025-02-07  9:44 ` [PATCH 4/6] mm: shmem: change the return value of shmem_find_swap_entries() Baolin Wang
2025-02-07  9:44 ` [PATCH 5/6] mm: shmem: factor out the within_size logic into a new helper Baolin Wang
2025-02-07  9:44 ` [PATCH 6/6] MAINTAINERS: add myself as shmem reviewer Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.