All of lore.kernel.org
 help / color / mirror / Atom feed
* cleanup I/O context handling
@ 2021-11-26 11:58 Christoph Hellwig
  2021-11-26 11:58 ` [PATCH 01/14] RDMA/qib: rename copy_io to qib_copy_io Christoph Hellwig
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Christoph Hellwig @ 2021-11-26 11:58 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Paolo Valente, Jan Kara, Dennis Dalessandro, Mike Marciniszyn,
	linux-block, linux-rdma

Hi Jens,

this series does a little spring cleaning of the I/O context handling/

Subject:
 block/bfq-iosched.c                   |   41 ++++++------
 block/blk-ioc.c                       |  115 +++++++++++++++++++++++++---------
 block/blk-mq-sched.c                  |   35 ----------
 block/blk-mq-sched.h                  |    3 
 block/blk-mq.c                        |   14 ----
 block/blk.h                           |    8 --
 drivers/infiniband/hw/qib/qib_verbs.c |    4 -
 include/linux/iocontext.h             |   40 +++--------
 kernel/fork.c                         |   26 -------
 9 files changed, 128 insertions(+), 158 deletions(-)

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

end of thread, other threads:[~2021-11-30 11:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 11:58 cleanup I/O context handling Christoph Hellwig
2021-11-26 11:58 ` [PATCH 01/14] RDMA/qib: rename copy_io to qib_copy_io Christoph Hellwig
2021-11-26 11:58 ` [PATCH 02/14] fork: move copy_io to block/blk-ioc.c Christoph Hellwig
2021-11-26 11:58 ` [PATCH 03/14] bfq: simplify bfq_bic_lookup Christoph Hellwig
2021-11-26 11:58 ` [PATCH 04/14] bfq: use bfq_bic_lookup in bfq_limit_depth Christoph Hellwig
2021-11-29 16:09   ` Jan Kara
2021-11-30  6:39     ` Christoph Hellwig
2021-11-30 10:26       ` Jan Kara
2021-11-26 11:58 ` [PATCH 05/14] Revert "block: Provide blk_mq_sched_get_icq()" Christoph Hellwig
2021-11-26 11:58 ` [PATCH 06/14] block: mark put_io_context_active static Christoph Hellwig
2021-11-26 11:58 ` [PATCH 07/14] block: move blk_mq_sched_assign_ioc to blk-ioc.c Christoph Hellwig
2021-11-26 11:58 ` [PATCH 08/14] block: move the remaining elv.icq handling to the I/O scheduler Christoph Hellwig
2021-11-26 11:58 ` [PATCH 09/14] block: remove get_io_context_active Christoph Hellwig
2021-11-26 11:58 ` [PATCH 10/14] block: factor out a alloc_io_context helper Christoph Hellwig
2021-11-26 11:58 ` [PATCH 11/14] block: use alloc_io_context in __copy_io Christoph Hellwig
2021-11-26 11:58 ` [PATCH 12/14] block: return the io_context from create_task_io_context Christoph Hellwig
2021-11-26 11:58 ` [PATCH 13/14] block: simplify ioc_create_icq Christoph Hellwig
2021-11-26 11:58 ` [PATCH 14/14] block: simplify ioc_lookup_icq Christoph Hellwig
2021-11-27 13:40 ` cleanup I/O context handling Jens Axboe
2021-11-30 11:09   ` Jan Kara

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.