linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 08:32:09 to 2024-01-30 02:27:52 UTC [more...]

[PATCH v1 0/3] ufs: host: mediatek: Provide fixes in MediaTek platforms
 2024-01-30  2:27 UTC  (3+ messages)

[PATCH] scsi: core: Safe warning about bad dev info string
 2024-01-30  2:27 UTC  (2+ messages)

[PATCH v3 0/2] mpt3sas: Update/reload SBR without rebooting HBA
 2024-01-30  2:27 UTC  (3+ messages)

[PATCH V2] scsi: mpi3mr: use ida to manage mrioc's id
 2024-01-30  2:27 UTC  (3+ messages)

[PATCH v2] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
 2024-01-30  2:27 UTC  (5+ messages)

[PATCH] scsi: fnic: clean up some inconsistent indenting
 2024-01-30  2:27 UTC  (3+ messages)

[PATCH v2] scsi: ufs: qcom: avoid re-init quirk when gears match
 2024-01-30  2:27 UTC  (5+ messages)

[PATCH][next] scsi: megaraid: remove redundant assignment to variable retval
 2024-01-30  2:26 UTC  (3+ messages)

[PATCH][next] scsi: message: fusion: remove redundant pointer hd
 2024-01-30  2:27 UTC  (3+ messages)

[PATCH v13 00/19] scsi: Allow scsi_execute users to request retries
 2024-01-30  2:25 UTC  (22+ messages)
` [PATCH v13 01/19] scsi: Allow passthrough to request scsi-ml retries
` [PATCH v13 02/19] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH v13 03/19] scsi: retry INQUIRY after timeout
` [PATCH v13 04/19] scsi: Use separate buf for START_STOP in sd_spinup_disk
` [PATCH v13 05/19] scsi: Have scsi-ml retry sd_spinup_disk errors
` [PATCH v13 06/19] scsi: hp_sw: Have scsi-ml retry scsi_execute_cmd errors
` [PATCH v13 07/19] scsi: rdac: Have scsi-ml retry send_mode_select errors
` [PATCH v13 08/19] scsi: spi: Have scsi-ml retry spi_execute UAs
` [PATCH v13 09/19] scsi: sd: Have scsi-ml retry sd_sync_cache errors
` [PATCH v13 10/19] scsi: ch: Remove unit_attention
` [PATCH v13 11/19] scsi: ch: Have scsi-ml retry ch_do_scsi UAs
` [PATCH v13 12/19] scsi: Have scsi-ml retry scsi_mode_sense UAs
` [PATCH v13 13/19] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH v13 14/19] scsi: sd: Have pr commands retry UAs
` [PATCH v13 15/19] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH v13 16/19] scsi: ses: Have scsi-ml retry scsi_execute_cmd errors
` [PATCH v13 17/19] scsi: sr: Have scsi-ml retry get_sectorsize errors
` [PATCH v13 18/19] scsi: ufs: Have scsi-ml retry start stop errors
` [PATCH v13 19/19] scsi: Add kunit tests for scsi_check_passthrough

[PATCH 0/5] scsi: Replace {v}snprintf() variants with safer alternatives
 2024-01-30  1:35 UTC  (2+ messages)

[PATCH] scsi: sd: unregister device if device_add_disk() failed in sd_probe()
 2024-01-30  1:30 UTC  (6+ messages)

[PATCH v6 1/4] block: Make fair tag sharing configurable
 2024-01-30  0:03 UTC  (14+ messages)

[PATCH 0/3] ufs: qcom: Mark "core_reset" as required property
 2024-01-29 20:57 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: ufs: qcom: Make reset properties as required
` [PATCH 2/3] scsi: ufs: qcom: Clarify the comment of core_reset property
` [PATCH 3/3] arm64: dts: qcom: msm8996: Add missing UFS host controller reset

[PATCH AUTOSEL 4.19 1/2] scsi: target: core: Add TMF to tmr_list handling
 2024-01-29 18:36 UTC 

[PATCH AUTOSEL 5.4 1/3] scsi: target: core: Add TMF to tmr_list handling
 2024-01-29 18:36 UTC 

[PATCH AUTOSEL 5.10 1/3] scsi: target: core: Add TMF to tmr_list handling
 2024-01-29 18:36 UTC 

[PATCH AUTOSEL 5.15 1/3] scsi: target: core: Add TMF to tmr_list handling
 2024-01-29 18:36 UTC 

