linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 16:55:44 to 2024-10-30 05:42:11 UTC [more...]

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-30  5:42 UTC  (22+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 2/9] block: introduce max_write_hints queue limit
` [PATCHv10 3/9] statx: add write hint information
` [PATCHv10 4/9] block: allow ability to limit partition write hints
` [PATCHv10 5/9] block, fs: add write hint to kiocb
` [PATCHv10 7/9] block: export placement hint feature
  ` [PATCHv10 9/9] scsi: set permanent stream count in block limits
  ` [PATCHv10 8/9] nvme: enable FDP support

[PATCH v5 00/10] Read/Write with meta/integrity
 2024-10-30  5:10 UTC  (21+ messages)
  ` [PATCH v5 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v5 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v5 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v5 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v5 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v5 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v5 08/10] nvme: add support for passing on the application tag
  ` [PATCH v5 09/10] scsi: add support for user-meta interface
  ` [PATCH v5 10/10] block: add support to pass user meta buffer

[PATCH v1 v1] target: fix incorrect function name in pr_err
 2024-10-30  2:18 UTC 

[PATCH V2 0/3] Add support for multiple ICE allocators
 2024-10-30  1:41 UTC  (7+ messages)
` [PATCH V2 1/3] dt-bindings: ufs: qcom: Document ice configuration table
` [PATCH V2 2/3] arm64: dts: qcom: sm8650: Add ICE allocator entries
` [PATCH V2 3/3] scsi: ufs: qcom: Add support for multiple ICE allocators

qla1280 driver for qlogic-1040 on alpha
 2024-10-30  1:02 UTC  (7+ messages)

[PATCH v2 0/2] Untie the host lock entanglement - part 2
 2024-10-29 21:33 UTC  (10+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Introduce a new clock_gating lock
` [PATCH v2 2/2] scsi: ufs: core: Introduce a new clock_scaling lock

[PATCH v2] ufs: core: Add WB buffer resize support
 2024-10-29 18:44 UTC  (15+ messages)
    ` [EXT] "

[PATCH 0/1] scsi: qla1280.c
 2024-10-29 16:08 UTC  (2+ messages)
` [PATCH 1/1] qla1280.c set DMA_BIT_MASK from bus width

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-29 12:46 UTC  (20+ messages)
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 7/7] scsi: set permanent stream count in block limits
  ` [PATCHv9 2/7] block: introduce max_write_hints queue limit
  ` [PATCHv9 1/7] block: use generic u16 for write hints
  ` [PATCHv9 5/7] io_uring: enable per-io hinting capability

[PATCH V1 0/3] Add support for multiple ICE algorithms
 2024-10-29 11:23 UTC  (13+ messages)
` [PATCH V1 1/3] dt-bindings: ufs: qcom: Document ice configuration table
` [PATCH V1 2/3] arm64: dts: qcom: sm8650: Add ICE algorithm entries
` [PATCH V1 3/3] scsi: ufs: qcom: Add support for multiple ICE algorithms

[PATCH] scsi: Switch back to struct platform_driver::remove()
 2024-10-29  7:32 UTC  (2+ messages)

[PATCH 0/2] Untie the host lock entanglement - part 2
 2024-10-29  5:40 UTC  (7+ messages)
` [PATCH 1/2] scsi: ufs: core: Introduce a new clock_gating lock
` [PATCH 2/2] scsi: ufs: core: Introduce a new clock_scaling lock

Dear Respectable, I wait for your response to this my message
 2024-10-29  2:25 UTC 

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-29  2:24 UTC  (8+ messages)
  ` [PATCH v4 04/11] block: define meta io descriptor
  ` [PATCH v4 11/11] scsi: add support for user-meta interface

[PATCH v5 00/14] Introduce support for Fabric Discovery and
 2024-10-29  0:54 UTC  (13+ messages)
` [PATCH v5 04/14] scsi: fnic: Add support for target based solicited requests and responses
` [PATCH v5 05/14] scsi: fnic: Add support for unsolicited "
` [PATCH v5 06/14] scsi: fnic: Add and integrate support for FDMI
` [PATCH v5 09/14] scsi: fnic: Modify IO path to use FDLS

[PATCH] scsi: pm80xx: Use module param to set pcs event log severity
 2024-10-28 23:57 UTC  (5+ messages)

[PATCH v3] ufs: core: Add WB buffer resize support
 2024-10-28 19:50 UTC  (2+ messages)

[PATCH] scsi: ufs: Replace deprecated PCI functions
 2024-10-28 11:55 UTC  (2+ messages)

[RESEND PATCH v3] scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0)
 2024-10-28 11:16 UTC 

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-10-27  8:14 UTC  (28+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH 0/2] scsi: Fix two possible memory leaks
 2024-10-26 12:57 UTC  (3+ messages)
` [PATCH 1/2] scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()
` [PATCH 2/2] scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()

[PATCH v1 1/1] scsi: gla2xxx: use flexible array member at the end of structures
 2024-10-26  7:56 UTC  (7+ messages)

[PATCH v2 00/13] scsi: hisi_sas: Some fixes for hisi_sas
 2024-10-26  1:37 UTC  (2+ messages)

[PATCH 0/5] scsi: bfa: Remove deadcode
 2024-10-26  1:37 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length
 2024-10-26  1:36 UTC  (2+ messages)

[PATCH] ufs: core: Add WB buffer resize support
 2024-10-25 19:44 UTC  (2+ messages)

[PATCH v1 0/4] Enable UFS on QCS615
 2024-10-25 19:35 UTC  (5+ messages)
` [PATCH v1 3/4] arm64: dts: qcom: qcs615: add UFS node
` [PATCH v1 4/4] arm64: dts: qcom: qcs615-ride: Enable "

[PATCH v6 00/11] Combine the two UFS driver scsi_add_host() calls
 2024-10-25 19:30 UTC  (2+ messages)

[PATCH v3 0/3] Untie the host lock entanglement - part 1
 2024-10-25 19:03 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: ufs: core: Remove redundant host_lock calls around UTMRLDBR

[PATCH v2 0/6] UFS driver fixes and cleanups
 2024-10-25 19:01 UTC  (2+ messages)

[PATCH v2] scsi: ufs: core: Make DMA mask configuration more flexible
 2024-10-25 18:58 UTC  (2+ messages)

[PATCH v2] scsi: pm8001: Increase request sg length to support 4MiB requests
 2024-10-25 18:50 UTC 

[PATCH RESEND v2] scsi: ufs: Use wait-for-reg in HCE init
 2024-10-25 18:40 UTC  (2+ messages)

[PATCH v3 0/2] processing of asymmetric connected lanes
 2024-10-25 18:37 UTC  (3+ messages)
  ` [PATCH v3 1/2] scsi: ufs: core: check "

[PATCH] scsi: pm8001: Increase request sg length to support 4MiB requests
 2024-10-25 18:22 UTC  (2+ messages)

[PATCH v2 00/11] UFS cleanups and enhancements to ufs-exynos for gs101
 2024-10-25 13:14 UTC  (12+ messages)
` [PATCH v2 01/11] scsi: ufs: exynos: Allow UFS Gear 4
` [PATCH v2 02/11] scsi: ufs: exynos: add check inside exynos_ufs_config_smu()
` [PATCH v2 03/11] scsi: ufs: exynos: gs101: remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL
` [PATCH v2 04/11] scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR check
` [PATCH v2 05/11] scsi: ufs: exynos: gs101: remove unused phy attribute fields
` [PATCH v2 06/11] scsi: ufs: exynos: remove tx_dif_p_nsec from exynosauto_ufs_drv_init()
` [PATCH v2 07/11] scsi: ufs: exynos: add gs101_ufs_drv_init() hook and enable WriteBooster
` [PATCH v2 08/11] scsi: ufs: exynos: enable write line unique transactions on gs101
` [PATCH v2 09/11] scsi: ufs: exynos: set ACG to be controlled by UFS_ACG_DISABLE
` [PATCH v2 10/11] scsi: ufs: exynos: fix hibern8 notify callbacks
` [PATCH v2 11/11] scsi: ufs: exynos: gs101: enable clock gating with hibern8

[PATCH 0/3] scsi: ufs-qcom: Enable Dumping of Hibern8, MCQ, and Testbus Registers
 2024-10-25  5:50 UTC  (4+ messages)
` [PATCH 1/3] scsi: ufs-qcom: Add support for dumping HW and SW hibern8 count
` [PATCH 2/3] scsi: ufs-qcom: Add support for dumping MCQ registers
` [PATCH 3/3] scsi: ufs-qcom: Add support for testbus registers


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