From: sw.prabhu6@gmail.com
To: James.Bottomley@HansenPartnership.com,
martin.petersen@oracle.com, linux-scsi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, mcgrof@kernel.org,
pankaj.raghav@linux.dev, bvanassche@acm.org, dlemoal@kernel.org,
Swarna Prabhu <sw.prabhu6@gmail.com>
Subject: [PATCH v4 0/2] enable sector size > PAGE_SIZE for scsi
Date: Wed, 18 Feb 2026 20:37:40 -0800 [thread overview]
Message-ID: <20260219043741.276729-1-sw.prabhu6@gmail.com> (raw)
From: Swarna Prabhu <sw.prabhu6@gmail.com>
Hi All,
This is v4 series sent based on the review comments received on v3 [1].
This patchset enables sector sizes > PAGE_SIZE for
sd driver and scsi_debug driver since block layer can support block
size > PAGE_SIZE. There was one issue with write_same16 and write_same10
command, which is fixed as a part of the series.
Changes since v2:
- Added reviewed by tag for scsi sd driver and scsi_debug patch.
- Modified the helper function name used for safe creation and destruction
of the large page mempool.
- No functional changes.
Thanks to Damien for review.
Testing:
Testing results are same as v3 since no functional changes introduced in v4.
Link to v3: https://lore.kernel.org/all/20260214011829.508272-1-sw.prabhu6@gmail.com/ [1]
Swarna Prabhu (2):
scsi: sd: enable sector size > PAGE_SIZE in scsi sd driver
scsi: scsi_debug: enable sdebug_sector_size > PAGE_SIZE
drivers/scsi/scsi_debug.c | 8 +---
drivers/scsi/sd.c | 80 +++++++++++++++++++++++++++++++++------
2 files changed, 69 insertions(+), 19 deletions(-)
--
2.39.5
next reply other threads:[~2026-02-19 4:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 4:37 sw.prabhu6 [this message]
2026-02-19 4:37 ` [PATCH 1/2] scsi: sd: enable sector size > PAGE_SIZE in scsi sd driver sw.prabhu6
2026-03-01 1:49 ` Martin K. Petersen
2026-02-19 4:37 ` [PATCH 2/2] scsi: scsi_debug: enable sdebug_sector_size > PAGE_SIZE sw.prabhu6
2026-02-27 8:35 ` John Garry
2026-03-02 12:27 ` Swarna Prabhu
2026-03-02 12:37 ` John Garry
2026-02-27 3:09 ` [PATCH v4 0/2] enable sector size > PAGE_SIZE for scsi Swarna Prabhu
2026-03-11 2:06 ` (subset) " Martin K. Petersen
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=20260219043741.276729-1-sw.prabhu6@gmail.com \
--to=sw.prabhu6@gmail.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=bvanassche@acm.org \
--cc=dlemoal@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=mcgrof@kernel.org \
--cc=pankaj.raghav@linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox