linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-14 09:15:06 to 2022-09-22 11:38:40 UTC [more...]

[REGRESSION] introduced in 5.10.140 causes drives to drop from LSI SAS controller (Bisected to 6d17a112e9a63ff6a5edffd1676b99e0ffbcd269)
 2022-09-22 11:38 UTC  (3+ messages)

[PATCH RFC 00/22] Allow scsi_execute users to control retries
 2022-09-22 10:07 UTC  (23+ messages)
` [PATCH RFC 01/22] scsi: Add helper to prep sense during error handling
` [PATCH RFC 02/22] scsi: Allow passthrough to override what errors to retry
` [PATCH RFC 03/22] scsi: Take an array of failures for passthrough
` [PATCH RFC 04/22] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH RFC 05/22] scsi: retry INQUIRY after timeout
` [PATCH RFC 06/22] scsi: Have scsi-ml retry read_capacity_16 errors
` [PATCH RFC 07/22] scsi: Have scsi-ml retry sd_spinup_disk errors
` [PATCH RFC 08/22] scsi: cxlflash: Have scsi-ml retry read_cap16 errors
` [PATCH RFC 09/22] scsi: hp_sw: Have scsi-ml retry hp_sw_start_stop errors
` [PATCH RFC 10/22] scsi: Allow passthrough to request infinite retries
` [PATCH RFC 11/22] scsi: hp_sw: Have scsi-ml retry hp_sw_tur errors
` [PATCH RFC 12/22] scsi: rdac: Have scsi-ml retry send_mode_select errors
` [PATCH RFC 13/22] scsi: spi: Have scsi-ml retry spi_execute errors
` [PATCH RFC 14/22] scsi: sd: Have scsi-ml retry sd_sync_cache errors
` [PATCH RFC 15/22] scsi: ch: Have scsi-ml retry ch_do_scsi errors
` [PATCH RFC 16/22] scsi: Have scsi-ml retry scsi_mode_sense errors
` [PATCH RFC 17/22] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH RFC 18/22] scsi: sd: Have sd_pr_command retry UAs
` [PATCH RFC 19/22] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH RFC 20/22] scsi: ses: Have scsi-ml retry ses_recv_diag errors
` [PATCH RFC 21/22] scsi: ses: Have scsi-ml retry ses_send_diag errors
` [PATCH RFC 22/22] scsi: sr: Have scsi-ml retry get_sectorsize errors

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

[PATCH 0/5] scsi: megaraid_sas: some bug fixes and cod cleanup
 2022-09-22  8:49 UTC  (3+ messages)

[PATCH] scsi: mpt3sas: add some indentation
 2022-09-22  8:14 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Modify the comment and exception return value of function _base_get_event_diag_triggers()
 2022-09-22  8:13 UTC  (2+ messages)

KASAN: use-after-free Read in sg_release
 2022-09-22  6:10 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usage
 2022-09-22  5:31 UTC  (2+ messages)

[powerpc] memcpy warning drivers/scsi/scsi_transport_fc.c:581 (next-20220921)
 2022-09-22  5:29 UTC  (3+ messages)

[PATCH 0/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
 2022-09-22  4:30 UTC  (4+ messages)
` [PATCH 1/3][next] scsi: smartpqi: Replace one-element array with flexible-array member
` [PATCH 2/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
` [PATCH 3/3][next] scsi: smartpqi: Use struct_size() helper in pqi_report_phys_luns()

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[PATCH V2] scsi: core: Add io timeout count for scsi device
 2022-09-21 14:01 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Remove redundant function definitions from ufshcd.h
 2022-09-21 13:59 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove redundant function definitions from ufshcd.h
 2022-09-21 10:51 UTC  (4+ messages)

[PATCH] scsi: ufs-bsg: Remove ufs_bsg_get_query_desc_size function
 2022-09-21  9:53 UTC  (9+ messages)

[PATCH RFC 0/6] libata/scsi/libsas: Allocate SCSI device earlier for ata port probe
 2022-09-21  9:21 UTC  (15+ messages)
` [PATCH 1/6] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
` [PATCH RFC 2/6] scsi: scsi_transport_sas: Allocate end device target id in the rphy alloc
` [PATCH RFC 3/6] scsi: core: Add scsi_get_dev()
` [PATCH RFC 4/6] ata: libata-scsi: Add ata_scsi_setup_sdev()
` [PATCH RFC 5/6] scsi: libsas: Add sas_ata_setup_device()
` [PATCH RFC 6/6] ata: libata-scsi: Allocate sdev early in port probe

[PATCH v3 0/6] libsas and drivers: NCQ error handling
 2022-09-21  8:09 UTC  (3+ messages)

[PATCH] scsi: qla2xxx: fix excluded_middle.cocci warnings
 2022-09-21  5:31 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION ef08d387bbbc20df740ced8caee0ffac835869ac
 2022-09-20 21:39 UTC 

[PATCH v1] ufs: core: bypass get rpm when err handling with pm_op_in_progress
 2022-09-20 18:25 UTC  (6+ messages)

[PATCH v5 0/7] Prepare for constifying SCSI host templates
 2022-09-20 17:13 UTC  (11+ messages)
` [PATCH v5 1/7] scsi: esas2r: Initialize two host template members implicitly
` [PATCH v5 2/7] scsi: esas2r: Introduce scsi_template_proc_dir()
` [PATCH v5 3/7] scsi: core: Fail host creation if creating the proc directory fails
` [PATCH v5 4/7] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v5 5/7] scsi: core: Fix a use-after-free related to releasing device handlers
` [PATCH v5 6/7] module: Improve support for asynchronous module exit code
` [PATCH v5 7/7] scsi: core: Improve SCSI device removal

[PATCH] scsi: libsas: fix use-after-free bug in smp_execute_task_sg
 2022-09-20 14:42 UTC 

Do we still need the scsi IPR driver ?
 2022-09-20 13:07 UTC  (5+ messages)

[PATCH] scsi: wd33c93: remove dead code related to the long-gone config WD33C93_PIO
 2022-09-20 11:29 UTC 

[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
 2022-09-20  8:18 UTC  (3+ messages)

[PATCH] scsi: core: Add io timeout count for scsi device
 2022-09-20  8:03 UTC  (4+ messages)

[PATCH] scsi: ufs: Fix deadlocks between power management and error handler
 2022-09-19 23:22 UTC  (7+ messages)

[PATCH v2 0/7] qla2xxx driver features
 2022-09-19 23:15 UTC  (4+ messages)
` [PATCH v2 5/7] qla2xxx: Enhance driver tracing with separate tunable and more

[linux-next:master] BUILD REGRESSION 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58
 2022-09-19 23:06 UTC 

[PATCH v2 -next] scsi: qla2xxx: Fix build error implicit-function-declaration
 2022-09-19 18:50 UTC  (4+ messages)
` [EXT] "

[PATCH v4 1/8] dt-bindings: ufs: qcom: Add sm6115 binding
 2022-09-19 18:06 UTC 

[PATCH v2] qedf: Populate sysfs attributes for vport
 2022-09-19 13:44 UTC 

[PATCH -next] scsi: qla2xxx: Fix build error implicit-function-declaration
 2022-09-19 13:20 UTC  (3+ messages)

[PATCH v3] scsi: ufs: add a variant operation in struct ufs_hba_variant_ops
 2022-09-19 12:36 UTC  (2+ messages)

[PATCH] scsi: make SCSI_MOD depend on BLOCK for cleaner .config files
 2022-09-19  6:01 UTC 

[PATCH ] scsi/ipr: keep the order of locks
 2022-09-18  2:36 UTC 

[Bug 199887] Fibre login failure on older adapters
 2022-09-17 20:50 UTC 

[PATCH 0/7] scsi: libsas: sas address comparation refactor
 2022-09-17 10:43 UTC  (8+ messages)
` [PATCH 1/7] scsi: libsas: introduce sas address conversion and comparation helpers
` [PATCH 2/7] scsi: libsas: use dev_and_phy_addr_same() instead of open coded
` [PATCH 3/7] scsi: libsas: use ex_phy_addr_same() "
` [PATCH 4/7] scsi: libsas: use port_and_phy_addr_same() "
` [PATCH 5/7] scsi: hisi_sas: use dev_and_phy_addr_same() "
` [PATCH 6/7] scsi: pm8001: "
` [PATCH 7/7] scsi: mvsas: "

[PATCH v3 0/1] Tracing: Compile error with qla2xxx
 2022-09-16 21:22 UTC  (4+ messages)
` [PATCH v3 1/1] tracing: Fix compile error in trace_array calls when TRACING is disabled
    ` [EXT] "

[linux-next:master] BUILD REGRESSION d5538ab91d3a9a237805be6f8c6c272af2987995
 2022-09-16 20:06 UTC 

[PATCH v3 0/5] Fix mpt3sas driver sparse warnings
 2022-09-16 13:04 UTC  (12+ messages)

[PATCH 0/2] Unbreak mpt3sas on big-endian machines
 2022-09-16 13:01 UTC  (3+ messages)
` [PATCH 1/2] scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"
` [PATCH 2/2] scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"

[PATCH 0/6] Introduce the SC8180x devices
 2022-09-16 12:36 UTC  (3+ messages)
` [PATCH 2/6] scsi: ufs: dt-bindings: Add SC8180x binding

[jejb-scsi:for-next 5/5] drivers/scsi/mpt3sas/mpt3sas_base.c:3000:11: error: expected identifier or '(' before 'else'
 2022-09-16 12:18 UTC 

[jejb-scsi:for-next 5/5] drivers/scsi/mpt3sas/mpt3sas_base.c:2992:24: warning: unused variable 's'
 2022-09-16 10:31 UTC 

[PATCH] scsi: sr: simplify the sr_open function
 2022-09-16  9:04 UTC 

[PATCH] scsi: lpfc: Fix memory leak in lpfc_create_port()
 2022-09-16  3:59 UTC 

[PATCH] scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
 2022-09-16  3:01 UTC  (3+ messages)

[PATCH 0/1] mpt3sas: Fix return value check of dma_get_required_mask
 2022-09-16  3:01 UTC  (2+ messages)

[PATCH] scsi: qedf: Fix a UAF bug in __qedf_probe
 2022-09-16  3:01 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_fc: use %u for dev_loss_tmo
 2022-09-16  2:37 UTC  (2+ messages)

[PATCH 00/13] lpfc: Update lpfc to revision 14.2.0.7
 2022-09-16  2:27 UTC  (2+ messages)

[PATCH] scsi: aic79xx: Use __ro_after_init explicitly
 2022-09-16  2:02 UTC  (2+ messages)

[PATCH 1/2] scsi: mpi3mr: fix error codes in mpi3mr_report_manufacture()
 2022-09-16  2:04 UTC  (5+ messages)
` [PATCH 2/2] scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()

[PATCH v2] scsi: ufs: add a variant operation in struct ufs_hba_variant_ops
 2022-09-16  1:59 UTC  (4+ messages)

[PATCH 0/2] Remove unused declarations for scsi
 2022-09-16  1:48 UTC  (2+ messages)

[PATCH v3] scsi: target: alua: do not report emtpy port group
 2022-09-16  1:43 UTC  (2+ messages)

[PATCH v2] scsi: target: alua: do not report emtpy port group
 2022-09-16  1:40 UTC  (7+ messages)
` [PATCH v2] scsi: target: core: Set MULTIP bit for se_device with multiple ports

[PATCH] qedf: Populate sysfs attributes for vport
 2022-09-16  1:36 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ce5d01e7011b32600656bf90a626b1e51fb192a
 2022-09-15 21:11 UTC 

[PATCH v2 00/15] mpi3mr: Added Support for SAS Transport
 2022-09-15 17:35 UTC  (3+ messages)

BUG: unable to handle kernel paging request in scsi_device_unbusy
 2022-09-15 16:45 UTC  (2+ messages)

[PATCH v3] scsi: ufs: Increase the maximum data buffer size
 2022-09-15 10:56 UTC  (6+ messages)

[PATCH v2] scsi: mpt3sas: Fix NULL pointer crash due to missing check device hostdata
 2022-09-15  0:56 UTC  (2+ messages)
`  "

[linux-next:master] BUILD REGRESSION f117c01187301a087412bd6697fcf5463cb427d8
 2022-09-14 19:51 UTC 

[PATCH v4 0/4] Prepare for constifying SCSI host templates
 2022-09-14 17:54 UTC  (15+ messages)
` [PATCH v4 1/4] scsi: esas2r: Initialize two host template members implicitly
` [PATCH v4 2/4] scsi: esas2r: Introduce scsi_template_proc_dir()
` [PATCH v4 3/4] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v4 4/4] scsi: core: Rework the code for dropping the LLD module reference

[PATCH AUTOSEL 4.14 6/8] scsi: mpt3sas: Fix use-after-free warning
 2022-09-14  9:05 UTC 


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