linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-30 17:15:44 to 2024-11-04 15:56:28 UTC [more...]

[PATCH v4 0/7] Initial support for RK3576 UFS controller
 2024-11-04 10:57 UTC  (9+ messages)
` [PATCH v4 1/7] scsi: ufs: core: Add UFSHCI_QUIRK_DME_RESET_ENABLE_AFTER_HCE
` [PATCH v4 2/7] dt-bindings: ufs: Document Rockchip UFS host controller
` [PATCH v4 3/7] soc: rockchip: add header for suspend mode SIP interface
` [PATCH v4 4/7] pmdomain: core: Introduce dev_pm_genpd_rpm_always_on()
` [PATCH v4 5/7] pmdomain: rockchip: Add smc call to inform firmware
` [PATCH v4 6/7] PM: wakeup: Add device_clr_wakeup_path()
` [PATCH v4 7/7] scsi: ufs: rockchip: initial support for UFS

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

[PATCH v3 0/5] Initial support for RK3576 UFS controller
 2024-11-04 15:08 UTC  (15+ messages)
` [PATCH v3 5/5] scsi: ufs: rockchip: initial support for UFS

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-04 14:56 UTC  (16+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[PATCH v3] ufs: core: Add WB buffer resize support
 2024-11-04 14:27 UTC  (4+ messages)

[PATCH v6] ufs: core: Add WB buffer resize support
 2024-11-04 14:24 UTC 

[PATCH v5] ufs: core: Add WB buffer resize support
 2024-11-04 13:46 UTC 

[PATCH] scsi: ufs: Start the RTC update work later
 2024-11-04 13:43 UTC  (7+ messages)

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

[PATCH 0/2] scsi: st: Device reset patches
 2024-11-04 11:26 UTC  (3+ messages)
` [PATCH 1/2] scsi: st: Don't modify unknown block number in MTIOCGET
` [PATCH 2/2] scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset

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

qla1280 driver for qlogic-1040 on alpha
 2024-11-04  7:41 UTC  (15+ messages)

[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
 2024-11-04  2:34 UTC  (4+ messages)

[PATCH 0/3] scsi: st: improve pos_unknown handling after reset
 2024-11-03 18:32 UTC  (7+ messages)
` [PATCH 1/3] scsi: st: instrument the pos_unknown code
` [PATCH 2/3] scsi: st: clear was_reset when CHKRES_NEW_SESSION
` [PATCH 3/3] scsi: st: clear pos_unknown when the por ua is expected

[PATCH] scsi: iscsi: special case for GET_HOST_STATS
 2024-11-03  7:02 UTC 

[PATCH] scsi: pm80xx: Use module param to set pcs event log severity
 2024-11-03  0:15 UTC  (2+ messages)

[PATCH 00/11] Update lpfc to revision 14.4.0.6
 2024-11-03  1:47 UTC  (13+ messages)
` [PATCH 01/11] lpfc: Modify cgn warning signal calculation based on EDC response
` [PATCH 02/11] lpfc: Check devloss callbk done flag for potential stale ndlp ptrs
` [PATCH 03/11] lpfc: Call lpfc_sli4_queue_unset in restart and rmmod paths
` [PATCH 04/11] lpfc: Update lpfc_els_flush_cmd to check for SLI_ACTIVE before BSG flag
` [PATCH 05/11] lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI
` [PATCH 06/11] lpfc: Add cleanup of nvmels_wq after HBA reset
` [PATCH 07/11] lpfc: Prevent ndlp reference count underflow in dev_loss_tmo callback
` [PATCH 08/11] lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
` [PATCH 09/11] lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
` [PATCH 10/11] lpfc: Update lpfc version to 14.4.0.6
` [PATCH 11/11] lpfc: Copyright updates for 14.4.0.6 patches

[PATCH] scsi: esas2r: Remove unused esas2r_build_cli_req
 2024-11-03  0:46 UTC  (3+ messages)

[PATCH v1 v1] target: fix incorrect function name in pr_err
 2024-11-03  0:34 UTC  (2+ messages)

[PATCH] scsi: ufs: Replace deprecated PCI functions
 2024-11-03  0:27 UTC  (2+ messages)

[PATCH] scsi: Switch back to struct platform_driver::remove()
 2024-11-03  0:25 UTC  (3+ messages)

[PATCH v2] scsi: pm8001: Increase request sg length to support 4MiB requests
 2024-11-03  0:22 UTC  (2+ messages)

[PATCH] scsi: pm8001: Initialize devices in pm8001_alloc_dev()
 2024-11-03  0:18 UTC  (2+ messages)

[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
 2024-11-02 17:21 UTC  (10+ messages)

[PATCH v3 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load
 2024-11-02 12:25 UTC  (11+ messages)

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

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-01 14:49 UTC  (35+ messages)
` [PATCHv10 4/9] block: allow ability to limit partition write hints
  ` [PATCHv10 9/9] scsi: set permanent stream count in block limits

[PATCH v3 0/3] Fix bugs in qla2xxx driver
 2024-11-01  9:38 UTC  (2+ messages)

[PATCH v4] ufs: core: Add WB buffer resize support
 2024-11-01  9:33 UTC 

[PATCH] virtio: only reset device and restore status if needed in device resume
 2024-11-01  5:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] qla2xxx: Fix START_SP_W_RETRIES checks _rval with positive EAGAIN
 2024-11-01  0:27 UTC 

[PATCH] qla2xxx: Fix START_SP_W_RETRIES returns positive EINVAL
 2024-11-01  0:24 UTC 

[PATCH v6 00/11] Combine the two UFS driver scsi_add_host() calls
 2024-10-31 21:15 UTC  (6+ messages)
` [PATCH v6 11/11] scsi: ufs: core: Move code out of an if-statement

[PATCH v2] scsi: qla1280.c
 2024-10-31 15:24 UTC  (3+ messages)

[PATCH v2 00/11] UFS cleanups and enhancements to ufs-exynos for gs101
 2024-10-31 12:35 UTC  (7+ messages)
` [PATCH v2 04/11] scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR check
` [PATCH v2 10/11] scsi: ufs: exynos: fix hibern8 notify callbacks

[PATCH 0/1] scsi: qla1280.c
 2024-10-31  7:46 UTC  (3+ messages)
` [PATCH 1/1] qla1280.c set DMA_BIT_MASK from bus width

[PATCH] scsi: sd_zbc: use kvzalloc to allocate report zones buffer
 2024-10-30 23:49 UTC  (2+ messages)

[PATCH] scsi: sg: Enable runtime power management
 2024-10-30 22:03 UTC 

[GIT PULL] SCSI fixes for 6.12-rc5
 2024-10-30 18:42 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).