From: Christoph Hellwig <hch@infradead.org>
To: Yu Kuai <yukuai1@huaweicloud.com>
Cc: hch@infradead.org, colyli@kernel.org, hare@suse.de,
dlemoal@kernel.org, tieren@fnnas.com, bvanassche@acm.org,
axboe@kernel.dk, tj@kernel.org, josef@toxicpanda.com,
song@kernel.org, yukuai3@huawei.com, satyat@google.com,
ebiggers@google.com, kmo@daterainc.com,
akpm@linux-foundation.org, neil@brown.name,
linux-block@vger.kernel.org, linux-kernel@vger.kernel.org,
cgroups@vger.kernel.org, linux-raid@vger.kernel.org,
yi.zhang@huawei.com, yangerkun@huawei.com,
johnny.chenyi@huawei.com
Subject: Re: [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
Date: Tue, 9 Sep 2025 01:16:10 -0700 [thread overview]
Message-ID: <aL_iSrvx2WC6rauE@infradead.org> (raw)
In-Reply-To: <20250905070643.2533483-15-yukuai1@huaweicloud.com>
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
next prev parent reply other threads:[~2025-09-09 8:16 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-05 7:06 [PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split Yu Kuai
2025-09-05 7:06 ` [PATCH for-6.18/block 01/16] block: cleanup bio_issue Yu Kuai
2025-09-05 7:06 ` [PATCH for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio() Yu Kuai
2025-09-06 15:27 ` kernel test robot
2025-09-07 7:57 ` Yu Kuai
2025-09-08 1:32 ` Yu Kuai
2025-09-09 8:11 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME Yu Kuai
2025-09-09 8:12 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 04/16] md: fix mssing blktrace bio split events Yu Kuai
2025-09-05 20:44 ` Bart Van Assche
2025-09-09 8:12 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 05/16] blk-crypto: fix missing " Yu Kuai
2025-09-05 20:45 ` Bart Van Assche
2025-09-09 8:13 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset() Yu Kuai
2025-09-05 20:47 ` Bart Van Assche
2025-09-09 8:13 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset() Yu Kuai
2025-09-05 20:49 ` Bart Van Assche
2025-09-06 0:38 ` Damien Le Moal
2025-09-05 7:06 ` [PATCH for-6.18/block 08/16] md/raid1: convert " Yu Kuai
2025-09-09 8:13 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned Yu Kuai
2025-09-09 8:14 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset() Yu Kuai
2025-09-09 8:14 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 11/16] md/raid5: convert " Yu Kuai
2025-09-09 8:14 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 12/16] md/md-linear: " Yu Kuai
2025-09-09 8:15 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 13/16] blk-crypto: " Yu Kuai
2025-09-05 20:50 ` Bart Van Assche
2025-09-06 2:42 ` Yu Kuai
2025-09-09 8:15 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio Yu Kuai
2025-09-09 8:16 ` Christoph Hellwig [this message]
2025-09-05 7:06 ` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split Yu Kuai
2025-09-05 20:51 ` Bart Van Assche
2025-09-09 8:16 ` Christoph Hellwig
2025-09-05 7:06 ` [PATCH for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset() Yu Kuai
2025-09-09 8:17 ` Christoph Hellwig
2025-09-09 15:28 ` [PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split Jens Axboe
2025-09-09 17:16 ` Yu Kuai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aL_iSrvx2WC6rauE@infradead.org \
--to=hch@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=bvanassche@acm.org \
--cc=cgroups@vger.kernel.org \
--cc=colyli@kernel.org \
--cc=dlemoal@kernel.org \
--cc=ebiggers@google.com \
--cc=hare@suse.de \
--cc=johnny.chenyi@huawei.com \
--cc=josef@toxicpanda.com \
--cc=kmo@daterainc.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neil@brown.name \
--cc=satyat@google.com \
--cc=song@kernel.org \
--cc=tieren@fnnas.com \
--cc=tj@kernel.org \
--cc=yangerkun@huawei.com \
--cc=yi.zhang@huawei.com \
--cc=yukuai1@huaweicloud.com \
--cc=yukuai3@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.