From: Chaitanya Kulkarni <chaitanyak@nvidia.com>
To: Niklas Cassel <niklas.cassel@wdc.com>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>
Cc: Hannes Reinecke <hare@suse.de>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>
Subject: Re: [PATCH 00/25] Add Command Duration Limits support
Date: Thu, 8 Dec 2022 18:18:13 +0000 [thread overview]
Message-ID: <daff011b-6aeb-e6ba-c71b-8b0ff9a21ef7@nvidia.com> (raw)
In-Reply-To: <20221208105947.2399894-1-niklas.cassel@wdc.com>
> Kind regards,
> Niklas & Damien
>
> Damien Le Moal (14):
> ata: libata: simplify qc_fill_rtf port operation interface
> ata: libata-scsi: improve ata_scsiop_maint_in()
> scsi: support retrieving sub-pages of mode pages
> scsi: support service action in scsi_report_opcode()
> block: introduce duration-limits priority class
> block: introduce BLK_STS_DURATION_LIMIT
> ata: libata: detect support for command duration limits
> ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
> ata: libata-scsi: add support for CDL pages mode sense
> ata: libata: add ATA feature control sub-page translation
> ata: libata: set read/write commands CDL index
> scsi: sd: detect support for command duration limits
> scsi: sd: set read/write commands CDL index
> Documentation: sysfs-block-device: document command duration limits
>
> Niklas Cassel (11):
> ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
> ata: libata: move NCQ related ATA_DFLAGs
> ata: libata: fix broken NCQ command status handling
> ata: libata: respect successfully completed commands during errors
> ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
> ata: libata: allow ata_eh_request_sense() to not set CHECK_CONDITION
> ata: libata-scsi: do not overwrite SCSI ML and status bytes
> scsi: core: allow libata to complete successful commands via EH
> scsi: move get_scsi_ml_byte() to scsi_priv.h
> scsi: sd: handle read/write CDL timeout failures
> ata: libata: handle completion of CDL commands using policy 0xD
>
Out of 25 patches linux-block mailing list only got 3,
was this on purpose ? see this and [1] :-
https://marc.info/?l=linux-block&w=2&r=1&s=Command+Duration+limit&q=b
-ck
[1]
7. 2022-12-08 [1] [PATCH 1/4] sbitmap: remove unnecessary
calculation o linux-blo Kemeng Shi
8. 2022-12-08 [1] [PATCH 0/4] A few cleanup patches for sbitmap
linux-blo Kemeng Shi
9. 2022-12-08 [1] [PATCH 2/4] sbitmap: remove redundant check in
__sbit linux-blo Kemeng Shi
10. 2022-12-08 [1] [PATCH 3/4] sbitmap: rewrite
sbitmap_find_bit_in_inde linux-blo Kemeng Shi
11. 2022-12-08 [1] [PATCH 4/4] sbitmap: add sbitmap_find_bit to
remove r linux-blo Kemeng Shi
12. 2022-12-08 [3] Re: [PATCH 3/9] bfq: Split shared queues on move
betw linux-blo Yu Kuai
* 13. 2022-12-08 [1] [PATCH 15/25] block: introduce
BLK_STS_DURATION_LIMIT linux-blo Niklas Cassel*
* 14. 2022-12-08 [1] [PATCH 14/25] block: introduce duration-limits
priori linux-blo Niklas Cassel*
* 15. 2022-12-08 [1] [PATCH 00/25] Add Command Duration Limits support
linux-blo Niklas Cassel*
16. 2022-12-08 [1] [PATCH V9 8/8] block, bfq: balance I/O injection
amon linux-blo Paolo Valente
17. 2022-12-08 [1] [PATCH V9 7/8] block, bfq: inject I/O to
underutilize linux-blo Paolo Valente
18. 2022-12-08 [1] [PATCH V9 6/8] block, bfq: retrieve independent
acces linux-blo Paolo Valente
next prev parent reply other threads:[~2022-12-08 18:18 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-08 10:59 [PATCH 00/25] Add Command Duration Limits support Niklas Cassel
2022-12-08 10:59 ` [PATCH 01/25] ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH Niklas Cassel
2022-12-21 11:47 ` John Garry
2022-12-08 10:59 ` [PATCH 02/25] ata: libata: move NCQ related ATA_DFLAGs Niklas Cassel
2022-12-08 10:59 ` [PATCH 03/25] ata: libata: simplify qc_fill_rtf port operation interface Niklas Cassel
2022-12-21 11:48 ` John Garry
2022-12-08 10:59 ` [PATCH 04/25] ata: libata: fix broken NCQ command status handling Niklas Cassel
2022-12-08 10:59 ` [PATCH 05/25] ata: libata: respect successfully completed commands during errors Niklas Cassel
2022-12-08 10:59 ` [PATCH 06/25] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION Niklas Cassel
2022-12-08 10:59 ` [PATCH 07/25] ata: libata: allow ata_eh_request_sense() " Niklas Cassel
2022-12-08 10:59 ` [PATCH 08/25] ata: libata-scsi: do not overwrite SCSI ML and status bytes Niklas Cassel
2022-12-08 10:59 ` [PATCH 09/25] ata: libata-scsi: improve ata_scsiop_maint_in() Niklas Cassel
2022-12-08 10:59 ` [PATCH 10/25] scsi: core: allow libata to complete successful commands via EH Niklas Cassel
2022-12-08 10:59 ` [PATCH 11/25] scsi: move get_scsi_ml_byte() to scsi_priv.h Niklas Cassel
2022-12-08 23:58 ` Mike Christie
2022-12-28 20:41 ` Niklas Cassel
2022-12-29 18:55 ` Mike Christie
2022-12-29 20:19 ` Niklas Cassel
2022-12-08 10:59 ` [PATCH 12/25] scsi: support retrieving sub-pages of mode pages Niklas Cassel
2022-12-08 10:59 ` [PATCH 13/25] scsi: support service action in scsi_report_opcode() Niklas Cassel
2022-12-08 10:59 ` [PATCH 14/25] block: introduce duration-limits priority class Niklas Cassel
2022-12-08 10:59 ` [PATCH 15/25] block: introduce BLK_STS_DURATION_LIMIT Niklas Cassel
2022-12-08 10:59 ` [PATCH 16/25] ata: libata: detect support for command duration limits Niklas Cassel
2022-12-08 10:59 ` [PATCH 17/25] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in() Niklas Cassel
2022-12-08 10:59 ` [PATCH 18/25] ata: libata-scsi: add support for CDL pages mode sense Niklas Cassel
2022-12-08 10:59 ` [PATCH 19/25] ata: libata: add ATA feature control sub-page translation Niklas Cassel
2022-12-08 10:59 ` [PATCH 20/25] ata: libata: set read/write commands CDL index Niklas Cassel
2022-12-08 10:59 ` [PATCH 21/25] scsi: sd: detect support for command duration limits Niklas Cassel
2022-12-08 10:59 ` [PATCH 22/25] scsi: sd: set read/write commands CDL index Niklas Cassel
2022-12-08 10:59 ` [PATCH 23/25] scsi: sd: handle read/write CDL timeout failures Niklas Cassel
2022-12-09 0:13 ` Mike Christie
2022-12-09 0:26 ` Damien Le Moal
2022-12-08 10:59 ` [PATCH 24/25] ata: libata: handle completion of CDL commands using policy 0xD Niklas Cassel
2022-12-08 10:59 ` [PATCH 25/25] Documentation: sysfs-block-device: document command duration limits Niklas Cassel
2022-12-09 3:22 ` Bagas Sanjaya
2022-12-09 3:31 ` Damien Le Moal
2022-12-08 18:18 ` Chaitanya Kulkarni [this message]
2022-12-09 0:29 ` [PATCH 00/25] Add Command Duration Limits support Damien Le Moal
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=daff011b-6aeb-e6ba-c71b-8b0ff9a21ef7@nvidia.com \
--to=chaitanyak@nvidia.com \
--cc=damien.lemoal@opensource.wdc.com \
--cc=hare@suse.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=niklas.cassel@wdc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox