messages from 2023-10-13 20:18:35 to 2023-10-17 21:18:25 UTC [more...]
[bug report] blktests srp/002 hang
2023-10-17 21:18 UTC (31+ messages)
[PATCH v2 0/2] cleanup patch
2023-10-17 21:15 UTC (6+ messages)
` [PATCH v2 1/2] scsi: core: cleanup scsi_dev_queue_ready()
` [PATCH v2 2/2] scsi: Add comment of target_destroy in scsi_host_template
[bug report] scsi: lpfc: Validate ELS LS_ACC completion payload
2023-10-17 21:03 UTC (2+ messages)
[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
2023-10-17 20:47 UTC (15+ messages)
` [PATCH v3 01/14] fs: Move enum rw_hint into a new header file
` [PATCH v3 02/14] block: Restore data lifetime support in struct bio and struct request
` [PATCH v3 03/14] fs: Restore write hint support
` [PATCH v3 04/14] fs/f2fs: Restore data lifetime support
` [PATCH v3 05/14] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v3 06/14] scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v3 07/14] sd: Translate data lifetime information
` [PATCH v3 08/14] scsi_debug: Reduce code duplication
` [PATCH v3 09/14] scsi_debug: Support the block limits extension VPD page
` [PATCH v3 10/14] scsi_debug: Rework page code error handling
` [PATCH v3 11/14] scsi_debug: Rework subpage "
` [PATCH v3 12/14] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v3 13/14] scsi_debug: Implement GET STREAM STATUS
` [PATCH v3 14/14] scsi_debug: Maintain write statistics per group number
[PATCH] scsi: ufs: Leave space for '\0' in utf8 desc string
2023-10-17 19:33 UTC (3+ messages)
[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
2023-10-17 18:03 UTC (7+ messages)
` [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management
[PATCH v3 0/4] SCSI: Fix issues between removing device and error handle
2023-10-17 17:00 UTC (7+ messages)
` [PATCH v3 1/4] scsi: core: Add new helper to iterate all devices of host
` [PATCH v3 2/4] scsi: scsi_error: Fix wrong statistic when print error info
` [PATCH v3 3/4] scsi: scsi_error: Fix device reset is not triggered
` [PATCH v3 4/4] scsi: scsi_core: Fix IO hang when device removing
[PATCH -next] scsi: target: core: Fix one kernel-doc comment
2023-10-17 15:49 UTC (2+ messages)
[bug report] scsi: megaraid: Pass in NULL scb for host reset
2023-10-17 15:35 UTC (2+ messages)
[bug report] scsi: aic79xx: Do not reference SCSI command when resetting device
2023-10-17 15:32 UTC (2+ messages)
[bug report] scsi: message: fusion: Open-code mptfc_block_error_handler() for bus reset
2023-10-17 15:12 UTC (2+ messages)
[PATCHv6 0/9] scsi: EH rework, main part
2023-10-17 14:07 UTC (24+ messages)
` [PATCH 1/9] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 2/9] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 3/9] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 4/9] scsi: Use scsi_device as argument to eh_device_reset_handler()
` [PATCH 5/9] scsi: set host byte after EH completed
` [PATCH 6/9] scsi_error: iterate over list of failed commands in scsi_eh_bus_reset()
` [PATCH 7/9] scsi: Do not allocate scsi command in scsi_ioctl_reset()
` [PATCH 8/9] scsi_error: iterate over list of failed commands in scsi_eh_bus_device_reset()
` [PATCH 9/9] scsi: remove SUBMITTED_BY_SCSI_RESET_IOCTL
[bug report] scsi: ufs: core: Only suspend clock scaling if scaling down
2023-10-17 13:54 UTC
[PATCH] drivers: scsi: lpfc: Fixed multiple typos in multiple files
2023-10-17 12:25 UTC (2+ messages)
[PATCHv7 00/16] scsi: EH rework prep patches, part 2
2023-10-17 10:07 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()
[PATCH] pmcraid: add missing scsi_device_put() in pmcraid_eh_target_reset_handler()
2023-10-17 7:31 UTC (2+ messages)
[PATCHv6 00/17] scsi: EH rework prep patches, part 2
2023-10-17 6:38 UTC (30+ messages)
` [PATCH 01/17] pmcraid: add missing scsi_device_put() in pmcraid_eh_target_reset_handler()
` [PATCH 02/17] zfcp: do not wait for rports to become unblocked after host reset
` [PATCH 03/17] bfa: Do not use scsi command to signal TMF status
` [PATCH 04/17] aha152x: look for stuck command when resetting device
` [PATCH 05/17] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 06/17] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 07/17] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 08/17] xen-scsifront: rework scsifront_action_handler()
` [PATCH 09/17] libiscsi: use cls_session as argument for target and session reset
` [PATCH 10/17] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 11/17] snic: reserve tag for TMF
` [PATCH 12/17] snic: allocate device reset command
` [PATCH 13/17] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 14/17] fnic: allocate device reset command on the fly
` [PATCH 15/17] fnic: use fc_block_rport() correctly
` [PATCH 16/17] csiostor: use separate TMF command
` [PATCH 17/17] dc395x: Remove 'scmd' parameter from doing_srb_done()
[PATCH -next] scsi: pmcraid: Fix some kernel-doc comments
2023-10-17 2:58 UTC
[PATCH v2 0/3] Fix abnormal clock scaling behaviors
2023-10-17 1:11 UTC (2+ messages)
[PATCH] mpt3sas: fix in error path
2023-10-17 1:12 UTC (2+ messages)
[PATCH] scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_host'
2023-10-17 1:11 UTC (2+ messages)
[PATCH] qla2xxx: Fix double free of dsd_list during driver load
2023-10-17 1:12 UTC (2+ messages)
[PATCH] scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup
2023-10-17 1:11 UTC (2+ messages)
[PATCH v2 00/12] scsi: sshdr and retry fixes
2023-10-17 1:11 UTC (3+ messages)
[PATCHv5 00/18] scsi: EH rework prep patches, part 1
2023-10-17 1:11 UTC (2+ messages)
[PATCH] drivers: scsi: cxgbi: libcxgbi.c: Fixed 'generated' typo
2023-10-17 1:11 UTC (2+ messages)
[PATCH v2 1/8] scsi: target: Make write_pending_must_be_called a bit field
2023-10-17 1:11 UTC (3+ messages)
` [PATCH v2 0/8] scsi: target: Allow userspace to config cmd submission
[PATCH 0/6] lpfc: Update lpfc to revision 14.2.0.15
2023-10-17 1:11 UTC (3+ messages)
[PATCH 0/4] megaraid_sas: Driver version update to 07.727.03.00-rc1
2023-10-17 1:11 UTC (3+ messages)
[PATCH] scsi: depopulation and restoration in progress
2023-10-17 1:02 UTC (2+ messages)
[PATCH v7 0/5] UFS: Add OPP support
2023-10-17 0:59 UTC (3+ messages)
[PATCH v6 00/10] scsi:scsi_debug: Add error injection for single device
2023-10-17 0:53 UTC (3+ messages)
[PATCH] scsi_status_is_good() uses __KERNEL__ constants
2023-10-16 22:06 UTC (3+ messages)
[RFC PATCH 0/6] usb-storage,uas,scsi: Support OPAL commands on USB attached devices
2023-10-16 18:49 UTC (12+ messages)
` [PATCH 0/7] usb-storage,uas: "
` [PATCH 1/7] usb-storage: remove UNUSUAL_VENDOR_INTF macro
` [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 4/7] usb-storage,uas: use host helper to generate driver info
` [PATCH 5/7] usb-storage,uas: do not convert device_info for 64-bit platforms
` [PATCH 6/7] usb-storage,uas: enable security commands for USB-attached storage
` [PATCH 7/7] usb-storage,uas: disable security commands (OPAL) for RT9210 chip family
[PATCH v2 00/15] Pass data temperature information to UFS devices
2023-10-16 16:36 UTC (19+ messages)
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
` [PATCH v2 04/15] fs: Restore write hint support
[PATCH] scsi: use ATA-12 pass-thru for OPAL as fallback
2023-10-16 16:01 UTC (9+ messages)
Zapytanie ofertowe
2023-10-16 7:30 UTC
PMC(Adaptec) 7805H(7H series) HBA compatibility problem with many Seagate HDDs
2023-10-15 19:09 UTC
[Bug 76681] New: Adaptec 7805H SAS HBA (pm80xx) cannot survive ACPI S3 or ACPI S4
2023-10-14 12:14 UTC (3+ messages)
` [Bug 76681] "
[PATCH 0/9] Add support for Bayhub SD/MMC controller
2023-10-14 10:36 UTC (3+ messages)
[PATCH] scsi: ufs: qcom: remove unnecessary check
2023-10-13 21:03 UTC (2+ messages)
[PATCH v2] scsi: message: fusion: replace deprecated strncpy with strscpy
2023-10-13 21:03 UTC (2+ messages)
[PATCH v1 1/1] scsi: ufs: ufs-pci: Switch to use acpi_evaluate_dsm_typed()
2023-10-13 21:03 UTC (2+ messages)
[PATCH] scsi: message: fusion: replace deprecated strncpy with strscpy_pad
2023-10-13 21:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox