linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-26 21:34:49 to 2022-09-28 23:15:54 UTC [more...]

[PATCH v2 0/8] Fix a deadlock in the UFS driver
 2022-09-28 23:15 UTC  (13+ messages)
` [PATCH v2 1/8] scsi: core: Fix a race between scsi_done() and scsi_timeout()
` [PATCH v2 2/8] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v2 3/8] scsi: core: Support failing requests while recovering
` [PATCH v2 4/8] scsi: ufs: Remove an outdated comment
` [PATCH v2 5/8] scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
` [PATCH v2 6/8] scsi: ufs: Try harder to change the power mode
` [PATCH v2 7/8] scsi: ufs: Track system suspend / resume activity
` [PATCH v2 8/8] scsi: ufs: Fix a deadlock between PM and the SCSI error handler

[PATCH] scsi: ufs: Remove unneeded casts from void *
 2022-09-28 22:22 UTC 

[PATCH] scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
 2022-09-28 22:21 UTC 

KASAN: use-after-free Read in sg_release
 2022-09-28 21:45 UTC  (3+ messages)

[PATCH v5 0/7] Prepare for constifying SCSI host templates
 2022-09-28 19:27 UTC  (7+ messages)
` [PATCH v5 6/7] module: Improve support for asynchronous module exit code

[PATCH] target/iblock: fold iblock_emulate_read_cap_with_block_size into iblock_get_blocks
 2022-09-28 19:14 UTC  (2+ messages)

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2022-09-28 18:13 UTC 

[PATCHSET v2 0/5] Enable alloc caching and batched freeing for passthrough
 2022-09-28 17:05 UTC  (16+ messages)
` [PATCH 1/5] block: enable batched allocation for blk_mq_alloc_request()
` [PATCH 2/5] block: change request end_io handler to pass back a return value
` [PATCH 3/5] block: allow end_io based requests in the completion batch handling
` [PATCH 4/5] nvme: split out metadata vs non metadata end_io uring_cmd completions
` [PATCH 5/5] nvme: enable batched completions of passthrough IO

[PATCH] scsi: ufs-bsg: Remove ufs_bsg_get_query_desc_size function
 2022-09-28 17:01 UTC  (7+ messages)

[PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-09-28 15:54 UTC  (13+ messages)
` [PATCH v3 1/9] PCI/AER: Add pci_aer_clear_uncorrect_error_status() to PCI core
` [PATCH v3 2/9] PCI/DPC: Use pci_aer_clear_uncorrect_error_status() to clear uncorrectable error status
` [PATCH v3 3/9] NTB: Remove pci_aer_clear_nonfatal_status() call
` [PATCH v3 4/9] scsi: lpfc: Change to use pci_aer_clear_uncorrect_error_status()
` [PATCH v3 5/9] PCI/AER: Unexport pci_aer_clear_nonfatal_status()
` [PATCH v3 6/9] PCI/AER: Move check inside pcie_clear_device_status()
` [PATCH v3 7/9] PCI/AER: Use pcie_aer_is_native() to judge whether OS owns AER
` [PATCH v3 8/9] PCI/ERR: Clear fatal error status when pci_channel_io_frozen
` [PATCH v3 9/9] PCI/AER: Refine status clearing process with api
  ` [External] Re: [PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api

[PATCH 0/6] scsi: libsas: Use request tag in more drivers
 2022-09-28 14:38 UTC  (13+ messages)
` [PATCH 1/6] scsi: libsas: Add sas_task_find_rq()
` [PATCH 2/6] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH 3/6] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH 4/6] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH 5/6] scsi: mvsas: Delete mvs_tag_init()
` [PATCH 6/6] scsi: mvsas: Use sas_task_find_rq() for tagging

[PATCH 2/7] scsi: Convert snprintf() to scnprintf()
 2022-09-28 13:37 UTC  (3+ messages)

[PATCH 0/5] scsi: megaraid_sas: some bug fixes and cod cleanup
 2022-09-28 11:19 UTC  (11+ messages)
` [PATCH 1/5] scsi: megaraid_sas: correct the parameter of scsi_device_lookup
` [PATCH 2/5] scsi: megaraid_sas: correct an error message
` [PATCH 3/5] scsi: megaraid_sas: simplify the megasas_update_device_list
` [PATCH 4/5] scsi: megaraid_sas: remove unnecessary memset
` [PATCH 5/5] scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init

[PATCH v2 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-09-28 11:00 UTC  (19+ messages)
` [PATCH v2 1/9] PCI/AER: Add pci_aer_clear_uncorrect_error_status() to PCI core
` [PATCH v2 2/9] PCI/DPC: Use pci_aer_clear_uncorrect_error_status() to clear uncorrectable error status
` [PATCH v2 3/9] NTB: Change to use pci_aer_clear_uncorrect_error_status()
    ` [External] "
` [PATCH v2 4/9] scsi: lpfc: "
` [PATCH v2 5/9] PCI/AER: Unexport pci_aer_clear_nonfatal_status()
` [PATCH v2 6/9] PCI/AER: Move check inside pcie_clear_device_status()
` [PATCH v2 7/9] PCI/AER: Use pcie_aer_is_native() to judge whether OS owns AER
` [PATCH v2 8/9] PCI/ERR: Clear fatal status when pci_channel_io_frozen
` [PATCH v2 9/9] PCI/AER: Refine status clearing process with api

[PATCH v2 0/2] Fixes for ATA device queue depth control
 2022-09-28  9:10 UTC  (15+ messages)
` [PATCH v2 2/2] ata: libata-sata: Fix "

