linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 12:36:58 to 2024-09-13 12:37:20 UTC [more...]

[PATCHv4 00/10] block integrity merging and counting
 2024-09-13 12:37 UTC  (32+ messages)
` [PATCHv4 01/10] blk-mq: unconditional nr_integrity_segments
` [PATCHv4 02/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv4 03/10] blk-integrity: properly account for segments
` [PATCHv4 04/10] blk-integrity: consider entire bio list for merging
` [PATCHv4 05/10] block: provide a request helper for user integrity segments
` [PATCHv4 06/10] block: provide helper for nr_integrity_segments
` [PATCHv4 07/10] scsi: use request helper to get integrity segments
` [PATCHv4 08/10] nvme-rdma: "
` [PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv4 10/10] blk-integrity: improved sg segment mapping

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-13 12:21 UTC  (13+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver

[PATCH RFC 0/4] RAID0 atomic write support
 2024-09-13  8:36 UTC  (18+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support

[PATCH v5 0/5] data placement hints and FDP
 2024-09-13  8:06 UTC  (21+ messages)
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v5 4/5] sd: limit to use write life hints
  ` [PATCH v5 5/5] nvme: enable FDP support

[PATCH 0/6] EDITME: blk: refactor queue affinity helpers
 2024-09-13  7:42 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH 3/6] scsi: hisi_sas: "
` [PATCH 4/6] nvme: "
` [PATCH 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH 6/6] blk-mq: remove unused queue mapping helpers

[PATCH v4 0/4] Clean up the UFS driver UIC code
 2024-09-13  7:31 UTC  (9+ messages)
` [PATCH v4 1/4] scsi: ufs: core: Improve the struct ufs_hba documentation
` [PATCH v4 2/4] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
` [PATCH v4 3/4] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to analyze
` [PATCH v4 4/4] scsi: ufs: core: Always initialize the UIC done completion

[PATCH v6 0/2] fix abort defect
 2024-09-13  7:18 UTC  (7+ messages)
` [PATCH v6 1/2] ufs: core: fix the issue of ICU failure
` [PATCH v6 2/2] ufs: core: requeue aborted request

[PATCH v4 0/2] fix abort defect
 2024-09-13  7:10 UTC  (8+ messages)
` [PATCH v4 2/2] ufs: core: requeue aborted request

[PATCH v5 00/10] Combine the UFS driver scsi_add_host() calls
 2024-09-13  5:47 UTC  (15+ messages)
` [PATCH v5 01/10] scsi: ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v5 02/10] scsi: ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v5 03/10] scsi: ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v5 04/10] scsi: ufs: core: Introduce ufshcd_process_device_init_result()
` [PATCH v5 05/10] scsi: ufs: core: Move the ufshcd_device_init() call
` [PATCH v5 06/10] scsi: ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v5 07/10] scsi: ufs: core: Expand "
` [PATCH v5 08/10] scsi: ufs: core: Remove code that is no longer needed
` [PATCH v5 09/10] scsi: ufs: core: Move the MCQ scsi_add_host() call
` [PATCH v5 10/10] scsi: ufs: core: Move code out of an if-statement

[PATCH] scsi: qedf: Fix potential null pointer dereference
 2024-09-13  3:36 UTC 

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-09-13  2:06 UTC  (12+ messages)
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v3 09/10] nvme: add handling for app_tag

[PATCH 0/8] Update lpfc to revision 14.4.0.5
 2024-09-13  1:22 UTC  (10+ messages)
` [PATCH 1/8] lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd
` [PATCH 2/8] lpfc: Update phba link state conditional before sending CMF_SYNC_WQE
` [PATCH 3/8] lpfc: Restrict support for 32 byte CDBs to specific HBAs
` [PATCH 4/8] lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handler
` [PATCH 5/8] lpfc: Ensure DA_ID handling completion before deleting an NPIV instance
` [PATCH 6/8] lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNING
` [PATCH 7/8] lpfc: Support loopback tests with VMID enabled
` [PATCH 8/8] lpfc: Update lpfc version to 14.4.0.5

[PATCH v1 0/5] mpi3mr: Few Enhancements and minor fix
 2024-09-13  1:12 UTC  (2+ messages)

[PATCH] scsi: fix off-by-one error in sd_read_block_characteristics()
 2024-09-13  0:56 UTC  (2+ messages)

[PATCH] scsi: pm8001: do not overwrite PCI queue mapping
 2024-09-13  0:52 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: Remove a useless memset()
 2024-09-13  0:45 UTC  (2+ messages)

[PATCH] scsi: pmcraid: Convert comma to semicolon
 2024-09-13  0:42 UTC  (2+ messages)

[PATCH v3] sd: Retry START STOP UNIT commands
 2024-09-13  0:41 UTC  (2+ messages)

[PATCH v2] mpi3mr: a performance fix
 2024-09-13  0:35 UTC  (2+ messages)

[PATCH V6] scsi: ufs: qcom: update MODE_MAX cfg_bw value
 2024-09-13  0:32 UTC  (2+ messages)

[PATCH][next][V2] scsi: mpt3sas: Remove trailing space after \n newline
 2024-09-13  0:30 UTC  (2+ messages)

[PATCH][next] scsi: lpfc: Remove trailing space after \n newline
 2024-09-13  0:29 UTC  (2+ messages)

[PATCH][next] scsi: qedf: Remove trailing space after \n newline
 2024-09-13  0:29 UTC  (2+ messages)

[PATCH][next] scsi: hisi_sas: Remove trailing space after \n newline
 2024-09-13  0:27 UTC  (2+ messages)

[PATCH][next] megaraid_sas: Remove trailing space after \n newline
 2024-09-13  0:27 UTC  (2+ messages)

[PATCH][next] scsi: pm8001: Remove trailing space after \n newline
 2024-09-13  0:26 UTC  (2+ messages)

[PATCH][next] scsi: zalon: Remove trailing space after \n newline
 2024-09-13  0:25 UTC  (2+ messages)

[PATCH v2] fusion: mptctl: Use min macro
 2024-09-13  0:23 UTC  (2+ messages)

[PATCH] scsi: libcxgbi: Remove an unused field in struct cxgbi_device
 2024-09-13  0:20 UTC  (2+ messages)

[PATCH v2] ibmvfc: Add max_sectors module parameter
 2024-09-13  0:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH -next] scsi: sd: Remove duplicate included header file linux/bio-integrity.h
 2024-09-13  0:19 UTC  (2+ messages)

[PATCH] scsi: st: Fix input/output error on empty drive reset
 2024-09-13  0:08 UTC  (2+ messages)

[PATCH v3 0/4] Clean up the UFS driver UIC code
 2024-09-12 21:19 UTC  (7+ messages)
` [PATCH v3 1/4] scsi: ufs: core: Improve the struct ufs_hba documentation
` [PATCH v3 2/4] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
` [PATCH v3 3/4] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to analyze
` [PATCH v3 4/4] scsi: ufs: core: Always initialize the UIC done completion

[Bug 209177] mpt2sas_cm0: failure at drivers/scsi/mpt3sas/mpt3sas_scsih.c:10791/_scsih_probe()!
 2024-09-12 10:54 UTC 

[PATCHv3 00/10] block integrity merging and counting
 2024-09-12  7:01 UTC  (32+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments

[PATCH v2] scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb
 2024-09-12  6:56 UTC  (3+ messages)

[PATCH] scsi: ufs: Zero utp_upiu_req at the beginning of each command
 2024-09-12  6:51 UTC  (5+ messages)

[PATCH RESEND v2 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
 2024-09-12  6:06 UTC  (2+ messages)

[PATCH v5 0/2] fix abort defect
 2024-09-11  7:36 UTC  (3+ messages)
` [PATCH v5 1/2] ufs: core: fix the issue of ICU failure
` [PATCH v5 2/2] ufs: core: requeue aborted request

[PATCH v2] dt-bindings: ufs: qcom: Document the QCS8300 UFS Controller
 2024-09-11  7:06 UTC 

[PATCH v2 0/4] Improve the UFS driver link hibernation code
 2024-09-11  5:58 UTC  (8+ messages)
` [PATCH v2 3/4] scsi: ufs: core: Always initialize the UIC done completion
` [PATCH v2 4/4] scsi: ufs: core: Change the approach for power change UIC commands

[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-09-10 17:13 UTC  (5+ messages)
` [PATCH RESEND v2 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
` [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>

[PATCH] ibmvfc: Add max_sectors module parameter
 2024-09-10 13:25 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).