public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-05 21:50:05 to 2022-12-09 12:38:27 UTC [more...]

[PATCH v1 2/3] Treewide: Stop corrupting socket's task_frag
 2022-12-09 12:37 UTC  (2+ messages)

[PATCH 0/7] scsi target task management fixes
 2022-12-09 12:32 UTC  (11+ messages)
` [PATCH 1/7] scsi: target: Move sess cmd counter to new struct
` [PATCH 2/7] scsi: target: Move cmd counter allocation
` [PATCH 3/7] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH 4/7] scsi: target: iscsit: Alloc per conn cmd counter
` [PATCH 5/7] scsi: target: iscsit/isert: stop/wait on cmds during conn close
` [PATCH 6/7] scsi: target: drop tas arg from __transport_wait_for_tasks
` [PATCH 7/7] scsi: target: Fix multiple LUN_RESET handling

[PATCH v2 00/15] scsi: Add struct for args to execution functions
 2022-12-09 10:40 UTC  (31+ messages)
` [PATCH v2 01/15] "
` [PATCH v2 02/15] scsi: libata: Convert to scsi_execute_args
` [PATCH v2 03/15] hwmon: drivetemp: Convert to scsi_execute_cmd
` [PATCH v2 04/15] scsi: ch: Convert to scsi_execute_args
` [PATCH v2 05/15] scsi: scsi_dh: "
` [PATCH v2 06/15] scsi: core: Convert to scsi_execute_args/cmd
` [PATCH v2 07/15] scsi: spi: Convert to scsi_execute_args
` [PATCH v2 08/15] scsi: sd: "
` [PATCH v2 09/15] scsi: zbc: "
` [PATCH v2 10/15] scsi: ses: "
` [PATCH v2 11/15] scsi: sr: Convert to scsi_execute_args/cmd
` [PATCH v2 12/15] scsi: virtio_scsi: Convert to scsi_execute_cmd
` [PATCH v2 13/15] scsi: target_core_pscsi: "
` [PATCH v2 14/15] scsi: cxlflash: Convert to scsi_execute_args/cmd
` [PATCH v2 15/15] scsi: Remove scsi_execute_req/scsi_execute functions

[PATCH v3 1/1] scsi: ufs: core: fix device management cmd timeout flow
 2022-12-09 10:13 UTC 

[PATCH] scsi: remove left-over due to now gone pktcdvd shortcomings
 2022-12-09  8:41 UTC 

[PATCH] scsi: iscsi_tcp: Fix UAF when access shost attr during session logout
 2022-12-09  8:22 UTC 

[PATCH v3 0/2] Add support for Unisoc UFS host controller
 2022-12-09  6:22 UTC  (5+ messages)
` [PATCH v3 2/2] scsi: ufs-unisoc: "

[PATCH 00/25] Add Command Duration Limits support
 2022-12-09  3:31 UTC  (33+ messages)
` [PATCH 01/25] ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
` [PATCH 02/25] ata: libata: move NCQ related ATA_DFLAGs
` [PATCH 03/25] ata: libata: simplify qc_fill_rtf port operation interface
` [PATCH 04/25] ata: libata: fix broken NCQ command status handling
` [PATCH 05/25] ata: libata: respect successfully completed commands during errors
` [PATCH 06/25] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH 07/25] ata: libata: allow ata_eh_request_sense() "
` [PATCH 08/25] ata: libata-scsi: do not overwrite SCSI ML and status bytes
` [PATCH 09/25] ata: libata-scsi: improve ata_scsiop_maint_in()
` [PATCH 10/25] scsi: core: allow libata to complete successful commands via EH
` [PATCH 11/25] scsi: move get_scsi_ml_byte() to scsi_priv.h
` [PATCH 12/25] scsi: support retrieving sub-pages of mode pages
` [PATCH 13/25] scsi: support service action in scsi_report_opcode()
` [PATCH 14/25] block: introduce duration-limits priority class
` [PATCH 15/25] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH 16/25] ata: libata: detect support for command duration limits
` [PATCH 17/25] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH 18/25] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH 19/25] ata: libata: add ATA feature control sub-page translation
` [PATCH 20/25] ata: libata: set read/write commands CDL index
` [PATCH 21/25] scsi: sd: detect support for command duration limits
` [PATCH 22/25] scsi: sd: set read/write commands CDL index
` [PATCH 23/25] scsi: sd: handle read/write CDL timeout failures
` [PATCH 24/25] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH 25/25] Documentation: sysfs-block-device: document command duration limits

[PATCH v7] scsi:iscsi: Fix multiple iscsi session unbind event sent to userspace
 2022-12-09  2:23 UTC  (3+ messages)

[PATCH v5 0/3] Prepare for upstreaming Pixel 6 and 7 UFS support
 2022-12-08 23:43 UTC  (4+ messages)
` [PATCH v5 1/3] scsi: ufs: Reduce the clock scaling latency
` [PATCH v5 2/3] scsi: ufs: Pass the clock scaling timeout as an argument
` [PATCH v5 3/3] scsi: ufs: Allow UFS host drivers to override the sg entry size

[PATCH v11 00/16] Add Multi Circular Queue Support
 2022-12-08 23:18 UTC  (17+ messages)
` [PATCH v11 01/16] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v11 02/16] ufs: core: Probe for ext_iid support
` [PATCH v11 03/16] ufs: core: Introduce Multi-circular queue capability
` [PATCH v11 04/16] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v11 05/16] ufs: core: mcq: Add support to allocate multiple queues
` [PATCH v11 06/16] ufs: core: mcq: Configure resource regions
` [PATCH v11 07/16] ufs: core: mcq: Calculate queue depth
` [PATCH v11 08/16] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v11 09/16] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v11 10/16] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v11 11/16] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v11 12/16] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v11 13/16] ufs: core: Prepare for completion in mcq
` [PATCH v11 14/16] ufs: mcq: Add completion support of a cqe
` [PATCH v11 15/16] ufs: core: mcq: Add completion support in poll
` [PATCH v11 16/16] ufs: core: mcq: Enable Multi Circular Queue