[PATCH v6 0/8] scsi: libsas: sas address comparison refactor
 2022-09-28  7:58 UTC  (20+ messages)
` [PATCH v6 1/8] scsi: libsas: introduce sas address comparison helpers
` [PATCH v6 2/8] scsi: libsas: introduce sas_find_attached_phy_id() helper
` [PATCH v6 3/8] scsi: pm8001: use sas_find_attached_phy_id() instead of open coded
` [PATCH v6 4/8] scsi: mvsas: "
` [PATCH v6 5/8] scsi: hisi_sas: use sas_find_attathed_phy_id() "
` [PATCH v6 6/8] scsi: libsas: use sas_phy_match_dev_addr() "
` [PATCH v6 7/8] scsi: libsas: use sas_phy_addr_match() "
` [PATCH v6 8/8] scsi: libsas: use sas_phy_match_port_addr() "

[PATCH 5.10] scsi: hisi_sas: Revert "scsi: hisi_sas: Limit max hw sectors for v3 HW"
 2022-09-28  7:36 UTC  (8+ messages)

[PATCH v5 0/8] scsi: libsas: sas address comparison refactor
 2022-09-28  5:38 UTC  (12+ messages)
` [PATCH v5 1/8] scsi: libsas: introduce sas address comparison helpers
` [PATCH v5 2/8] scsi: libsas: introduce sas_find_attached_phy_id() helper
` [PATCH v5 3/8] scsi: pm8001: use sas_find_attached_phy_id() instead of open coded
` [PATCH v5 4/8] scsi: mvsas: "
` [PATCH v5 5/8] scsi: hisi_sas: use sas_find_attathed_phy_id() "
` [PATCH v5 6/8] scsi: libsas: use sas_phy_match_dev_addr() "
` [PATCH v5 7/8] scsi: libsas: use sas_phy_addr_match() "
` [PATCH v5 8/8] scsi: libsas: use sas_phy_match_port_addr() "

[PATCH] scsi: Remove unnecessary (void*) conversions
 2022-09-28  1:40 UTC 

[PATCH] scsi: qla2xxx: Fix serialization of DCBX TLV data request
 2022-09-27 18:26 UTC  (2+ messages)

[PATCH] qla2xxx: Use transport defined speed mask for supported_speeds
 2022-09-27 18:24 UTC  (2+ messages)

[PATCH 0/8] Fix a deadlock in the UFS driver
 2022-09-27 17:54 UTC  (7+ messages)
` [PATCH 5/8] scsi: ufs: Try harder to change the power mode
` [PATCH 8/8] scsi: ufs: Fix deadlock between power management and error handler

[PATCH 2/3] PCI/ERR: Clear fatal status in pcie_do_recovery()
 2022-09-27 13:41 UTC  (2+ messages)
` [External] "

[PATCH linux-next] scsi: target: use sysfs_emit() to instead of snprintf()
 2022-09-27 11:34 UTC 

[PATCH v4 0/8] scsi: libsas: sas address comparison refactor
 2022-09-27 11:25 UTC  (14+ messages)
` [PATCH v4 1/8] scsi: libsas: introduce sas address comparison helpers
` [PATCH v4 2/8] scsi: libsas: introduce sas_find_attached_phy() helper
` [PATCH v4 3/8] scsi: pm8001: use sas_find_attached_phy() instead of open coded
` [PATCH v4 4/8] scsi: mvsas: "
` [PATCH v4 5/8] scsi: hisi_sas: use sas_find_attathed_phy() "
` [PATCH v4 6/8] scsi: libsas: use sas_phy_match_dev_addr() "
` [PATCH v4 7/8] scsi: libsas: use sas_phy_addr_match() "
` [PATCH v4 8/8] scsi: libsas: use sas_phy_match_port_addr() "

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

[PATCH linux-next] scsi: pmcraid: Convert to use sysfs_emit() APIs
 2022-09-27  5:48 UTC 

[PATCH v3 0/8] scsi: libsas: sas address comparation refactor
 2022-09-27  2:44 UTC  (19+ messages)
` [PATCH v3 1/8] scsi: libsas: introduce sas address comparation helpers
` [PATCH v3 2/8] scsi: libsas: introduce sas_find_attached_phy() helper
` [PATCH v3 3/8] scsi: pm8001: use sas_find_attached_phy() instead of open coded
` [PATCH v3 4/8] scsi: mvsas: "
` [PATCH v3 5/8] scsi: hisi_sas: use sas_find_attathed_phy() "
` [PATCH v3 6/8] scsi: libsas: use sas_phy_match_dev_addr() "
` [PATCH v3 7/8] scsi: libsas: use sas_phy_addr_match() "
` [PATCH v3 8/8] scsi: libsas: use sas_phy_match_port_addr() "

[PATCH v1 00/16] Add Multi Circular Queue Support
 2022-09-26 21:34 UTC  (4+ messages)
` [PATCH v1 02/16] ufs: core: Introduce Multi-circular queue capability


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