public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-14 02:45:06 to 2022-10-19 22:06:07 UTC [more...]

[PATCH v4 00/36] Allow scsi_execute users to control retries
 2022-10-19 22:06 UTC  (39+ messages)
` [PATCH v4 01/36] scsi: Add helper to prep sense during error handling
` [PATCH v4 02/36] scsi: Allow passthrough to override what errors to retry
` [PATCH v4 03/36] scsi: Add struct for args to execution functions
` [PATCH v4 04/36] scsi: Add scsi_failure field to scsi_exec_args
` [PATCH v4 05/36] scsi: libata: Convert to scsi_exec_req
` [PATCH v4 06/36] hwmon: drivetemp: "
` [PATCH v4 07/36] scsi: ch: "
` [PATCH v4 08/36] scsi: scsi_dh: "
` [PATCH v4 09/36] scsi: core: "
` [PATCH v4 10/36] scsi: spi: "
` [PATCH v4 11/36] scsi: sd: "
` [PATCH v4 12/36] scsi: zbc: "
` [PATCH v4 13/36] scsi: ses: "
` [PATCH v4 14/36] scsi: sr: "
` [PATCH v4 15/36] scsi: virtio_scsi: "
` [PATCH v4 16/36] scsi: target_core_pscsi: "
` [PATCH v4 17/36] scsi: ufshcd: "
` [PATCH v4 18/36] scsi: cxlflash: "
` [PATCH v4 19/36] scsi: Remove scsi_execute functions
` [PATCH v4 20/36] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH v4 21/36] scsi: retry INQUIRY after timeout
` [PATCH v4 22/36] scsi: Have scsi-ml retry read_capacity_16 errors
` [PATCH v4 23/36] scsi: Have scsi-ml retry sd_spinup_disk errors
` [PATCH v4 24/36] scsi: hp_sw: Have scsi-ml retry scsi_exec_req errors
` [PATCH v4 25/36] scsi: rdac: Have scsi-ml retry send_mode_select errors
` [PATCH v4 26/36] scsi: spi: Have scsi-ml retry spi_execute errors
` [PATCH v4 27/36] scsi: sd: Have scsi-ml retry sd_sync_cache errors
` [PATCH v4 28/36] scsi: ch: Have scsi-ml retry ch_do_scsi errors
` [PATCH v4 29/36] scsi: Have scsi-ml retry scsi_mode_sense errors
` [PATCH v4 30/36] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH v4 31/36] scsi: sd: Have sd_pr_command retry UAs
` [PATCH v4 32/36] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH v4 33/36] scsi: ses: Have scsi-ml retry scsi_exec_req errors
` [PATCH v4 34/36] scsi: sr: Have scsi-ml retry get_sectorsize errors
` [PATCH v4 35/36] scsi: cxlflash: Have scsi-ml retry read_cap16 errors
` [PATCH v4 36/36] scsi: Add kunit tests for scsi_check_passthrough

[PATCH v3 00/35] Allow scsi_execute users to control retries
 2022-10-19 22:03 UTC  (5+ messages)
` [PATCH v3 02/35] scsi: Allow passthrough to override what errors to retry

[PATCH v4 00/10] Fix a deadlock in the UFS driver
 2022-10-19 21:13 UTC  (15+ messages)
` [PATCH v4 01/10] scsi: core: Fix a race between scsi_done() and scsi_timeout()
` [PATCH v4 02/10] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v4 03/10] scsi: core: Support failing requests while recovering
` [PATCH v4 04/10] scsi: ufs: Remove an outdated comment
` [PATCH v4 05/10] scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
` [PATCH v4 06/10] scsi: ufs: Reduce the START STOP UNIT timeout
` [PATCH v4 07/10] scsi: ufs: Try harder to change the power mode
` [PATCH v4 08/10] scsi: ufs: Track system suspend / resume activity
` [PATCH v4 09/10] scsi: ufs: Introduce the function ufshcd_execute_start_stop()
` [PATCH v4 10/10] scsi: ufs: Fix a deadlock between PM and the SCSI error handler

[PATCH v2 01/17] ufs: core: Probe for ext_iid support
 2022-10-19 21:06 UTC  (21+ messages)
` [PATCH v2 00/17] Add Multi Circular Queue Support
  ` [PATCH v2 05/17] ufs: core: mcq: Introduce Multi Circular Queue
  ` [PATCH v2 06/17] ufs: core: mcq: Configure resource regions
          ` Fwd: "
  ` [PATCH v2 08/17] ufs: core: mcq: Allocate memory for mcq mode
    ` RE:(2) [PATCH v2 06/17] ufs: core: mcq: Configure resource regions
      ` (2) "

[PATCH v2 2/2] scsi: aacraid: Remove references to Series-9 (only)
 2022-10-19 18:00 UTC  (6+ messages)
` [PATCH v3 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load

libata and software reset
 2022-10-19 10:34 UTC  (11+ messages)

[PATCH v2 0/5] scsi: target: make RTPI an TPG identifier
 2022-10-19 15:13 UTC  (11+ messages)
` [PATCH v2 1/5] scsi: target: core: Add RTPI field to target port
` [PATCH v2 2/5] scsi: target: core: Use RTPI from "
` [PATCH v2 3/5] scsi: target: core: Drop device-based RTPI
` [PATCH v2 4/5] scsi: target: core: Add common port attributes

[PATCH] scsi: sd: Update dix config everytime sd_revalidate_disk is called
 2022-10-19  8:18 UTC 

don't drop the queue reference in blk_mq_destroy_queue
 2022-10-19  8:19 UTC  (17+ messages)
` [PATCH 1/4] blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
` [PATCH 2/4] scsi: remove an extra queue reference
` [PATCH 3/4] nvme-pci: "
` [PATCH 4/4] nvme-apple: "

[PATCH] scsi: ufs: core: Fix typo in comments
 2022-10-19  3:45 UTC 

[PATCH v3 0/3] Changes for ufshcd.c
 2022-10-18 18:27 UTC  (8+ messages)
` [PATCH v3 1/3] scsi: ufs: core: Remove unnecessary if statement
` [PATCH v3 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
` [PATCH v3 3/3] scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes

[PATCH] scsi: fix crash in scsi_remove_host after alloc failure
 2022-10-18 16:47 UTC  (2+ messages)

[PATCH v4 0/7] scsi: libsas: Use request tag in more drivers
 2022-10-18 12:03 UTC  (10+ messages)
` [PATCH v4 1/7] scsi: libsas: Add sas_task_find_rq()
` [PATCH v4 2/7] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH v4 3/7] scsi: hisi_sas: Put reserved tags in lower region of tagset
` [PATCH v4 4/7] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH v4 5/7] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH v4 6/7] scsi: mvsas: Delete mvs_tag_init()
` [PATCH v4 7/7] scsi: mvsas: Use sas_task_find_rq() for tagging

[v2,PATCH 0/3] Make target send correct io limits
 2022-10-18 10:22 UTC  (8+ messages)
` [v2,PATCH 1/3] target: core: Send mtl in blocks
` [v2,PATCH 2/3] target: core: make hw_max_sectors store the sectors amount "
` [v2,PATCH 3/3] target: core: Change the way target_xcopy_do_work sets restiction on max io

[PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
 2022-10-18 10:10 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: simplify conditional
 2022-10-18  9:20 UTC 

[PATCH] target: Remove the unused function transport_lba_64_ext()
 2022-10-18  8:12 UTC 

[PATCH 0/4] libata: misc frozen port cleanups
 2022-10-18  4:59 UTC  (6+ messages)
` [PATCH 3/4] scsi: libsas: make use of ata_port_is_frozen() helper

[PATCH] scsi: lpfc: Fix memory leak in lpfc_create_port()
 2022-10-18  3:52 UTC  (2+ messages)

[PATCH] restrict legal sdev_state transitions via sysfs
 2022-10-18  3:52 UTC  (2+ messages)

[PATCH v6 0/8] scsi: libsas: sas address comparison refactor
 2022-10-18  3:28 UTC  (2+ messages)

[PATCH v7 0/8] Prepare for constifying SCSI host templates
 2022-10-18  3:21 UTC  (10+ messages)
` [PATCH v7 1/8] scsi: esas2r: Initialize two host template members implicitly
` [PATCH v7 2/8] scsi: esas2r: Introduce scsi_template_proc_dir()
` [PATCH v7 3/8] scsi: core: Fail host creation if creating the proc directory fails
` [PATCH v7 4/8] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v7 5/8] scsi: core: Rework scsi_single_lun_run()
` [PATCH v7 6/8] scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()
` [PATCH v7 7/8] scsi: core: Remove the put_device() call from scsi_device_get()
` [PATCH v7 8/8] scsi: core: Release SCSI devices synchronously

[PATCH v6 0/8] libsas and drivers: NCQ error handling
 2022-10-18  2:40 UTC  (16+ messages)
` [PATCH v6 1/8] scsi: libsas: Add sas_ata_device_link_abort()
` [PATCH v6 2/8] scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()
` [PATCH v6 3/8] scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hw
` [PATCH v6 4/8] scsi: hisi_sas: Modify v3 HW SATA disk error state completion processing
` [PATCH v6 5/8] scsi: pm8001: Modify task abort handling for SATA task
` [PATCH v6 6/8] scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errors
` [PATCH v6 7/8] scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() private
` [PATCH v6 8/8] scsi: libsas: Update SATA dev FIS in sas_ata_task_done()

[PATCH v2] scsi: mpi3mr: select CONFIG_SCSI_SAS_ATTRS
 2022-10-17 17:17 UTC  (2+ messages)

[PATCH v2 0/2] Changes for ufshcd.c
 2022-10-17 16:56 UTC  (11+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Remove unnecessary if statement
` [PATCH v2 2/2] scsi: ufs: core: Cleanup ufshcd_slave_alloc()

[PATCH 1/5] lpfc: Set sli4_param's cmf option to zero when CMF is turned off
 2022-10-17 16:43 UTC  (5+ messages)
` [PATCH 2/5] lpfc: Fix hard lockup when reading the rx_monitor from debugfs
` [PATCH 3/5] lpfc: Log when congestion management limits are in effect
` [PATCH 4/5] lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver info
` [PATCH 5/5] lpfc: Update lpfc version to 14.2.0.8

[PATCH] scsi: mpi3mr: add explicit dependency on CONFIG_SCSI_SAS_ATTRS
 2022-10-17 14:44 UTC  (3+ messages)

[PATCH] scsi: ufs: core: Fix typo for register name in comments
 2022-10-17 14:24 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-10-17  8:00 UTC 

[PATCH 0/5] fetch sense data for ATA devices supporting sense reporting
 2022-10-17  2:39 UTC  (2+ messages)

[PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field
 2022-10-14 21:28 UTC  (2+ messages)

[PATCH v2 0/3] Make target send correct io limits
 2022-10-14 12:00 UTC  (4+ messages)
` [PATCH v2 1/3] target: core: Send mtl in blocks
` [PATCH v2 2/3] target: core: make hw_max_sectors store the sectors amount "
` [PATCH v2 3/3] target: core: Change the way target_xcopy_do_work sets restiction on max io

PM-runtime: supplier looses track of consumer during probe
 2022-10-14 10:50 UTC 

[PATCH] ufs: core: Disable auto h8 before ssu
 2022-10-14 10:15 UTC  (7+ messages)


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