All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: target: tcmu: Replace IDR and radix_tree with XArray
@ 2021-02-24 18:53 Bodo Stroesser
  2021-02-24 18:53 ` [PATCH 1/2] scsi: target: tcmu: Replace IDR by XArray Bodo Stroesser
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Bodo Stroesser @ 2021-02-24 18:53 UTC (permalink / raw)
  To: linux-scsi, target-devel, Martin K. Petersen, Matthew Wilcox
  Cc: Bodo Stroesser

This small series is based on Martin's for-next.

Future patches will need something like the - meanwhile removed -
radix_tree_for_each_contig macro.
Since general direction is to use xarray as replacement for
radix_tree and IDR, instead of re-introducing or open coding the
removed macro, with this series we switch over to xarray API.
Based on xarray a future patch easily can implement an analog
to radix_tree_for_each_contig.

Bodo Stroesser (2):
  scsi: target: tcmu: Replace IDR by XArray
  scsi: target: tcmu: Replace radix_tree with XArray

 drivers/target/target_core_user.c | 64 +++++++++++++++++++--------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

-- 
2.12.3


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

end of thread, other threads:[~2021-03-16  3:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 18:53 [PATCH 0/2] scsi: target: tcmu: Replace IDR and radix_tree with XArray Bodo Stroesser
2021-02-24 18:53 ` [PATCH 1/2] scsi: target: tcmu: Replace IDR by XArray Bodo Stroesser
2021-02-24 18:53 ` [PATCH 2/2] scsi: target: tcmu: Replace radix_tree with XArray Bodo Stroesser
2021-02-26  3:59 ` [PATCH 0/2] scsi: target: tcmu: Replace IDR and " michael.christie
2021-02-26  8:41   ` Bodo Stroesser
2021-02-26 16:04     ` Mike Christie
2021-02-26 18:47       ` Bodo Stroesser
2021-03-10  2:34 ` Martin K. Petersen
2021-03-16  3:14 ` Martin K. Petersen

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.