[PATCH AUTOSEL 6.1 2/5] scsi: target: core: Add TMF to tmr_list handling
 2024-01-29 18:35 UTC 

[PATCH AUTOSEL 6.6 02/10] scsi: smartpqi: Add new controller PCI IDs
 2024-01-29 18:35 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 03/10] scsi: smartpqi: Fix logical volume rescan race condition
` [PATCH AUTOSEL 6.6 06/10] scsi: target: core: Add TMF to tmr_list handling

[PATCH AUTOSEL 6.7 02/12] scsi: smartpqi: Add new controller PCI IDs
 2024-01-29 18:34 UTC  (3+ messages)
` [PATCH AUTOSEL 6.7 03/12] scsi: smartpqi: Fix logical volume rescan race condition
` [PATCH AUTOSEL 6.7 08/12] scsi: target: core: Add TMF to tmr_list handling

[PATCH] scsi: iscsi: fix iscsi ida memory leak
 2024-01-29 15:34 UTC  (2+ messages)

[PATCH v3 00/15] block atomic writes
 2024-01-29 14:39 UTC  (24+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
` [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
` [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
` [PATCH v3 09/15] block: Add checks to merging of atomic writes
` [PATCH v3 10/15] block: Add fops atomic write support
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH v5] usb-storage,uas: use host helper to generate driver info
 2024-01-29 12:15 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] scsi: sd: fix sd ida memory leak
 2024-01-29  9:02 UTC 

[PATCH v4 00/15] Hardware wrapped key support for qcom ice and ufs
 2024-01-29  8:18 UTC  (19+ messages)
` [PATCH v4 01/15] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v4 02/15] qcom_scm: scm call for deriving a software secret
` [PATCH v4 03/15] qcom_scm: scm call for create, prepare and import keys
` [PATCH v4 04/15] soc: qcom: ice: add hwkm support in ice
` [PATCH v4 05/15] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v4 06/15] soc: qcom: ice: support for generate, import and prepare key
` [PATCH v4 07/15] ufs: core: support wrapped keys in ufs core
` [PATCH v4 08/15] ufs: core: add support to derive software secret
` [PATCH v4 09/15] ufs: core: add support for generate, import and prepare keys
` [PATCH v4 10/15] ufs: host: wrapped keys support in ufs qcom
` [PATCH v4 11/15] ufs: host: implement derive sw secret vop "
` [PATCH v4 12/15] ufs: host: support for generate, import and prepare key
` [PATCH v4 13/15] dt-bindings: crypto: ice: document the hwkm property
` [PATCH v4 14/15] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v4 15/15] arm64: dts: qcom: sm8550: "

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-01-29  4:32 UTC 

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-27 18:43 UTC  (10+ messages)

[PATCH] scsi: hptiop: Fix buffer overflow of hba->reqs[]
 2024-01-26 16:50 UTC  (2+ messages)

[PATCH 0/2] scsi: target: iscsi: Fix two protocol issues
 2024-01-26 17:42 UTC  (2+ messages)

[PATCH 2/2] Add error checking and returning for transport_register_device() in scsi_sysfs_add_host()
 2024-01-26 11:57 UTC 

Recall: [PATCH 2/2] Add error checking and returning for transport_register_device() in scsi_sysfs_add_host()
 2024-01-26 11:42 UTC 

[PATCH 2/2] Add error checking and returning for transport_register_device() in scsi_sysfs_add_host()
 2024-01-26 11:35 UTC 

Query about UCD allocation
 2024-01-26  9:46 UTC  (2+ messages)
  ` [EXT] "

[PATCH v4 0/8] Add UFS support for SC7180/SM7125
 2024-01-26  9:09 UTC  (4+ messages)
` [PATCH v4 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
` (subset) [PATCH v4 0/8] Add UFS support for SC7180/SM7125

[PATCH v3 0/3] UIO_MEM_DMA_COHERENT for cnic/bnx2/bnx2x
 2024-01-25 22:43 UTC  (7+ messages)
