All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] nvme: cleanup ida_simple_[get|remove]
@ 2022-02-14  9:07 Sagi Grimberg
  2022-02-14  9:07 ` [PATCH 1/7] nvme-tcp: fix bogus request completion when failing to send AER Sagi Grimberg
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Sagi Grimberg @ 2022-02-14  9:07 UTC (permalink / raw)
  To: linux-nvme, Christoph Hellwig, Keith Busch, Chaitanya Kulkarni

We have the simpler and more convenient idr_[alloc|free], use them
instead.

Sagi Grimberg (7):
  nvme-tcp: fix bogus request completion when failing to send AER
  nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]
  nvme-fc: replace ida_simple[get|remove] with the simler
    ida_[alloc|free]
  nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]
  nvmet-fc: replace ida_simple[get|remove] with the simler
    ida_[alloc|free]
  nvmet-rdma: replace ida_simple[get|remove] with the simler
    ida_[alloc|free]
  nvmet-tcp: replace ida_simple[get|remove] with the simler
    ida_[alloc|free]

 drivers/nvme/host/core.c   | 18 +++++++++---------
 drivers/nvme/host/fc.c     | 16 ++++++++--------
 drivers/nvme/host/tcp.c    | 10 +++++++++-
 drivers/nvme/target/core.c |  4 ++--
 drivers/nvme/target/fc.c   | 12 ++++++------
 drivers/nvme/target/rdma.c |  6 +++---
 drivers/nvme/target/tcp.c  |  6 +++---
 7 files changed, 40 insertions(+), 32 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2022-02-16  8:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14  9:07 [PATCH 0/7] nvme: cleanup ida_simple_[get|remove] Sagi Grimberg
2022-02-14  9:07 ` [PATCH 1/7] nvme-tcp: fix bogus request completion when failing to send AER Sagi Grimberg
2022-02-14 10:52   ` Chaitanya Kulkarni
2022-02-14 10:59     ` Sagi Grimberg
2022-02-14  9:07 ` [PATCH 2/7] nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free] Sagi Grimberg
2022-02-14  9:07 ` [PATCH 3/7] nvme-fc: " Sagi Grimberg
2022-02-14  9:07 ` [PATCH 4/7] nvmet: " Sagi Grimberg
2022-02-14  9:07 ` [PATCH 5/7] nvmet-fc: " Sagi Grimberg
2022-02-14  9:07 ` [PATCH 6/7] nvmet-rdma: " Sagi Grimberg
2022-02-14  9:07 ` [PATCH 7/7] nvmet-tcp: " Sagi Grimberg
2022-02-14 10:03 ` [PATCH 0/7] nvme: cleanup ida_simple_[get|remove] Chaitanya Kulkarni
2022-02-14 10:22   ` Sagi Grimberg
2022-02-14 10:44     ` Chaitanya Kulkarni
2022-02-14 10:59       ` Sagi Grimberg
2022-02-15 18:42         ` Christoph Hellwig
2022-02-15 19:15           ` Chaitanya Kulkarni
2022-02-15 19:27           ` Keith Busch
2022-02-15 20:01             ` Chaitanya Kulkarni
2022-02-16  8:02 ` Christoph Hellwig

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.