public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-07 23:53:57 to 2025-11-13 15:02:57 UTC [more...]

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-13 14:32 UTC  (10+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 02/21] ceph: Switch to use %ptSp
` [PATCH v3 03/21] libceph: "
` [PATCH v3 04/21] dma-buf: "
` [PATCH v3 05/21] drm/amdgpu: "
` [PATCH v3 06/21] drm/msm: "
` [PATCH v3 07/21] drm/vblank: "
` [PATCH v3 10/21] igb: "
` [PATCH v3 11/21] ipmi: "

[PATCH] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
 2025-11-13 14:22 UTC  (3+ messages)

[PATCH RFT 0/6] scsi_debug: fake timeout handling improvements
 2025-11-13 13:36 UTC  (7+ messages)
` [PATCH 1/6] scsi: scsi_debug: Stop printing extra function name in debug logs
` [PATCH 2/6] scsi: scsi_debug: Stop using READ/WRITE_ONCE() when accessing sdebug_defer.defer_t
` [PATCH 3/6] scsi: scsi_debug: Drop NULL scsi_cmnd check in sdebug_q_cmd_complete()
` [PATCH RFT 4/6] scsi: scsi_debug: Call sdebug_q_cmd_complete() from sdebug_blk_mq_poll_iter()
` [PATCH RFT 5/6] scsi: scsi_debug: Clear sd_dp->defer_t in sdebug_q_cmd_complete()
` [PATCH RFT 6/6] scsi: scsi_debug: Add special abort handling for fake timeout

[PATCH] scsi: qedf: remove unreachable NULL check in qedf_flush_active_ios()
 2025-11-13 12:53 UTC 

scsi: scsi_debug: make timeout faults by set delay to maximum value
 2025-11-13 11:48 UTC  (9+ messages)

[PATCH] UFS: Make TM command timeout configurable from host side
 2025-11-13 10:08 UTC  (11+ messages)

[PATCH 1/1] scsi: ufs: core: Fix EH failure after wlun resume error
 2025-11-13 10:06 UTC  (4+ messages)

[PATCH 0/4] replace old wq(s), added WQ_PERCPU to alloc_workqueue
 2025-11-13  8:55 UTC  (3+ messages)

[PATCH] scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIB
 2025-11-13  5:18 UTC 

[PATCH] scsi: ufs: rockchip: Reset controller on PRE_CHANGE of hce enable notify
 2025-11-13  4:52 UTC 

[syzbot] [scsi?] BUG: sleeping function called from invalid context in __bio_release_pages (2)
 2025-11-13  4:38 UTC 

[PATCH] scsi: target: tcm_loop: fix segfault in tcm_loop_tpg_address_show()
 2025-11-13  2:47 UTC  (2+ messages)

[PATCH v1] dt-bindings: phy: mediatek,ufs-phy: Update maintainer information in mediatek,ufs-phy.yaml
 2025-11-13  2:46 UTC  (3+ messages)

[PATCH 0/4] smartpqi updates
 2025-11-13  2:46 UTC  (3+ messages)

[PATCH] scsi: ufs: ti-j721e: Add suspend-resume support
 2025-11-13  2:46 UTC  (3+ messages)

[PATCH 1/2] st: separate st-unique ioctl handling from scsi common ioctl handling
 2025-11-13  2:46 UTC  (5+ messages)
` [PATCH 2/2] st: skip buffer flush for information ioctls

[PATCH] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users
 2025-11-13  2:46 UTC  (4+ messages)

[PATCH] scsi: stex: fix reboot_notifier leak in probe error path
 2025-11-13  2:46 UTC  (3+ messages)

[PATCH v6 0/3] Support power resources defined in acpi on ata
 2025-11-13  2:46 UTC  (6+ messages)

[PATCH v2 00/10] Update lpfc to revision 14.4.0.12
 2025-11-13  2:46 UTC  (3+ messages)

[PATCH] ufs: core: Remove an unnecessary NULL pointer check
 2025-11-13  1:58 UTC  (2+ messages)

