public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-18 17:57:11 to 2023-10-24 06:24:26 UTC [more...]

[PATCH] pmcraid: add missing scsi_device_put() in pmcraid_eh_target_reset_handler()
 2023-10-24  6:24 UTC  (2+ messages)

blktests: running nvme and srp tests with real RDMA hardware
 2023-10-24  5:55 UTC  (3+ messages)

[PATCH v4 0/3] Support disabling fair tag sharing
 2023-10-24  5:36 UTC  (6+ messages)
` [PATCH v4 1/3] block: Introduce flag BLK_MQ_F_DISABLE_FAIR_TAG_SHARING
` [PATCH v4 2/3] scsi: core: Support disabling fair tag sharing
` [PATCH v4 3/3] scsi: ufs: Disable "

[PATCH v14 00/19] Improve write performance for zoned UFS devices​
 2023-10-24  0:13 UTC  (28+ messages)
` [PATCH v14 01/19] block: Introduce more member variables related to zone write locking
` [PATCH v14 02/19] block: Only use write locking if necessary
` [PATCH v14 03/19] block: Preserve the order of requeued zoned writes
` [PATCH v14 04/19] block/mq-deadline: Only use zone locking if necessary
` [PATCH v14 05/19] scsi: Add an argument to scsi_eh_flush_done_q()
` [PATCH v14 06/19] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v14 07/19] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v14 08/19] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v14 09/19] scsi: sd: Add a unit test for sd_cmp_sector()
` [PATCH v14 10/19] scsi: core: Retry unaligned zoned writes
` [PATCH v14 11/19] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v14 12/19] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v14 13/19] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v14 14/19] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v14 15/19] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v14 16/19] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v14 17/19] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v14 18/19] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v14 19/19] scsi: ufs: Inform the block layer about write ordering
` [PATCH v14 00/19] Improve write performance for zoned UFS devices

[PATCH] scsi: elx: libefc: replace deprecated strncpy with strscpy
 2023-10-23 21:58 UTC 

[PATCH] scsi: csiostor: replace deprecated strncpy with strscpy
 2023-10-23 20:26 UTC 

[PATCH] scsi: ch: replace deprecated strncpy with strscpy
 2023-10-23 20:20 UTC 

[PATCH] scsi: bnx2fc: replace deprecated strncpy with strscpy
 2023-10-23 20:12 UTC 

[PATCH] scsi: 3w-sas: replace deprecated strncpy with strscpy
 2023-10-23 19:50 UTC 

[PATCH v2 00/12] scsi: mpt3sas: Use flexible arrays and do a few cleanups
 2023-10-23 16:30 UTC  (2+ messages)

mpt3sas ubsan issues
 2023-10-23 13:56 UTC  (3+ messages)

[PATCH 1/2] scsi: scsi_debug: fix some bugs in sdebug_error_write()
 2023-10-23 13:39 UTC  (6+ messages)
` [PATCH 2/2] scsi: scsi_debug: delete some bogus error checking

[PATCH] drivers: target: Fixed multiple typos in multiple files
 2023-10-23 10:59 UTC 

[PATCHv8 00/10] scsi: EH rework, main part
 2023-10-23  9:28 UTC  (11+ messages)
` [PATCH 01/10] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 02/10] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 03/10] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 04/10] scsi: Use scsi_device as argument to eh_device_reset_handler()
` [PATCH 05/10] scsi: set host byte after EH completed
` [PATCH 06/10] scsi_error: iterate over list of failed commands in scsi_eh_bus_reset()
` [PATCH 07/10] scsi: Do not allocate scsi command in scsi_ioctl_reset()
` [PATCH 08/10] scsi_error: iterate over list of failed commands in scsi_eh_bus_device_reset()
` [PATCH 09/10] scsi_error: map FAST_IO_FAIL to -EAGAIN in SCSI EH
` [PATCH 10/10] scsi: remove SUBMITTED_BY_SCSI_RESET_IOCTL

[PATCHv8 00/16] scsi: EH rework prep patches, part 2
 2023-10-23  9:15 UTC  (17+ messages)
` [PATCH 01/16] zfcp: do not wait for rports to become unblocked after host reset
` [PATCH 02/16] bfa: Do not use scsi command to signal TMF status
` [PATCH 03/16] aha152x: look for stuck command when resetting device
` [PATCH 04/16] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 05/16] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 06/16] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 07/16] xen-scsifront: rework scsifront_action_handler()
` [PATCH 08/16] libiscsi: use cls_session as argument for target and session reset
` [PATCH 09/16] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 10/16] snic: reserve tag for TMF
` [PATCH 11/16] snic: allocate device reset command
` [PATCH 12/16] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 13/16] fnic: allocate device reset command on the fly
` [PATCH 14/16] fnic: use fc_block_rport() correctly
` [PATCH 15/16] csiostor: use separate TMF command
` [PATCH 16/16] dc395x: Remove 'scmd' parameter from doing_srb_done()

[PATCHv6 0/9] scsi: EH rework, main part
 2023-10-23  8:39 UTC  (7+ messages)
` [PATCH 1/9] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 5/9] scsi: set host byte after EH completed

[PATCH] megaraid: fixup debug message in megaraid_abort_and_reset()
 2023-10-23  7:30 UTC 

[PATCH] aic79xx: fix up NULL command in ahd_done()
 2023-10-23  7:30 UTC 

[PATCH] mptfc: initialize return value in mptfc_bus_reset()
 2023-10-23  7:30 UTC 

[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
 2023-10-23  5:51 UTC  (12+ messages)
` [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management

[PATCH 3/9] scsi: bht: card: Add the source files related to card initialization
 2023-10-23  1:00 UTC  (2+ messages)

[PATCH 5/9] scsi: bht: include: Add the header files related to Bayhub specific struct, enum and macro
 2023-10-23  0:56 UTC  (2+ messages)

[PATCH] [RFC] scsi: mvsas: Try to enable MSI
 2023-10-22 20:03 UTC 

Oops with v6.6-rc6+
 2023-10-22 18:18 UTC  (4+ messages)

[Bug 218030] New: Marvell 88SE6320 SAS controller (mvsas) cannot survive ACPI S3 or ACPI S4
 2023-10-22 12:44 UTC  (4+ messages)
` [Bug 218030] "

[Bug 218035] New: Adaptec 7805H (pm80xx) hangs even on light I/O with some Seagate HDDs
 2023-10-22 12:43 UTC 

[PATCH v17 00/12] Implement copy offload support
 2023-10-22 11:51 UTC  (15+ messages)
  ` [PATCH v17 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v17 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v17 03/12] block: add copy offload support
  ` [PATCH v17 04/12] block: add emulation for copy
  ` [PATCH v17 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v17 06/12] fs, block: copy_file_range for def_blk_ops for direct "
  ` [PATCH v17 07/12] nvme: add copy offload support
  ` [PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
  ` [PATCH v17 09/12] dm: Add support for copy offload
  ` [PATCH v17 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v17 11/12] null: Enable trace capability for null block
  ` [PATCH v17 12/12] null_blk: add support for copy offload

[PATCH V1 0/4] Add per-cpu PM QoS support for QCOM UFS
 2023-10-21 17:22 UTC  (6+ messages)
` [PATCH V1 1/4] dt-bindings: ufs: qcom: Add qos property

[RFC PATCH 0/6] usb-storage,uas,scsi: Support OPAL commands on USB attached devices
 2023-10-21 10:22 UTC  (9+ messages)
` [PATCH 0/7] usb-storage,uas: "
  ` [PATCH 2/7] usb-storage,uas: make internal quirks flags 64bit
  ` [PATCH 3/7] usb-storage: use fflags index only in usb-storage driver
  ` [PATCH 5/7] usb-storage,uas: do not convert device_info for 64-bit platforms

[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
 2023-10-20 20:45 UTC  (8+ messages)

[GIT PULL] SCSI fixes for 6.6-rc6
 2023-10-20 20:27 UTC  (2+ messages)

[PATCH v13 00/18] Improve write performance for zoned UFS devices
 2023-10-20 19:17 UTC  (19+ messages)
` [PATCH v13 03/18] block: Preserve the order of requeued zoned writes
` [PATCH v13 05/18] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v13 10/18] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v13 13/18] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v13 14/18] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v13 15/18] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v13 16/18] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v13 17/18] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v13 18/18] scsi: ufs: Inform the block layer about write ordering

[PATCH 00/13] Introduce support for multiqueue (MQ) in
 2023-10-20 19:06 UTC  (14+ messages)
` [PATCH 01/13] scsi: fnic: Modify definitions to sync with VIC firmware
` [PATCH 02/13] scsi: fnic: Add and use fnic number
` [PATCH 03/13] scsi: fnic: Add and improve log messages
` [PATCH 04/13] scsi: fnic: Rename wq_copy to hw_copy_wq
` [PATCH 05/13] scsi: fnic: Get copy workqueue count and interrupt mode from config
` [PATCH 06/13] scsi: fnic: Refactor and redefine fnic.h for multiqueue
` [PATCH 07/13] scsi: fnic: Modify ISRs to support multiqueue(MQ)
` [PATCH 08/13] scsi: fnic: Define stats to track multiqueue (MQ) IOs
` [PATCH 09/13] scsi: fnic: Remove usage of host_lock
` [PATCH 10/13] scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
` [PATCH 11/13] scsi: fnic: Use fnic_lock to protect fnic structures in queuecommand
` [PATCH 12/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver
` [PATCH 13/13] scsi: fnic: Improve logs and add support for multiqueue (MQ)

[bug report] blktests srp/002 hang
 2023-10-20 17:41 UTC  (33+ messages)

[PATCHv6 00/17] scsi: EH rework prep patches, part 2
 2023-10-20 16:55 UTC  (5+ messages)
` [PATCH 09/17] libiscsi: use cls_session as argument for target and session reset

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2023-10-20 11:08 UTC  (2+ messages)
` [Bug 217599] "

[PATCH] mpt3sas: Improvised loop logic
 2023-10-20 10:58 UTC 

[PATCH v3 0/3] scsi: ufs: core: support WB buffer resize function
 2023-10-20  7:11 UTC  (5+ messages)

[PATCH v2] scsi: snici: remove useless code in snic_dr_clean_pending_req
 2023-10-20  6:50 UTC  (2+ messages)

[PATCHv7 00/16] scsi: EH rework prep patches, part 2
 2023-10-20  6:18 UTC  (4+ messages)
` [PATCH 01/16] zfcp: do not wait for rports to become unblocked after host reset

[PATCH] scsi: libsas: fix set zero-address when device-type != NO_DEVICE
 2023-10-20  3:24 UTC  (2+ messages)

[PATCH] scsi: snici: Remove dead code in snic_dr_clean_pending_req
 2023-10-20  1:52 UTC  (3+ messages)

[PATCH v2] mpt3sas: suppress a warning in debug kernel
 2023-10-19 15:37 UTC 

[PATCH v3 0/2] cleanup patch
 2023-10-18 18:07 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: core: cleanup scsi_dev_queue_ready()
` [PATCH v3 2/2] scsi: Add comment of target_destroy in scsi_host_template

[PATCH v3 0/4] SCSI: Fix issues between removing device and error handle
 2023-10-18 18:03 UTC  (7+ messages)


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