public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-07 13:23:55 to 2022-10-18 08:13:34 UTC [more...]

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

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

[PATCH v2 01/17] ufs: core: Probe for ext_iid support
 2022-10-18  5:29 UTC  (17+ 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 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  (4+ 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] scsi: fix crash in scsi_remove_host after alloc failure
 2022-10-17 17:11 UTC 

[PATCH v2 0/2] Changes for ufshcd.c
 2022-10-17 16:56 UTC  (14+ 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 v2 0/5] scsi: target: make RTPI an TPG identifier
 2022-10-17  7:42 UTC  (9+ 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

[v2,PATCH 0/3] Make target send correct io limits
 2022-10-17  6:06 UTC  (7+ 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 0/5] fetch sense data for ATA devices supporting sense reporting
 2022-10-17  2:39 UTC  (2+ messages)

[PATCH v4 00/36] Allow scsi_execute users to control retries
 2022-10-16 19:59 UTC  (37+ 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] 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  (12+ messages)

Update mvsas source code to support Marvell SAS 12Gb/s chipset(88SE1485/88SE1495/88SE1475)
 2022-10-13 14:49 UTC 

[PATCH 4.19] scsi: sd: Fix 'sdkp' in sd_first_printk
 2022-10-13  8:37 UTC  (10+ messages)

Do we still need the scsi IPR driver ?
 2022-10-13  3:36 UTC  (8+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (5+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[PATCH AUTOSEL 5.4 04/27] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:24 UTC 

[PATCH AUTOSEL 5.19 09/63] scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
 2022-10-13  0:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.19 11/63] scsi: 3w-9xxx: Avoid disabling device if failing to enable it

[PATCH AUTOSEL 5.10 07/33] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:23 UTC 

[PATCH AUTOSEL 4.9 02/10] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:27 UTC 

[PATCH AUTOSEL 4.14 02/13] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:27 UTC 

[PATCH AUTOSEL 4.19 02/19] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:26 UTC 

[PATCH AUTOSEL 5.15 08/47] scsi: 3w-9xxx: Avoid disabling device if failing to enable it
 2022-10-13  0:20 UTC 

[PATCH AUTOSEL 6.0 09/67] scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
 2022-10-13  0:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 11/67] scsi: 3w-9xxx: Avoid disabling device if failing to enable it

Errors with Sun StorageTek STK RAID INT (Adaptec ASR-5805) with EL 8.6 driver?
 2022-10-12 20:29 UTC  (2+ messages)

Errors with Sun StorageTek STK RAID INT (Adaptec ASR-5805) with EL 8.6 driver?
 2022-10-12 17:11 UTC 

[PATCH] tcm_loop: Increase maximum request size
 2022-10-12 16:32 UTC  (4+ messages)

[PATCH] scsi: ufs: core: Let delay value after LPM can be modified by vendor
 2022-10-12  9:09 UTC 

Errors with Sun StorageTek STK RAID INT (Adaptec ASR-5805) with EL 8.6 driver?
 2022-10-12  1:51 UTC 

Benutzer-Kontoinformationen für Дарим Вам электронный билет ГосЛото. Испытайте удачу! Заберите ваш билет: https://tinyurl.com/2kwjc6vm bei Ihre Metzgerei in Ratingen Frank Bensberg Metzger in Ratingen
 2022-10-11 17:19 UTC 

[PATCH 2/2] ufs: core: remove encrypt when no data transfer
 2022-10-11 16:57 UTC  (2+ messages)

[PATCH] scsi: vmw_pvscsi: Fix an error handling path in pvscsi_probe()
 2022-10-10 20:32 UTC  (3+ messages)

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

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-10  7:55 UTC  (11+ messages)
` [RFC PATCH 01/21] "

[PATCH] scsi: pm80xx: Remove unused reset_in_progress flag logic
 2022-10-10  5:18 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Display proc_name in sysfs
 2022-10-10  5:15 UTC  (2+ messages)

[PATCH v1 0/2] changes for ufshcd.c
 2022-10-09 20:18 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs: core: Remove unnecessary if statement
` [PATCH v1 2/2] scsi: ufs: core: Cleanup ufshcd_slave_alloc()

[PATCH] scsi: qedf: Remove set but unused variable 'page'
 2022-10-09  6:02 UTC 

[PATCH linux-next] scsi: ipr: replace !strcmp with sysfs_streq
 2022-10-08  9:15 UTC 

[PATCH linux-next] scsi: myrb: replace !strcmp with sysfs_streq
 2022-10-08  8:49 UTC 

[GIT PULL v2] first round of SCSI updates for the 6.0+ merge window
 2022-10-07 19:38 UTC  (2+ messages)

[GIT PULL] first round of SCSI updates for the 6.0+ merge window
 2022-10-07 19:20 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