[PATCH RESEND v2] scsi: pm: Drop unneeded call to pm_runtime_mark_last_busy()
 2025-11-13  1:57 UTC  (2+ messages)

[PATCH v3 00/16] qla2xxx target mode improvements
 2025-11-12 23:19 UTC  (18+ messages)
` [PATCH v3 01/16] Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
` [PATCH v3 02/16] scsi: qla2xxx: fix initiator mode with qlini_mode=exclusive
` [PATCH v3 03/16] scsi: qla2xxx: fix lost interrupts with qlini_mode=disabled
` [PATCH v3 04/16] scsi: qla2xxx: use reinit_completion on mbx_intr_comp
` [PATCH v3 05/16] scsi: qla2xxx: remove code for unsupported hardware
` [PATCH v3 06/16] scsi: qla2xxx: improve debug output for term exchange
` [PATCH v3 07/16] scsi: qla2xxx: fix term exchange when cmd_sent_to_fw == 1
` [PATCH v3 09/16] scsi: qla2xxx: fix races with aborting commands
` [PATCH v3 10/16] scsi: qla2xxx: improve checks in qlt_xmit_response / qlt_rdy_to_xfer
` [PATCH v3 11/16] scsi: qla2xxx: fix TMR failure handling
` [PATCH v3 12/16] scsi: qla2xxx: fix invalid memory access with big CDBs
` [PATCH v3 13/16] scsi: qla2xxx: add cmd->rsp_sent
` [PATCH v3 14/16] scsi: qla2xxx: improve cmd logging
` [PATCH v3 15/16] scsi: qla2xxx: add back SRR support
` [PATCH v3 16/16] scsi: qla2xxx: improve safety of cmd lookup by handle
` [PATCH v3 08/16] scsi: qla2xxx: clear cmds after chip reset

[PATCH v10 0/3] Introduce and plumb PMSG_POWEROFF
 2025-11-12 22:40 UTC  (4+ messages)
` [PATCH v10 1/3] PM: Introduce new PMSG_POWEROFF event
` [PATCH v10 2/3] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v10 3/3] usb: sl811-hcd: "

[PATCH v8 00/28] Optimize the hot path in the UFS driver
 2025-11-12 22:11 UTC  (2+ messages)