[PATCH] scsi: mpi3mr: refer CONFIG_SCSI_MPI3MR in makefile
 2022-12-08 18:03 UTC  (3+ messages)

[PATCH v4 0/4] ufs: core: Always read the descriptors with max length
 2022-12-08 17:29 UTC  (15+ messages)
` [PATCH v4 1/4] ufs: core: Remove redundant wb check
` [PATCH v4 2/4] ufs: core: Remove redundant desc_size variable from hba
` [PATCH v4 3/4] ufs: core: Remove len parameter from ufshcd_set_active_icc_lvl
` [PATCH v4 4/4] ufs: core: Remove ufshcd_map_desc_id_to_length function

[PATCH 0/6] scsi: libsas: Some coding style fixes and cleanups
 2022-12-08 11:11 UTC  (18+ messages)
` [PATCH 1/6] scsi: libsas: move sas_get_ata_command_set() up to save the declaration
` [PATCH 2/6] scsi: libsas: delete wrapper function sas_discover_end_dev()
` [PATCH 4/6] scsi: libsas: remove useless dev_list delete in sas_ex_discover_end_dev()
` [PATCH 5/6] scsi: libsas: factor out sas_ata_add_dev()
` [PATCH 6/6] scsi: libsas: factor out sas_ex_add_dev()

[PATCH] scsi: core: Add a helper for retry scsi cmnd
 2022-12-08  9:03 UTC 

[PATCH] scsi: be2iscsi: Convert to use sysfs_emit_at() API
 2022-12-08  8:21 UTC 

[PATCH] scsi: aacraid: Convert to use sysfs_emit_at() API
 2022-12-08  8:20 UTC 

[PATCH v6] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-08  8:02 UTC  (2+ messages)

[PATCH v5] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-08  7:03 UTC  (4+ messages)

[PATCH v4] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-08  3:01 UTC  (6+ messages)

[PATCH v10 00/16] Add Multi Circular Queue Support
 2022-12-07 20:46 UTC  (17+ messages)
` [PATCH v10 01/16] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v10 02/16] ufs: core: Probe for ext_iid support
` [PATCH v10 03/16] ufs: core: Introduce Multi-circular queue capability
` [PATCH v10 04/16] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v10 05/16] ufs: core: mcq: Add support to allocate multiple queues
` [PATCH v10 06/16] ufs: core: mcq: Configure resource regions
` [PATCH v10 07/16] ufs: core: mcq: Calculate queue depth
` [PATCH v10 08/16] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v10 09/16] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v10 10/16] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v10 11/16] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v10 12/16] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v10 13/16] ufs: core: Prepare for completion in mcq
` [PATCH v10 14/16] ufs: mcq: Add completion support of a cqe
` [PATCH v10 15/16] ufs: core: mcq: Add completion support in poll
` [PATCH v10 16/16] ufs: core: mcq: Enable Multi Circular Queue

[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-07 20:28 UTC  (18+ messages)

[PATCH] tcm_loop: Increase maximum request size
 2022-12-07 18:35 UTC  (4+ messages)

[PATCH v2 1/1] scsi: ufs: core: fix device management cmd timeout flow
 2022-12-07  9:24 UTC  (3+ messages)

[PATCH v3 4/9] scsi: lpfc: Change to use pci_aer_clear_uncorrect_error_status()
 2022-12-06 22:13 UTC  (2+ messages)

[PATCH v3 8/9] PCI/ERR: Clear fatal error status when pci_channel_io_frozen
 2022-12-06 21:42 UTC  (2+ messages)

[PATCH v3 3/9] NTB: Remove pci_aer_clear_nonfatal_status() call
 2022-12-06 21:41 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: qcom: sc8280xp: fix UFS DMA coherency
 2022-12-06 18:18 UTC  (17+ messages)
` [PATCH 1/2] dt-bindings: ufs: qcom: allow 'dma-coherent' property
` (subset) [PATCH 0/2] arm64: dts: qcom: sc8280xp: fix UFS DMA coherency

[PATCH v2] scsi_error: do not queue pointless abort workqueue functions
 2022-12-06 17:07 UTC  (2+ messages)

[PATCH v4 00/23] ufs: qcom: Add HS-G4 support
 2022-12-06  7:16 UTC  (23+ messages)
` [PATCH v4 02/23] phy: qcom-qmp-ufs: Rename MSM8996 PHY definitions
` [PATCH v4 03/23] phy: qcom-qmp-ufs: Move register settings to qmp_phy_cfg_tbls struct
` [PATCH v4 04/23] phy: qcom-qmp-ufs: Add support for configuring PHY in HS Series B mode
` [PATCH v4 07/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8150 SoC
` [PATCH v4 08/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8250 SoC
` [PATCH v4 09/23] phy: qcom-qmp-ufs: Avoid setting HS G3 specific registers
` [PATCH v4 10/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8350 SoC
` [PATCH v4 11/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SM8450 SoC
` [PATCH v4 12/23] phy: qcom-qmp-ufs: Add HS G4 mode support to SC8280XP SoC
` [PATCH v4 13/23] scsi: ufs: ufs-qcom: Remove un-necessary goto statements

[PATCH v2 2/2] scsi: aacraid: Remove references to Series-9 (only)
 2022-12-06  5:59 UTC  (13+ messages)
` [PATCH v3 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load

[PATCH v3] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-06  3:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox