linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-26 13:42:39 to 2023-07-31 18:44:32 UTC [more...]

[PATCH v2 0/3] scsi: qedf: sanitise uaccess
 2023-07-31 18:43 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: qedf: do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
` [PATCH v2 2/3] scsi: qedf: do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH v2 3/3] scsi: qedf: do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH v10 00/33] scsi: Allow scsi_execute users to control retries
 2023-07-31 18:14 UTC  (16+ messages)
` [PATCH v10 21/33] scsi: Have scsi-ml retry scsi_mode_sense UAs
` [PATCH v10 22/33] scsi: sd: Fix scsi_mode_sense caller's sshdr use
` [PATCH v10 23/33] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH v10 29/33] scsi: Fix sshdr use in scsi_test_unit_ready
` [PATCH v10 30/33] scsi: Fix sshdr use in scsi_cdl_enable
` [PATCH v10 31/33] scsi: sd: Fix sshdr use in cache_type_store
` [PATCH v10 32/33] scsi: sr: Fix sshdr use in sr_get_events

[GIT PULL] SCSI fixes for 6.5-rc4
 2023-07-31 17:55 UTC 

[PATCH v3 0/2] mpt3sas: Additional retries when reading specific registers
 2023-07-31 17:54 UTC  (3+ messages)
` [PATCH v3 1/2] Perform additional retries if Doorbell read returns 0

[PATCH] scsi: hisi_sas: Fix warning detected by sparse
 2023-07-31 17:00 UTC  (3+ messages)

[PATCH v3 0/6] UFS: Add OPP support
 2023-07-31 16:33 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: ufs: common: add OPP table