` [PATCH v3 1/3] uio: introduce UIO_MEM_DMA_COHERENT type
    ` [EXT] "

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2024-01-25 18:30 UTC  (3+ messages)
` [Bug 217599] "

[GIT PULL] final round of SCSI updates for the 6.7+ merge window
 2024-01-25 17:56 UTC  (8+ messages)

[PATCH] dt-bindings: ufs: samsung,exynos-ufs: Add size constraints on "samsung,sysreg"
 2024-01-25  7:57 UTC  (2+ messages)

blktests failures with v6.8-rc1 kernel
 2024-01-25  6:34 UTC 

[PATCH] scsi: ufs: qcom: Clarify comments about the initial phy_gear
 2024-01-25  2:34 UTC  (3+ messages)

[PATCH 0/4] scsi: hisi_sas: Minor fixes and cleanups
 2024-01-25  2:14 UTC  (2+ messages)

[PATCH] scsi: Update max_hw_sectors on rescan
 2024-01-24 22:46 UTC  (8+ messages)

[PATCH v1] scsi: ufs: core: Remove the ufshcd_release in ufshcd_err_handling_prepare
 2024-01-24 16:17 UTC  (4+ messages)

[PATCH V1 0/2] Refactor phy powerup sequence
 2024-01-24  8:33 UTC  (6+ messages)
` [PATCH V1 1/2] scsi: ufs: qcom : Refactor phy_power_on/off calls
` [PATCH V1 2/2] phy: qcom: Refactor phy_power_on and phy_calibrate callbacks

[PATCH] virtio_scsi: remove duplicate check if queue is broken
 2024-01-24  3:00 UTC  (2+ messages)

[PATCH 1/1] scsi: storvsc: Fix ring buffer size calculation
 2024-01-24  3:00 UTC  (2+ messages)

[PATCH] scsi: core: move scsi_host_busy() out of host lock for waking up EH handler
 2024-01-24  3:00 UTC  (8+ messages)

[PATCH 0/2] ufs:mcq:Code cleanups
 2024-01-24  2:35 UTC  (2+ messages)

[PATCH v3] ufs: mcq: Add definition for REG_UFS_MEM_CFG register
 2024-01-24  2:34 UTC  (2+ messages)

[PATCH v1 0/2] scsi: allow host change auto suspend timer
 2024-01-24  2:12 UTC  (2+ messages)

[PATCH V6 0/2] Add CPU latency QoS support for ufs driver
 2024-01-24  2:00 UTC  (2+ messages)

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2024-01-23 15:59 UTC  (18+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
  ` [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields

[PATCH] scsi: ufs: qcom: avoid re-init quirk when gears match
 2024-01-23 15:18 UTC  (7+ messages)
  `  "
    `  "
        `  "

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-01-23 15:07 UTC  (3+ messages)
  `  "

Build regressions/improvements in v6.8-rc1
 2024-01-23 14:21 UTC  (2+ messages)

[PATCH] [v2] scsi: mpi3mr: reduce stack usage in mpi3mr_refresh_sas_ports()
 2024-01-23 13:07 UTC 

[PATCH 61/82] scsi: mpt3sas: Refactor intentional wrap-around test
 2024-01-23  0:27 UTC  (2+ messages)
` [PATCH 72/82] scsi: sd_zbc: "

[PATCH RFC v4 06/11] scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV
 2024-01-22 17:24 UTC  (6+ messages)
` [PATCH RFC v4 07/11] scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_H
` [PATCH RFC v4 08/11] scsi: ufs: core: Perform read back after disabling interrupts
` [PATCH RFC v4 09/11] scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
` [PATCH RFC v4 10/11] scsi: ufs: core: Remove unnecessary wmb() after ringing doorbell
` [PATCH RFC v4 11/11] scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regs

[PATCH RFC v4 00/11] scsi: ufs: Remove overzealous memory barriers
 2024-01-22 17:21 UTC  (6+ messages)
` [PATCH RFC v4 01/11] scsi: ufs: qcom: Perform read back after writing reset bit
` [PATCH RFC v4 02/11] scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US
` [PATCH RFC v4 03/11] scsi: ufs: qcom: Remove unnecessary mb() after writing testbus config
` [PATCH RFC v4 04/11] scsi: ufs: qcom: Perform read back after writing unipro mode
` [PATCH RFC v4 05/11] scsi: ufs: qcom: Perform read back after writing CGC enable

[PATCH] [v2] scsi: megaraid_sas: Fix a memleak in megasas_init_fw
 2024-01-22 17:16 UTC 

[Bug 151631] New: "Synchronizing SCSI cache" fails during(and delays) reboot/shutdown
 2024-01-22  8:40 UTC  (2+ messages)
` [Bug 151631] "


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