linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* move all struct request releated code out of blk-core.c (rebased)
@ 2021-11-17  6:13 Christoph Hellwig
  2021-11-17  6:13 ` [PATCH 01/11] block: move blk_rq_err_bytes to scsi Christoph Hellwig
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Christoph Hellwig @ 2021-11-17  6:13 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Martin K. Petersen, Miquel Raynal, Richard Weinberger,
	Vignesh Raghavendra, linux-block, linux-scsi, linux-mtd

Hi Jens,

this series (against the for-5.16/passthrough-flag branch) removes the
remaining struct request related code from blk-core.c and cleans up a
few related bits around that.

Diffstat:
 b/block/Makefile            |    2 
 b/block/blk-core.c          |  341 --------------------------
 b/block/blk-mq.c            |  573 ++++++++++++++++++++++++++++++++++++--------
 b/block/blk-mq.h            |    3 
 b/block/blk.h               |   33 --
 b/drivers/mtd/mtd_blkdevs.c |   10 
 b/drivers/mtd/ubi/block.c   |    6 
 b/drivers/scsi/scsi_lib.c   |   42 +++
 b/include/linux/blk-mq.h    |   13 
 block/blk-exec.c            |  116 --------
 10 files changed, 552 insertions(+), 587 deletions(-)

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

end of thread, other threads:[~2021-11-18 15:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  6:13 move all struct request releated code out of blk-core.c (rebased) Christoph Hellwig
2021-11-17  6:13 ` [PATCH 01/11] block: move blk_rq_err_bytes to scsi Christoph Hellwig
2021-11-17  6:13 ` [PATCH 02/11] block: remove rq_flush_dcache_pages Christoph Hellwig
2021-11-17  6:13 ` [PATCH 03/11] block: remove blk-exec.c Christoph Hellwig
2021-11-17  6:13 ` [PATCH 04/11] blk-mq: move blk_mq_flush_plug_list Christoph Hellwig
2021-11-17  6:13 ` [PATCH 05/11] block: move request based cloning helpers to blk-mq.c Christoph Hellwig
2021-11-17  6:13 ` [PATCH 06/11] block: move blk_rq_init " Christoph Hellwig
2021-11-17  6:14 ` [PATCH 07/11] block: move blk_steal_bios " Christoph Hellwig
2021-11-17  6:14 ` [PATCH 08/11] block: move blk_account_io_{start,done} " Christoph Hellwig
2021-11-17  6:14 ` [PATCH 09/11] block: move blk_dump_rq_flags " Christoph Hellwig
2021-11-17  6:14 ` [PATCH 10/11] block: move blk_print_req_error " Christoph Hellwig
2021-11-18  8:35   ` Chaitanya Kulkarni
2021-11-17  6:14 ` [PATCH 11/11] block: don't include blk-mq headers in blk-core.c Christoph Hellwig
2021-11-17 12:25 ` move all struct request releated code out of blk-core.c (rebased) Johannes Thumshirn
2021-11-18 15:24 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).