linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-27 06:39:16 to 2024-07-03 02:37:48 UTC [more...]

[PATCH 0/4] libata/libsas cleanup fixes
 2024-07-03  2:37 UTC  (12+ messages)
` [PATCH 1/4] ata: libata-core: Fix null pointer dereference on error
` [PATCH 2/4] ata,scsi: libata-core: Do not leak memory for ata_port struct members
` [PATCH 3/4] ata: libata-core: Fix double free on error
` [PATCH 4/4] ata: ahci: Clean up sysfs file "

[PATCH 0/3] scsi: disable discard when set target full provisioning
 2024-07-03  2:31 UTC  (7+ messages)
` [PATCH 1/3] scsi: sd: "
` [PATCH 2/3] scsi: sd: remove scsi_disk field lbpvpd
` [PATCH 3/3] scsi: sd: remove some redundant initialization code

[PATCH v2 0/6] Basic inline encryption support for ufs-exynos
 2024-07-02 22:06 UTC  (9+ messages)
` [PATCH v2 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
` [PATCH v2 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
` [PATCH v2 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
` [PATCH v2 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
` [PATCH v2 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
` [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)

[PATCH 00/18] Simplify multiple create*_workqueue() invocations
 2024-07-02 21:52 UTC  (19+ messages)
` [PATCH 01/18] scsi: Expand all "
` [PATCH 02/18] scsi: mptfusion: Simplify the alloc*_workqueue() invocations
` [PATCH 03/18] scsi: be2iscsi: Simplify an alloc_workqueue() invocation
` [PATCH 04/18] scsi: bfa: Simplify an alloc_ordered_workqueue() invocation
` [PATCH 05/18] scsi: esas2r: "
` [PATCH 06/18] scsi: fcoe: Simplify alloc_ordered_workqueue() invocations
` [PATCH 07/18] scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocation
` [PATCH 08/18] scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocation
` [PATCH 09/18] scsi: mpt3sas: "
` [PATCH 10/18] scsi: myrb: "
` [PATCH 11/18] scsi: myrs: "
` [PATCH 12/18] scsi: qedf: Simplify alloc_workqueue() invocations
` [PATCH 13/18] scsi: qedi: Simplify an alloc_workqueue() invocation
` [PATCH 14/18] scsi: snic: Simplify alloc_workqueue() invocations
` [PATCH 15/18] scsi: scsi_transport_fc: "
` [PATCH 16/18] scsi: stex: Simplify an alloc_ordered_workqueue() invocation
` [PATCH 17/18] scsi: ufs: Simplify alloc*_workqueue() invocation
` [PATCH 18/18] scsi: core: Simplify an alloc_workqueue() invocation

[PATCH v4 0/9] UFS patches for kernel 6.11
 2024-07-02 20:39 UTC  (10+ messages)
` [PATCH v4 1/9] scsi: ufs: Declare functions once
` [PATCH v4 2/9] scsi: ufs: Initialize struct uic_command once
` [PATCH v4 3/9] scsi: ufs: Remove two constants
` [PATCH v4 4/9] scsi: ufs: Rename the MASK_TRANSFER_REQUESTS_SLOTS constant
` [PATCH v4 5/9] scsi: ufs: Initialize hba->reserved_slot earlier
` [PATCH v4 6/9] scsi: ufs: Inline is_mcq_enabled()
` [PATCH v4 7/9] scsi: ufs: Move the ufshcd_mcq_enable() call
` [PATCH v4 8/9] scsi: ufs: Inline ufshcd_mcq_vops_get_hba_mac()
` [PATCH v4 9/9] scsi: ufs: Make .get_hba_mac() optional

[PATCH v3 0/7] UFS patches for kernel 6.11
 2024-07-02 20:27 UTC  (17+ messages)
` [PATCH v3 1/7] scsi: ufs: Declare functions once
` [PATCH v3 2/7] scsi: ufs: Initialize struct uic_command once
` [PATCH v3 3/7] scsi: ufs: Remove two constants
` [PATCH v3 4/7] scsi: ufs: Rename the MASK_TRANSFER_REQUESTS_SLOTS constant
` [PATCH v3 5/7] scsi: ufs: Initialize hba->reserved_slot earlier
` [PATCH v3 6/7] scsi: ufs: Inline ufshcd_mcq_vops_get_hba_mac()
` [PATCH v3 7/7] scsi: ufs: Make .get_hba_mac() optional

[PATCH v3 0/9] ata,libsas: Assign the unique id used for printing earlier
 2024-07-02 16:08 UTC  (10+ messages)
` [PATCH v3 1/9] ata,scsi: Remove useless wrappers ata_sas_tport_{add,delete}()
` [PATCH v3 2/9] ata: libata: Remove unused function declaration for ata_scsi_detect()
` [PATCH v3 3/9] ata: libata-core: Remove support for decreasing the number of ports
` [PATCH v3 4/9] ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()
` [PATCH v3 5/9] ata: libata-core: Remove local_port_no struct member
` [PATCH v3 6/9] ata: libata: Assign print_id at port allocation time
` [PATCH v3 7/9] ata: libata-core: Reuse available ata_port print_ids
` [PATCH v3 8/9] ata,scsi: Remove useless ata_sas_port_alloc() wrapper
` [PATCH v3 9/9] ata: ahci: Add debug print for external port

[PATCH v2 00/13] ata,libsas: Assign the unique id used for printing earlier
 2024-07-02 15:43 UTC  (25+ messages)
` [PATCH v2 05/13] ata,scsi: libata-core: Add ata_port_free()
` [PATCH v2 07/13] ata: libata-core: Remove support for decreasing the number of ports
` [PATCH v2 11/13] ata: libata-core: Reuse available ata_port print_ids
` [PATCH v2 12/13] ata,scsi: Remove useless ata_sas_port_alloc() wrapper
` [PATCH v2 13/13] ata: ahci: Add debug print for external port

[bug report] scsi: SATA devices missing after FLR is triggered during HBA suspended
 2024-07-02 11:20 UTC  (7+ messages)

6.9.7: kernel panic: RIP: 0010:btrfs_clone_write_end_io+0x1e/0x60 [btrfs] (dmesg included)
 2024-07-02 10:27 UTC 

[Bug 209177] mpt2sas_cm0: failure at drivers/scsi/mpt3sas/mpt3sas_scsih.c:10791/_scsih_probe()!
 2024-07-02  9:45 UTC  (3+ messages)

[PATCH] scsi: sd: Fix unsigned expression compared with zero
 2024-07-02  9:44 UTC  (4+ messages)

[PATCH v2] scsi: sd: Do not repeat the starting disk message
 2024-07-02  9:17 UTC  (2+ messages)

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-07-02  7:32 UTC  (8+ messages)

[PATCH 0/6] Basic inline encryption support for ufs-exynos
 2024-07-02  7:28 UTC  (6+ messages)
` [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)

[GIT PULL] SCSI fixes for 6.10-rc6
 2024-07-02  6:02 UTC  (2+ messages)

[bug report] scsi: SATA devices missing after FLR is triggered during HBA suspended
 2024-07-02  2:38 UTC  (5+ messages)

Oops (nullpointer dereference) in SCSI subsystem
 2024-07-02  1:44 UTC  (2+ messages)

[PATCH] ufs: core: Remove scsi host only if added
 2024-07-01 17:12 UTC  (6+ messages)
    `  "

[PATCH] scsi: sd: Do not repeat the starting disk message
 2024-07-01 16:40 UTC  (2+ messages)

[Bug 218866] Extra /dev/sd.. entries for a fake raid when more than 15 partitions
 2024-07-01 15:05 UTC 

[PATCH] drivers: scsi: megaraid: Add missing check for dma_set_mask
 2024-07-01 12:12 UTC  (2+ messages)

[PATCH] scsi: qlogicpti: Remove unneeded semicolon
 2024-07-01  3:55 UTC 

[Bug 198923] Linux 4.15.4+: Write on Ext4 causes system block
 2024-06-29 12:15 UTC 

[PATCH V2 0/2] Suspend clk scaling when there is no request
 2024-06-28 19:34 UTC  (8+ messages)
` [PATCH v2 1/2] scsi: ufs: Suspend clk scaling on "
` [PATCH v2 2/2] scsi: ufs: qcom: Enable suspending "

[PATCH v2 0/7] UFS patches for kernel 6.11
 2024-06-28 19:28 UTC  (11+ messages)
` [PATCH v2 1/7] scsi: ufs: Declare ufshcd_mcq_poll_cqe_lock() once
` [PATCH v2 2/7] scsi: ufs: Initialize struct uic_command once
` [PATCH v2 3/7] scsi: ufs: Remove two constants
` [PATCH v2 4/7] scsi: ufs: Rename the MASK_TRANSFER_REQUESTS_SLOTS constant
` [PATCH v2 5/7] scsi: ufs: Initialize hba->reserved_slot earlier
` [PATCH v2 6/7] scsi: ufs: Inline ufshcd_mcq_vops_get_hba_mac()
` [PATCH v2 7/7] scsi: ufs: Make .get_hba_mac() optional

[PATCH v3 0/2] ufs: core: fix ufshcd_abort_all racing issue
 2024-06-28 19:26 UTC  (5+ messages)
` [PATCH v3 1/2] ufs: core: fix ufshcd_clear_cmd "
` [PATCH v3 2/2] ufs: core: fix ufshcd_abort_one "

[PATCH 0/8] Update lpfc to revision 14.4.0.3
 2024-06-28 17:20 UTC  (9+ messages)
` [PATCH 1/8] lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactive
` [PATCH 2/8] lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state
` [PATCH 3/8] lpfc: Relax PRLI issue conditions after GID_FT response
` [PATCH 4/8] lpfc: Fix handling of fully recovered fabric node in dev_loss callbk
` [PATCH 5/8] lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
` [PATCH 6/8] lpfc: Fix incorrect request len mbox field when setting trunking via sysfs
` [PATCH 7/8] lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages
` [PATCH 8/8] lpfc: Update lpfc version to 14.4.0.3

get drivers out of setting queue flags
 2024-06-28 16:37 UTC  (12+ messages)
` [PATCH 1/5] loop: don't set QUEUE_FLAG_NOMERGES
` [PATCH 2/5] megaraid_sas: "
` [PATCH 3/5] mpt3sas_scsih: "
` [PATCH 4/5] rnbd: don't set QUEUE_FLAG_SAME_COMP
` [PATCH 5/5] rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE

[PATCH v2] ufs: core: fix ufshcd_abort_all racing issue
 2024-06-28  3:13 UTC  (13+ messages)

[PATCH 0/8] UFS patches for kernel 6.11
 2024-06-27 16:33 UTC  (12+ messages)
` [PATCH 8/8] scsi: ufs: Check for completion from the timeout handler

[PATCH 00/14] [PATCH] SCSI: Replace ternary operations with min()/max() macros
 2024-06-27 16:20 UTC  (2+ messages)

[PATCH v2 0/2] small pm80xx driver fixes
 2024-06-27 15:59 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: pm80xx: Set phy->enable_completion only when we wait for it
` [PATCH v2 2/2] scsi: pm8001: Update log level when reading config table

[PATCH v5 0/3] mpi3mr: Support PCI Error Recovery
 2024-06-27 10:17 UTC  (4+ messages)
` [PATCH v5 1/3] mpi3mr: Support PCI Error Recovery callback handlers
` [PATCH v5 2/3] mpi3mr: Prevent PCI writes from driver during PCI error recovery
` [PATCH v5 3/3] mpi3mr: driver version update

[PATCH 04/14] scsi: cxlflash: Replaced ternary operation in write_same16 with min()
 2024-06-27  8:59 UTC  (2+ messages)

[PATCH V1 0/2] Suspend clk scaling when there is no request
 2024-06-27  8:09 UTC  (4+ messages)
` [PATCH 1/2] scsi: ufs: Suspend clk scaling on "

[PATCH] mpi3mr: correct a test in mpi3mr_sas_port_add
 2024-06-27  7:48 UTC 

[bug report] scsi: mpi3mr: Sanitise num_phys
 2024-06-27  7:38 UTC  (2+ messages)


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