[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-12 21:12 UTC  (30+ messages)
` [PATCH v2 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v2 02/21] ceph: Switch to use %ptSp
` [PATCH v2 03/21] libceph: "
` [PATCH v2 04/21] dma-buf: "
` [PATCH v2 05/21] drm/amdgpu: "
` [PATCH v2 06/21] drm/msm: "
` [PATCH v2 07/21] drm/vblank: "
` [PATCH v2 08/21] drm/xe: "
` [PATCH v2 09/21] e1000e: "
  ` [Intel-wired-lan] "
` [PATCH v2 10/21] igb: "
  ` [Intel-wired-lan] "
` [PATCH v2 11/21] ipmi: "
` [PATCH v2 12/21] media: av7110: "
` [PATCH v2 13/21] mmc: mmc_test: "
` [PATCH v2 14/21] net: dsa: sja1105: "
  ` [Intel-wired-lan] "
` [PATCH v2 15/21] PCI: epf-test: "
` [PATCH v2 16/21] pps: "
` [PATCH v2 17/21] ptp: ocp: "
` [PATCH v2 18/21] s390/dasd: "
` [PATCH v2 19/21] scsi: fnic: Switch to use %ptS
` [PATCH v2 20/21] scsi: snic: Switch to use %ptSp
` [PATCH v2 21/21] tracing: "

[PATCH RFT v2] driver/scsi/mpi3mr: Fix build warning for mpi3mr_start_watchdog
 2025-11-12 20:55 UTC  (3+ messages)

[PATCH 0/2] Enable UFS ICE clock scaling
 2025-11-12  6:35 UTC  (10+ messages)
` [PATCH 2/2] ufs: host: scale ICE clock

[PATCH] scsi: esas2r: Add check for alloc_ordered_workqueue() return value
 2025-11-12  3:15 UTC 

[PATCH 1/1] scsi: ufs: crypto: Add ufs_hba_variant_ops::crypto_keyslot_remap
 2025-11-12  3:10 UTC  (2+ messages)

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-11 14:37 UTC  (38+ messages)
` [PATCH v1 01/23] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v1 02/23] ALSA: seq: Switch to use %ptSp
` [PATCH v1 03/23] ceph: "
` [PATCH v1 04/23] libceph: "
` [PATCH v1 05/23] dma-buf: "
` [PATCH v1 06/23] drm/amdgpu: "
` [PATCH v1 07/23] drm/msm: "
` [PATCH v1 08/23] drm/vblank: "
` [PATCH v1 09/23] drm/xe: "
` [PATCH v1 10/23] e1000e: "
` [PATCH v1 11/23] igb: "
` [PATCH v1 12/23] ipmi: "
` [PATCH v1 13/23] media: av7110: "
` [PATCH v1 14/23] media: v4l2-ioctl: "
` [PATCH v1 15/23] mmc: mmc_test: "
` [PATCH v1 16/23] net: dsa: sja1105: "
` [PATCH v1 17/23] PCI: epf-test: "
` [PATCH v1 18/23] pps: "
` [PATCH v1 19/23] ptp: ocp: "
` [PATCH v1 20/23] s390/dasd: "
` [PATCH v1 21/23] scsi: fnic: Switch to use %ptS
` [PATCH v1 22/23] scsi: snic: Switch to use %ptSp
` [PATCH v1 23/23] tracing: "

[PATCH AUTOSEL 6.17] scsi: ufs: ufs-qcom: Fix UFS OCP issue during UFS power down (PC=3)
 2025-11-10 19:57 UTC 

[PATCH v3] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
 2025-11-10 13:23 UTC  (2+ messages)

[PATCH] ufs: core: Revert "Make HID attributes visible"
 2025-11-10  9:52 UTC  (3+ messages)

[PATCH v3 00/24] MediaTek UFS Cleanup and MT8196 Enablement
 2025-11-10  9:23 UTC  (7+ messages)
` [PATCH v3 09/24] scsi: ufs: mediatek: Rework the crypt-boost stuff
` [PATCH v3 10/24] scsi: ufs: mediatek: Rework probe function

[PATCH v7 0/3] Add OP-TEE based RPMB driver for UFS devices
 2025-11-08 18:41 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: use sysfs_emit function in sysfs
 2025-11-08 17:53 UTC  (2+ messages)

[PATCH] scsi: aacraid: Fix coding style violations in commsup.c
 2025-11-08 17:52 UTC  (2+ messages)

[PATCH] scsi: Fix double word in comments
 2025-11-08 17:42 UTC  (2+ messages)

[PATCH] scsi/arm: Clean up coding style violations
 2025-11-08 17:33 UTC  (3+ messages)

[PATCH v2 00/16] qla2xxx target mode improvements
 2025-11-08 17:03 UTC  (3+ messages)

[PATCH v26 00/17] Improve write performance for zoned UFS devices
 2025-11-08  1:39 UTC  (18+ messages)
` [PATCH v26 05/17] blk-zoned: Fix a typo in a source code comment
` [PATCH v26 06/17] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v26 07/17] blk-zoned: Split an if-statement
` [PATCH v26 08/17] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v26 09/17] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v26 10/17] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v26 11/17] blk-zoned: Support pipelining of zoned writes
` [PATCH v26 12/17] null_blk: Add the preserves_write_order attribute
` [PATCH v26 13/17] scsi: core: Retry unaligned zoned writes
` [PATCH v26 14/17] scsi: sd: Increase retry count for "
` [PATCH v26 15/17] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v26 16/17] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v26 17/17] ufs: core: Inform the block layer about write ordering


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox