All of lore.kernel.org
 help / color / mirror / Atom feed
* elevator refcount fixes
@ 2022-10-20  6:48 Christoph Hellwig
  2022-10-20  6:48 ` [PATCH 1/4] block: add proper helpers for elevator_type module refcount management Christoph Hellwig
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christoph Hellwig @ 2022-10-20  6:48 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Jinlong Chen, linux-block

Hi Jens,

this series is a take on the elevator refcount fixes from Jinlong.
I've added a cleanup patch, and one that improves on one of the incidental
fixes he did, as well as splitting the main patch into two and improving
some comments.

Diffstat:
 blk-mq-sched.c |    1 +
 blk-mq.c       |   13 ++++---------
 elevator.c     |   43 +++++++++++++++++++------------------------
 elevator.h     |   15 +++++++++++++++
 4 files changed, 39 insertions(+), 33 deletions(-)

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

end of thread, other threads:[~2022-10-23  3:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20  6:48 elevator refcount fixes Christoph Hellwig
2022-10-20  6:48 ` [PATCH 1/4] block: add proper helpers for elevator_type module refcount management Christoph Hellwig
2022-10-20  6:48 ` [PATCH 2/4] block: sanitize the elevator name before passing it to __elevator_change Christoph Hellwig
2022-10-20  6:48 ` [PATCH 3/4] block: check for an unchanged elevator earlier in __elevator_change Christoph Hellwig
2022-10-20  6:48 ` [PATCH 4/4] block: fix up elevator_type refcounting Christoph Hellwig
2022-10-20  8:34 ` elevator refcount fixes Jinlong Chen
2022-10-23  3:05 ` Jens Axboe

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.