public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-23 00:55:57 to 2024-08-29 02:18:28 UTC [more...]

[PATCH 0/7] smartpqi updates
 2024-08-29  2:18 UTC  (9+ messages)
` [PATCH 1/7] smartpqi: Add fw log to kdump
` [PATCH 2/7] smartpqi: correct stream detection
` [PATCH 3/7] smartpqi: add counter for parity write stream requests
` [PATCH 4/7] smartpqi: add new controller PCI IDs
` [PATCH 5/7] smartpqi: fix rare system hang during LUN reset
` [PATCH 6/7] smartpqi: fix volume size updates
` [PATCH 7/7] smartpqi: update driver version to 2.1.30-031

[PATCH] scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_port
 2024-08-29  1:32 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
 2024-08-29  1:34 UTC  (2+ messages)

[PATCH v1 1/1] scsi: ufs: core: Remove ufshcd_urgent_bkops()
 2024-08-29  1:18 UTC  (4+ messages)

[PATCH -next] scsi: core: Remove obsoleted declaration for scsi_driverbyte_string
 2024-08-29  1:04 UTC  (3+ messages)

[PATCH -next] scsi: bnx2i: Remove unused declarations
 2024-08-29  0:59 UTC  (2+ messages)

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
 2024-08-29  0:57 UTC  (8+ messages)
` [PATCH 1/4] scsi: check that busses support the DMA API before setting dma parameters
` [PATCH 2/4] dma-mapping: don't return errors from dma_set_min_align_mask
` [PATCH 3/4] dma-mapping: don't return errors from dma_set_seg_boundary
` [PATCH 4/4] dma-mapping: don't return errors from dma_set_max_seg_size

BUG: kernel panic: corrupted stack end in sg_ioctl
 2024-08-28 22:57 UTC 

[RFC 0/7] Introduce swiotlb throttling
 2024-08-28 19:50 UTC  (42+ messages)
` [RFC 1/7] swiotlb: "
` [RFC 2/7] dma: Handle swiotlb throttling for SGLs
` [RFC 3/7] dma: Add function for drivers to know if allowing blocking is useful
` [RFC 4/7] scsi_lib_dma: Add _attrs variant of scsi_dma_map()
` [RFC 5/7] scsi: storvsc: Enable swiotlb throttling
` [RFC 6/7] nvme: Move BLK_MQ_F_BLOCKING indicator to struct nvme_ctrl
` [RFC 7/7] nvme: Enable swiotlb throttling for NVMe PCI devices

[PATCH v3 0/9] Simplify the UFS driver initialization code
 2024-08-28 17:44 UTC  (10+ messages)
` [PATCH v3 1/9] ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v3 2/9] ufs: core: Introduce ufshcd_activate_link()
` [PATCH v3 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v3 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v3 5/9] ufs: core: Move the ufshcd_device_init() call
` [PATCH v3 6/9] ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v3 7/9] ufs: core: Expand "
` [PATCH v3 8/9] ufs: core: Move the MCQ scsi_add_host() call
` [PATCH v3 9/9] ufs: core: Remove the second argument of ufshcd_device_init()

[PATCH v2 0/9] Simplify the UFS driver initialization code
 2024-08-28 17:19 UTC  (24+ messages)
` [PATCH v2 1/9] ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v2 2/9] ufs: core: Introduce ufshcd_activate_link()
` [PATCH v2 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v2 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v2 5/9] ufs: core: Move the ufshcd_device_init() call
` [PATCH v2 6/9] ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v2 7/9] ufs: core: Expand "
` [PATCH v2 8/9] ufs: core: Move the MCQ scsi_add_host() call

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-08-28 13:42 UTC  (23+ messages)
  ` [PATCH v3 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v3 02/10] block: introduce a helper to determine metadata bytes from data iter
  ` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
  ` [PATCH v3 04/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v3 05/10] block: define meta io descriptor
  ` [PATCH v3 06/10] io_uring/rw: add support to send meta along with read/write
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v3 07/10] block,nvme: "
  ` [PATCH v3 08/10] block: add support to pass user meta buffer
  ` [PATCH v3 09/10] nvme: add handling for app_tag
  ` [PATCH v3 10/10] scsi: add support for user-meta interface

[PATCH] block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
 2024-08-28 14:51 UTC  (4+ messages)

[PATCH 0/2] Fix the UFS driver hibernation code
 2024-08-28 14:10 UTC  (49+ messages)
` [PATCH 1/2] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
` [PATCH 2/2] scsi: ufs: core: Fix the code for entering hibernation
                                ` 

[PATCH V2] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
 2024-08-28 14:08 UTC  (2+ messages)

[PATCH v2 0/2] ufs: core: fix err handler mcq abort defect
 2024-08-28 13:44 UTC  (6+ messages)
` [PATCH v2 1/2] ufs: core: complete scsi command after release
` [PATCH v2 2/2] ufs: core: force reset after mcq abort all

[PATCH V2] scsi: ufs: qcom: update MODE_MAX cfg_bw value
 2024-08-28 13:31 UTC  (2+ messages)

[PATCH] scsi: ufs: qcom: update MODE_MAX cfg_bw value
 2024-08-28 13:26 UTC  (4+ messages)

[PATCH] scsi: megaraid: Use PCI_DEVID() macro to simplify the code
 2024-08-28 10:35 UTC 

regression on generic/351 in 6.11-rc5?
 2024-08-28  5:05 UTC  (4+ messages)

[PATCH] scsi: st: Fix input/output error on empty drive reset
 2024-08-28  1:11 UTC 

BUG: kernel panic: corrupted stack end in worker_thread
 2024-08-27 23:49 UTC 

[PATCH v1] fusion: mptctl: Use min macro
 2024-08-27 11:39 UTC 

[PATCH v2 0/2] scsi: ufs: introduce a callback to override OCS value
 2024-08-27  5:59 UTC  (6+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-08-27  5:12 UTC  (8+ messages)
  ` [PATCH v4 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v4 2/5] fcntl: rename rw_hint_* to rw_life_hint_*
  ` [PATCH v4 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v4 4/5] sd: limit to use write life hints
  ` [PATCH v4 5/5] nvme: enable FDP support

[PATCH 0/3] add fixup_dev_quirks vops for ufs-qcom
 2024-08-27  5:06 UTC  (4+ messages)
` [PATCH 3/3] scsi: ufs: ufs-qcom: Apply DELAY_AFTER_LPM quirk for Toshiba devices

[PATCH v2 1/2] scsi: ufs: core: introduce override_cqe_ocs
 2024-08-26 13:08 UTC  (2+ messages)

[PATCH v1 0/2] ufs: core: fix err handler mcq abort defect
 2024-08-26  3:42 UTC  (7+ messages)
` [PATCH v1 1/2] ufs: core: complete scsi command after release
` [PATCH v1 2/2] ufs: core: force reset after mcq abort all

[PATCH] mpi3mr: a perfomance fix
 2024-08-25  8:31 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 6.11-rc4
 2024-08-25  0:13 UTC  (2+ messages)

[PATCH] usb-storage: Constify struct usb_device_id and us_unusual_dev
 2024-08-24 15:20 UTC  (2+ messages)

[PATCH] aacraid: Fix double-free on probe failure
 2024-08-23  1:56 UTC  (2+ messages)

[PATCH] scsi: lpfc: fix overflow build issue
 2024-08-23  1:56 UTC  (2+ messages)

[PATCH v3 00/18] Simplify multiple create*_workqueue() invocations
 2024-08-23  1:32 UTC  (2+ messages)

[PATCH] scsi: elx: libefc: potential use after free in efc_nport_vport_del()
 2024-08-23  1:08 UTC  (2+ messages)

[PATCH v2] scsi: ufs: Move UFS trace events to private header
 2024-08-23  0:55 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