` [PATCH v3 2/6] PM / devfreq: Switch to dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs
` [PATCH v3 3/6] scsi: ufs: core: Add OPP support for scaling clocks and regulators
` [PATCH v3 4/6] scsi: ufs: host: Add support for parsing OPP
` [PATCH v3 5/6] arm64: dts: qcom: sdm845: Add OPP table support to UFSHC
` [PATCH v3 6/6] arm64: dts: qcom: sm8250: "

[patch v2 00/38] x86/cpu: Rework the topology evaluation
 2023-07-31 16:25 UTC  (58+ messages)
` [patch v2 01/38] x86/cpu: Encapsulate topology information in cpuinfo_x86
` [patch v2 02/38] x86/cpu: Move phys_proc_id into topology info
` [patch v2 03/38] x86/cpu: Move cpu_die_id "
` [patch v2 04/38] scsi: lpfc: Use topology_core_id()
` [patch v2 05/38] hwmon: (fam15h_power) "
` [patch v2 06/38] x86/cpu: Move cpu_core_id into topology info
` [patch v2 07/38] x86/cpu: Move cu_id "
` [patch v2 08/38] x86/cpu: Remove pointless evaluation of x86_coreid_bits
` [patch v2 09/38] x86/cpu: Move logical package and die IDs into topology info
` [patch v2 10/38] x86/cpu: Move cpu_l[l2]c_id "
` [patch v2 11/38] x86/apic: Use BAD_APICID consistently;
` [patch v2 12/38] x86/apic: Use u32 for APIC IDs in global data
` [patch v2 13/38] x86/apic: Use u32 for check_apicid_used()
` [patch v2 14/38] x86/apic: Use u32 for cpu_present_to_apicid()
` [patch v2 15/38] x86/apic: Use u32 for phys_pkg_id()
` [patch v2 16/38] x86/apic: Use u32 for [gs]et_apic_id()
` [patch v2 17/38] x86/apic: Use u32 for wakeup_secondary_cpu[_64]()
` [patch v2 18/38] x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical ids
` [patch v2 19/38] x86/cpu: Provide debug interface
` [patch v2 20/38] x86/cpu: Provide cpuid_read() et al
` [patch v2 21/38] x86/cpu: Provide cpu_init/parse_topology()
` [patch v2 22/38] x86/cpu: Add legacy topology parser
  ` [patch v2A "
` [patch v2 23/38] x86/cpu: Use common topology code for Centaur and Zhaoxin
` [patch v2 24/38] x86/cpu: Move __max_die_per_package to common.c
` [patch v2 25/38] x86/cpu: Provide a sane leaf 0xb/0x1f parser
` [patch v2 26/38] x86/cpu: Use common topology code for Intel
` [patch v2 27/38] x86/cpu/amd: Provide a separate acessor for Node ID
` [patch v2 28/38] x86/cpu: Provide an AMD/HYGON specific topology parser
` [patch v2 29/38] x86/smpboot: Teach it about topo.amd_node_id
` [patch v2 30/38] x86/cpu: Use common topology code for AMD
` [patch v2 31/38] x86/cpu: Use common topology code for HYGON
` [patch v2 32/38] x86/mm/numa: Use core domain size on AMD
` [patch v2 33/38] x86/cpu: Make topology_amd_node_id() use the actual node info
` [patch v2 34/38] x86/cpu: Remove topology.c
` [patch v2 35/38] x86/cpu: Remove x86_coreid_bits
` [patch v2 36/38] x86/apic: Remove unused phys_pkg_id() callback
` [patch v2 37/38] x86/xen/smp_pv: Remove cpudata fiddling
` [patch v2 38/38] x86/apic/uv: Remove the private leaf 0xb parser

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-07-31 16:13 UTC  (5+ messages)

[PATCH] scsi: aic7xxx: fix firmware build fatal error
 2023-07-31 16:12 UTC  (2+ messages)

[PATCH 0/2] scsi: target: iscsi: Get rid of sprintf in iscsi_target_configfs.c
 2023-07-31 16:13 UTC  (2+ messages)

[PATCH 0/2] scsi: ufs: qcom: Add interconnect support
 2023-07-31 14:50 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: core: Add enums for UFS lanes
` [PATCH 2/2] scsi: ufs: qcom: Add support for scaling interconnects

[PATCH v4 00/10] libata: remove references to 'old' error handler
 2023-07-31 14:43 UTC  (13+ messages)
` [PATCH v4 01/10] ata: remove reference to non-existing error_handler()
` [PATCH v4 02/10] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH v4 03/10] ata,scsi: remove ata_sas_port_destroy()
` [PATCH v4 04/10] ata: remove ata_sas_sync_probe()
` [PATCH v4 05/10] ata: inline ata_port_probe()
` [PATCH v4 06/10] ata,scsi: cleanup __ata_port_probe()
` [PATCH v4 07/10] ata,scsi: remove ata_sas_port_init()
` [PATCH v4 08/10] ata: sata_sx4: drop already completed TODO
` [PATCH v4 09/10] ata: remove ata_bus_probe()
` [PATCH v4 10/10] ata: remove deprecated EH callbacks

[PATCH] scsi: qla2xxx avoid a panic due to BUG() if a WRITE_SAME command is sent to a device that has no protection
 2023-07-31 13:02 UTC  (8+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 0/3] scsi: qedf: sanitise uaccess
 2023-07-31  8:11 UTC  (11+ messages)
` [PATCH 1/3] scsi: qedf: do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
` [PATCH 2/3] scsi: qedf: do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 3/3] scsi: qedf: do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly
` [EXT] [PATCH 0/3] scsi: qedf: sanitise uaccess

[PATCH V2 0/9] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-31  7:14 UTC  (19+ messages)
` [PATCH V2 1/9] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V2 4/9] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V2 5/9] scsi: hisi: take blk_mq_max_nr_hw_queues() into account for calculating "

[PATCH] scsi:libsas: Simplify sas_queue_reset and remove unused code
 2023-07-31  2:30 UTC  (4+ messages)

[PATCH 0/6] scsi: mpt3sas: Use flexible arrays and do a few cleanups
 2023-07-29  8:35 UTC  (13+ messages)
` [PATCH 1/6] scsi: mpt3sas: Use flexible arrays when obviously possible
` [PATCH 2/6] scsi: mpt3sas: Use flexible arrays when less "
` [PATCH 4/6] scsi: mpt3sas: Fix an outdated comment
` [PATCH 5/6] scsi: mpt3sas: Fix typo of "TRIGGER"
` [PATCH 6/6] scsi: mpt3sas: Replace a dynamic allocation with a local variable

[PATCH 1/1] scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
 2023-07-29  4:59 UTC 

[PATCH] scsi: megaraid: Fix potential deadlock on &adapter->lock
 2023-07-28 18:25 UTC 

[PATCH v2 00/12] Multiple cleanup patches for the UFS driver
 2023-07-28 13:54 UTC  (15+ messages)
` [PATCH v2 01/12] scsi: ufs: Follow the kernel-doc syntax for documenting return values
` [PATCH v2 02/12] scsi: ufs: Document all "
` [PATCH v2 03/12] scsi: ufs: Fix kernel-doc headers
` [PATCH v2 04/12] scsi: ufs: Rename a function argument
` [PATCH v2 05/12] scsi: ufs: Minimize #include directives
` [PATCH v2 06/12] scsi: ufs: Simplify zero-initialization
` [PATCH v2 07/12] scsi: ufs: Improve type safety
` [PATCH v2 08/12] scsi: ufs: Remove a local variable from ufshcd_abort_all()
` [PATCH v2 09/12] scsi: ufs: Simplify ufshcd_abort_all()
` [PATCH v2 10/12] scsi: ufs: Remove a member variable
` [PATCH v2 11/12] scsi: ufs: Simplify transfer request header initialization
` [PATCH v2 12/12] scsi: ufs: Simplify response header parsing

[PATCH] 53c700: add 'slot' check to NULL
 2023-07-28 12:35 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] qedf: Changed string copy method for "stop_io_on_error" from sprintf to put_user
 2023-07-28  6:46 UTC  (2+ messages)

[PATCH] docs: move powerpc under arch
 2023-07-28  3:41 UTC  (2+ messages)

[PATCH v3 0/9] libata: remove references to 'old' error handler
 2023-07-28  2:07 UTC  (12+ messages)
` [PATCH v3 1/9] ata: remove reference to non-existing error_handler()
` [PATCH v3 2/9] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH v3 3/9] ata,scsi: remove ata_sas_port_destroy()
` [PATCH v3 8/9] ata: remove ata_bus_probe()
` [PATCH v3 9/9] ata: remove deprecated EH callbacks

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2023-07-27 21:22 UTC  (2+ messages)
` [Bug 217599] "

[PATCH] scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
 2023-07-27 19:39 UTC 

[PATCH 00/12] Multiple cleanup patches for the UFS driver
 2023-07-27 18:30 UTC  (7+ messages)
` [PATCH 11/12] scsi: ufs: Simplify transfer request header initialization
` [PATCH 12/12] scsi: ufs: Simplify response header parsing

[PATCH] scsi: lpfc: Fix potential deadlock on &phba->hbalock
 2023-07-27 17:53 UTC  (4+ messages)

[PATCH v1 4/6] mpi3mr: WriteSame implementation
 2023-07-27 17:06 UTC  (2+ messages)

[PATCH v13 0/9] Implement copy offload support
 2023-07-27 10:29 UTC  (4+ messages)
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure

[PATCH v2] scsi: lpfc: Fix potential deadlock on &ndlp->lock
 2023-07-27  5:21 UTC  (2+ messages)

[patch 00/29] x86/cpu: Rework the topology evaluation
 2023-07-26 23:27 UTC  (4+ messages)

[RFC, PATCH 0/1] Replay Protected Memory Block (RPMB) driver
 2023-07-26 20:10 UTC  (4+ messages)
` [RFC, PATCH 1/1] rpmb: add "

[PATCH] scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock
 2023-07-26 18:59 UTC 

[PATCH] scsi: lpfc: Fix potential deadlock on &ndlp->lock
 2023-07-26 17:14 UTC 

Duležitá zpráva; € 2,000,000'00 EUR
 2023-07-21 16:57 UTC 

[RFC PATCH 0/3] SCSI target logs
 2023-07-26 16:18 UTC  (4+ messages)
` [RFC PATCH 2/3] target: core: apply the new wrapper to spc
    ` [DMARC Error]Re: "

[PATCH V2 0/2] Fix hibern8 enter failure during host reset
 2023-07-26 13:41 UTC  (3+ messages)
` [PATCH V2 1/2] scsi: ufs: core: Export ufshcd_is_hba_active
` [PATCH V2 2/2] scsi: ufs: ufs-qcom: check host controller state


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