messages from 2023-11-28 17:36:53 to 2023-12-03 18:14:07 UTC [more...]
[PATCH] scsi: qla2xxx: fix a memleak in qla2x00_mem_alloc
2023-12-03 18:13 UTC
[PATCH 00/14] scsci: Convert to platform remove callback returning void
2023-12-03 16:05 UTC (15+ messages)
` [PATCH 01/14] scsi: a3000: "
` [PATCH 02/14] scsi: a4000t: "
` [PATCH 03/14] scsi: atari: "
` [PATCH 04/14] scsi: bvme6000: "
` [PATCH 05/14] scsi: jazz_esp: "
` [PATCH 06/14] scsi: mac_esp: "
` [PATCH 07/14] scsi: mac: "
` [PATCH 08/14] scsi: mvme16x: "
` [PATCH 09/14] scsi: qlogicpti: "
` [PATCH 10/14] scsi: sgiwd93: "
` [PATCH 11/14] scsi: sni_53c710: "
` [PATCH 12/14] scsi: sun3: "
` [PATCH 13/14] scsi: sun3x_esp: "
` [PATCH 14/14] scsi: sun_esp: "
[PATCH] scsi: megaraid_mm: do not access uninit kioc_list members
2023-12-03 15:50 UTC
[PATCH v2 0/3] scsi: aic7xxx: fix some problem of return value
2023-12-03 10:36 UTC (7+ messages)
` [PATCH v2 1/3] scsi: aic7xxx: return negative error codes in ahc_linux_register_host()
` [PATCH v2 2/3] scsi: aic7xxx: return ahc_linux_register_host()'s value rather than zero
` [PATCH v2 3/3] scsi: aic7xxx: return negative error codes in aic7770_probe()
[PATCH v7 0/5] UFS: Add OPP support
2023-12-03 4:54 UTC (2+ messages)
` (subset) "
[PATCH v8 00/10] Enable HS-G5 support on SM8550
2023-12-02 20:27 UTC (12+ messages)
` [PATCH v8 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v8 02/10] scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()
` [PATCH v8 03/10] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v8 04/10] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v8 05/10] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v8 06/10] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newer
` [PATCH v8 07/10] scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()
` [PATCH v8 08/10] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH v8 09/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings
` [PATCH v8 10/10] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
[PATCH v3 0/3] Add UFS RTC support
2023-12-02 16:02 UTC (4+ messages)
` [PATCH v3 1/3] scsi: ufs: core: Add ufshcd_is_ufs_dev_busy()
` [PATCH v3 2/3] scsi: ufs: core: Add UFS RTC support
` [PATCH v3 3/3] scsi: ufs: core: Add sysfs node for UFS RTC update
[PATCH v7 00/10] Enable HS-G5 support on SM8550
2023-12-02 10:11 UTC (18+ messages)
` [PATCH v7 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v7 02/10] scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()
` [PATCH v7 03/10] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v7 04/10] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v7 05/10] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v7 06/10] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newer
` [PATCH v7 07/10] scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()
` [PATCH v7 08/10] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH v7 09/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings
` [PATCH v7 10/10] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
[PATCH v6 0/6] Disable fair tag sharing for UFS devices
2023-12-02 7:21 UTC (8+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable
` [PATCH v6 2/4] scsi: core: Make fair tag sharing configurable in the host template
` [PATCH v6 3/4] scsi: core: Make fair tag sharing configurable via sysfs
` [PATCH v6 4/4] scsi: ufs: Disable fair tag sharing
[PATCH 1/6] x86: Use PCI_HEADER_TYPE_* instead of literals
2023-12-01 22:56 UTC
[GIT PULL] SCSI fixes for 6.7-rc3
2023-12-01 21:49 UTC (2+ messages)
[PATCH 00/13] scsi: ufs: qcom: Minor code cleanups
2023-12-01 20:27 UTC (16+ messages)
` [PATCH 01/13] scsi: ufs: qcom: Use clk_bulk APIs for managing lane clocks
` [PATCH 02/13] scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
` [PATCH 03/13] scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() fails
` [PATCH 04/13] scsi: ufs: qcom: Remove superfluous variable assignments
` [PATCH 05/13] scsi: ufs: qcom: Remove the warning message when core_reset is not available
` [PATCH 06/13] scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make use of them
` [PATCH 07/13] scsi: ufs: qcom: Fail ufs_qcom_power_up_sequence() when core_reset fails
` [PATCH 08/13] scsi: ufs: qcom: Check the return value of ufs_qcom_power_up_sequence()
` [PATCH 09/13] scsi: ufs: qcom: Remove redundant error print for devm_kzalloc() failure
` [PATCH 10/13] scsi: ufs: qcom: Use dev_err_probe() to simplify error handling of devm_gpiod_get_optional()
` [PATCH 11/13] scsi: ufs: qcom: Remove unused ufs_qcom_hosts struct array
` [PATCH 12/13] scsi: ufs: qcom: Sort includes alphabetically
` [PATCH 13/13] scsi: ufs: qcom: Initialize cycles_in_1us variable in ufs_qcom_set_core_clk_ctrl()
[PATCH] scsi: libsas: fix whitespace formatting
2023-12-01 19:38 UTC
[PATCH] scsi: ufs: qcom: move ufs_qcom_host_reset() to ufs_qcom_device_reset()
2023-12-01 12:13 UTC (8+ messages)
[PATCH] scsi: ibmvscsi: replace deprecated strncpy with strscpy
2023-12-01 9:41 UTC (3+ messages)
[PATCH v4] scsi: libsas: Fix the failure of adding phy with zero-address to port
2023-12-01 9:22 UTC (8+ messages)
[PATCH v2] scsi: libsas: Put the disk offline if all recovery actions fail
2023-12-01 2:57 UTC
[PATCH] scsi: libsas: Put the disk offline if all recovery actions fail
2023-12-01 2:59 UTC (2+ messages)
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
2023-12-01 1:46 UTC (21+ messages)
` [PATCH v5 01/17] fs: Fix rw_hint validation
` [PATCH v5 02/17] fs: Move enum rw_hint into a new header file
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint
` [PATCH v5 06/17] block: Restore the per-bio/request data lifetime fields
` [PATCH v5 07/17] block: Propagate write hints to the block device inode
` [PATCH v5 08/17] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v5 09/17] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v5 10/17] sd: Translate data lifetime information
` [PATCH v5 11/17] scsi_debug: Reduce code duplication
` [PATCH v5 12/17] scsi_debug: Support the block limits extension VPD page
` [PATCH v5 13/17] scsi_debug: Rework page code error handling
` [PATCH v5 14/17] scsi_debug: Rework subpage "
` [PATCH v5 15/17] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v5 16/17] scsi_debug: Implement GET STREAM STATUS
` [PATCH v5 17/17] scsi_debug: Maintain write statistics per group number
[PATCH] scsi: aic7xxx: fix some problem of return value
2023-12-01 1:26 UTC (3+ messages)
[PATCH] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
2023-11-30 21:25 UTC (2+ messages)
[PATCH] scsi: ibmvfc: replace deprecated strncpy with strscpy
2023-11-30 21:12 UTC (2+ messages)
[PATCH v2] scsi: zfcp: Replace strlcpy() with strscpy()
2023-11-30 20:41 UTC
[PATCH 0/2] scsi: ses: Fix out-of-bounds accesses
2023-11-30 14:28 UTC (3+ messages)
` [PATCH 1/2] scsi: ses: Fix slab-out-of-bounds in ses_get_power_status()
` [PATCH 2/2] scsi: ses: increase default init_alloc_size
[PATCH v6 00/10] Enable HS-G5 support on SM8550
2023-11-30 9:35 UTC (31+ messages)
` [PATCH v6 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v6 02/10] scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()
` [PATCH v6 03/10] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v6 04/10] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v6 05/10] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v6 06/10] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newer
` [PATCH v6 07/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings
` [PATCH v6 08/10] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
` [PATCH v6 09/10] scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()
` [PATCH v6 10/10] scsi: ufs: ufs-qcom: Add support for UFS device version detection
[Bug 218198] New: Suspend/Resume Regression with attached ATA devices
2023-11-30 8:49 UTC (11+ messages)
` [Bug 218198] "
[PATCH v4 00/13] Introduce support for multiqueue (MQ) in fnic
2023-11-30 2:34 UTC (14+ messages)
` [PATCH v4 01/13] scsi: fnic: Modify definitions to sync with VIC firmware
` [PATCH v4 02/13] scsi: fnic: Add and use fnic number
` [PATCH v4 03/13] scsi: fnic: Add and improve log messages
` [PATCH v4 04/13] scsi: fnic: Rename wq_copy to hw_copy_wq
` [PATCH v4 05/13] scsi: fnic: Get copy workqueue count and interrupt mode from config
` [PATCH v4 06/13] scsi: fnic: Refactor and redefine fnic.h for multiqueue
` [PATCH v4 07/13] scsi: fnic: Modify ISRs to support multiqueue(MQ)
` [PATCH v4 08/13] scsi: fnic: Define stats to track multiqueue (MQ) IOs
` [PATCH v4 09/13] scsi: fnic: Remove usage of host_lock
` [PATCH v4 10/13] scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
` [PATCH v4 11/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver
` [PATCH v4 12/13] scsi: fnic: Improve logs and add support for multiqueue (MQ)
` [PATCH v4 13/13] scsi: fnic: Increment driver version
[PATCH] scsi: target: enable READ CAPACITY for PR EARO
2023-11-29 19:10 UTC (2+ messages)
[PATCH v3 02/13] scsi: fnic: Add and use fnic number
2023-11-29 17:26 UTC (4+ messages)
[PATCH 0/3] libfc: fixup command abort handling
2023-11-29 16:58 UTC (4+ messages)
` [PATCH 1/3] libfc: don't schedule abort twice
` [PATCH 2/3] libfc: Fixup timeout error in fc_fcp_rec_error()
` [PATCH 3/3] libfc: map FC_TIMED_OUT to DID_TIME_OUT
[PATCH] [scsi] lasi700: Add error handling in lasi700_probe
2023-11-29 16:14 UTC (2+ messages)
[PATCH] [scsi] sni_53c710: Add error handling in snirm710_probe
2023-11-29 15:11 UTC
[PATCH] [ufs] tc-dwc-g210: Add error handling in tc_dwc_g210_pltfm_probe
2023-11-29 14:10 UTC
[PATCH] scsi: mpi3mr: reduce stack usage in mpi3mr_refresh_sas_ports()
2023-11-29 12:28 UTC (2+ messages)
[PATCH] scsi: fnic: return error if vmalloc failed
2023-11-29 2:27 UTC (2+ messages)
[PATCH v15 00/19] Improve write performance for zoned UFS devices
2023-11-28 21:49 UTC (8+ messages)
` [PATCH v15 19/19] scsi: ufs: Inform the block layer about write ordering
` [PATCH v15 00/19] Improve write performance for zoned UFS devices
READ CAPACITY for unregistered while PR EARO
2023-11-28 19:39 UTC (2+ messages)
[PATCH v5 0/3] Disable fair tag sharing for UFS devices
2023-11-28 18:17 UTC (12+ messages)
` [PATCH v5 2/3] scsi: core: Support disabling fair tag sharing
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox