linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND V2 0/5] Fixes and cleanups to xarray
@ 2024-11-11 21:53 Kemeng Shi
  2024-11-11 21:28 ` Andrew Morton
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Kemeng Shi @ 2024-11-11 21:53 UTC (permalink / raw)
  To: akpm, willy; +Cc: linux-kernel, linux-fsdevel, linux-mm

resend:
-also cc linux-mm

v1->v2:
-Drop patch "Xarray: skip unneeded xas_store() and xas_clear_mark() in
__xa_alloc()"

This series contains some random fixes and cleanups to xarray. Patch 1-3
are fixes and patch 4-5 are cleanups. More details can be found in
respective patches. Thanks!

Kemeng Shi (5):
  Xarray: Do not return sibling entries from xas_find_marked()
  Xarray: distinguish large entries correctly in xas_split_alloc()
  Xarray: move forward index correctly in xas_pause()
  Xarray: remove repeat check in xas_squash_marks()
  Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

 lib/test_xarray.c                     | 35 +++++++++++++++++++++++++++
 lib/xarray.c                          | 26 +++++++++++---------
 tools/testing/radix-tree/multiorder.c |  4 +++
 3 files changed, 54 insertions(+), 11 deletions(-)

-- 
2.30.0



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

end of thread, other threads:[~2024-11-13  1:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 21:53 [PATCH RESEND V2 0/5] Fixes and cleanups to xarray Kemeng Shi
2024-11-11 21:28 ` Andrew Morton
2024-11-11 21:45   ` Matthew Wilcox
2024-11-12  7:05   ` Kemeng Shi
2024-11-12 15:48     ` Matthew Wilcox
2024-11-13  1:25       ` Kemeng Shi
2024-11-11 21:53 ` [PATCH RESEND V2 1/5] Xarray: Do not return sibling entries from xas_find_marked() Kemeng Shi
2024-11-11 21:53 ` [PATCH RESEND V2 2/5] Xarray: distinguish large entries correctly in xas_split_alloc() Kemeng Shi
2024-11-11 21:53 ` [PATCH RESEND V2 3/5] Xarray: move forward index correctly in xas_pause() Kemeng Shi
2024-11-11 21:53 ` [PATCH RESEND V2 4/5] Xarray: remove repeat check in xas_squash_marks() Kemeng Shi
2024-11-11 21:53 ` [PATCH RESEND V2 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent Kemeng Shi

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