linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-06 11:35:42 to 2023-04-12 00:59:37 UTC [more...]

[PATCH v6 00/19] Add Command Duration Limits support
 2023-04-12  0:59 UTC  (42+ messages)
` [PATCH v6 01/19] ioprio: cleanup interface definition
` [PATCH v6 02/19] block: introduce ioprio hints
` [PATCH v6 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v6 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v6 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v6 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v6 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v6 08/19] scsi: detect support for command duration limits
` [PATCH v6 09/19] scsi: allow enabling and disabling "
` [PATCH v6 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v6 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v6 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v6 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v6 14/19] ata: libata: detect support for command duration limits
` [PATCH v6 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v6 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v6 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v6 18/19] ata: libata: set read/write commands CDL index
` [PATCH v6 19/19] ata: libata: handle completion of CDL commands using policy 0xD

[PATCH] scsi: pm80xx: Log device registration
 2023-04-11 23:06 UTC 

[PATCH] scsi: lpfc: silence an incorrect device output
 2023-04-11 21:31 UTC  (2+ messages)

[PATCH] scsi: ufs: Increase the START STOP UNIT timeout from 1 s to 10 s
 2023-04-11 18:31 UTC  (4+ messages)

[RFC PATCH 4/9] iscsi: make all iSCSI netlink multicast namespace aware
 2023-04-11 18:19 UTC  (8+ messages)
` [PATCH 10/11] iscsi: make session and connection lists per-net
` [PATCH 11/11] iscsi: force destroy sesions when a network namespace exits

[RFC 0/9] Make iscsid-kernel communications namespace-aware
 2023-04-11 18:03 UTC  (6+ messages)
` [RFC PATCH 5/9] iscsi: set netns for iscsi_tcp hosts

question about mpt3sas commit b424eaa1b51c
 2023-04-11 15:43 UTC  (7+ messages)
` question about mpt3sas commit fae21608c31c

[PATCH v2 0/5] arm64: qcom: sa8775p: add support for UFS
 2023-04-11 14:22 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: ufs: qcom: add compatible for sa8775p
` [PATCH v2 2/5] dt-bindings: phy: qmp-ufs: describe the UFS PHY "
` [PATCH v2 3/5] phy: qualcomm: phy-qcom-qmp-ufs: add definitions "
` [PATCH v2 4/5] arm64: dts: qcom: sa8775p: add UFS nodes
` [PATCH v2 5/5] arm64: dts: qcom: sa8775p-ride: enable UFS

[PATCH v1 0/5] ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode
 2023-04-11 13:14 UTC  (3+ messages)
` [PATCH v1 1/5] ufs: mcq: Add supporting functions for mcq abort

[PATCH v3 0/5] arm64: qcom: sa8775p: add support for UFS
 2023-04-11 13:04 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: ufs: qcom: add compatible for sa8775p
` [PATCH v3 2/5] dt-bindings: phy: qmp-ufs: describe the UFS PHY "
` [PATCH v3 3/5] phy: qualcomm: phy-qcom-qmp-ufs: add definitions "
` [PATCH v3 4/5] arm64: dts: qcom: sa8775p: add UFS nodes
` [PATCH v3 5/5] arm64: dts: qcom: sa8775p-ride: enable UFS

[PATCH] scsi: Spelling s/semahpore/semaphore/
 2023-04-11 10:18 UTC 

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-04-11  7:40 UTC  (9+ messages)
` [PATCH v7 1/3] dt-bindings: ufs: qcom: Add ICE phandle
` [PATCH v7 2/3] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v7 3/3] mmc: sdhci-msm: "

[PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-11  7:33 UTC  (49+ messages)
` [PATCH v6 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v6 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v6 03/18] scsi: Rename sd_pr_command
` [PATCH v6 04/18] scsi: Move sd_pr_type to scsi_common
` [PATCH v6 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v6 06/18] dm: "
` [PATCH v6 07/18] nvme: Fix reservation status related structs
` [PATCH v6 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v6 09/18] nvme: Move pr code to it's own file
` [PATCH v6 10/18] nvme: Add helper to send pr command
` [PATCH v6 11/18] nvme: Add pr_ops read_keys support
` [PATCH v6 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v6 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v6 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v6 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v6 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v6 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v6 18/18] scsi: target: Add block PR support to iblock

[PATCH] scsi: ufs: core: Use proper power management API
 2023-04-11  2:50 UTC 

[PATCH] aacraid: reply queue mapping to CPUs based of IRQ affinity
 2023-04-10 21:17 UTC  (3+ messages)

[PATCH 00/12] Sprinkle more __noreturn
 2023-04-10 20:02 UTC  (13+ messages)
` [PATCH 01/11] init: Mark [arch_call_]rest_init() __noreturn
` [PATCH 02/11] init: Mark start_kernel() __noreturn
` [PATCH 03/11] x86/head: Mark *_start_kernel() __noreturn
` [PATCH 04/11] btrfs: Mark btrfs_assertfail() __noreturn
` [PATCH 05/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
` [PATCH 06/11] cpu: Mark panic_smp_self_stop() __noreturn
` [PATCH 07/11] cpu: Mark nmi_panic_self_stop() __noreturn
` [PATCH 08/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
` [PATCH 09/11] objtool: Include weak functions in global_noreturns check
` [PATCH 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
` [PATCH 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn

[PATCH] scsi: target: cxgbit: check skb dequeue result
 2023-04-10 13:04 UTC  (5+ messages)

[PATCH] cxgbit: check skb dequeue result in cxgbit_send_tx_flowc_wr()
 2023-04-10 11:49 UTC  (2+ messages)

[PATCH] scsi: ses: Handle enclosure with just a primary component gracefully
 2023-04-09 22:38 UTC  (4+ messages)

[GIT PULL] SCSI fixes for 6.3-rc5
 2023-04-08 19:01 UTC  (2+ messages)

[PATCH] ufs: hwmon: constify pointers to hwmon_channel_info
 2023-04-07 23:06 UTC  (4+ messages)

[PATCH v6 0/6] Add dedicated Qcom ICE driver
 2023-04-07 19:23 UTC  (12+ messages)
` [PATCH v6 1/6] dt-bindings: crypto: Add Qualcomm Inline Crypto Engine
` [PATCH v6 2/6] dt-bindings: ufs: qcom: Add ICE phandle
` [PATCH v6 3/6] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
` [PATCH v6 4/6] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v6 5/6] mmc: sdhci-msm: "
` [PATCH v6 6/6] arm64: dts: qcom: sm8550: Add the Inline Crypto Engine node
` (subset) [PATCH v6 0/6] Add dedicated Qcom ICE driver

[PATCH v7 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-04-07 18:51 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/6] Add dedicated Qcom ICE driver
 2023-04-07 17:28 UTC  (9+ messages)
` [PATCH v5 3/6] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
` [PATCH v5 4/6] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v5 5/6] mmc: sdhci-msm: "

[PATCH] scsi: hisi_sas: work around build failure in suspend function
 2023-04-07  8:15 UTC  (2+ messages)

[PATCH] scsi: libsas: set tf to normal in sas_ata_device_link_abort()
 2023-04-07  3:56 UTC 

[PATCH AUTOSEL 4.14 3/7] scsi: megaraid_sas: Fix fw_crash_buffer_show()
 2023-04-06 11:34 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 4/7] scsi: core: Improve scsi_vpd_inquiry() checks

[PATCH AUTOSEL 4.19 4/8] scsi: megaraid_sas: Fix fw_crash_buffer_show()
 2023-04-06 11:33 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/8] scsi: core: Improve scsi_vpd_inquiry() checks

[PATCH AUTOSEL 5.10 4/9] scsi: megaraid_sas: Fix fw_crash_buffer_show()
 2023-04-06 11:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 5/9] scsi: core: Improve scsi_vpd_inquiry() checks

[PATCH AUTOSEL 5.4 4/9] scsi: megaraid_sas: Fix fw_crash_buffer_show()
 2023-04-06 11:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 5/9] scsi: core: Improve scsi_vpd_inquiry() checks


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).