messages from 2023-09-26 07:26:33 to 2023-09-28 13:26:45 UTC [more...]
[PATCH] scsi: Clean up errors in sni_53c710.c
2023-09-28 13:24 UTC (2+ messages)
[PATCH 00/15] sysctl: Remove sentinel elements from drivers
2023-09-28 13:21 UTC (10+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
[PATCH v7 00/23] Fix libata suspend/resume handling and code cleanup
2023-09-28 12:39 UTC (30+ messages)
` [PATCH v7 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v7 02/23] ata: libata-core: Fix port and device removal
` [PATCH v7 03/23] ata: libata-scsi: link ata port and scsi device
` [PATCH v7 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v7 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v7 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v7 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v7 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v7 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v7 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v7 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v7 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v7 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v7 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v7 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v7 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v7 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v7 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v7 19/23] ata: libata-core: Do not resume "
` [PATCH v7 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v7 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v7 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v7 23/23] ata: libata: Cleanup inline DMA helper functions
[PATCH v2 0/4] SCSI: Fix issues between removing device and error handle
2023-09-28 11:41 UTC (6+ messages)
` [PATCH v2 1/4] scsi: core: Add new helper to iterate all devices of host
` [PATCH v2 2/4] scsi: scsi_error: Fix wrong statistic when print error info
` [PATCH v2 3/4] scsi: scsi_error: Fix device reset is not triggered
` [PATCH v2 4/4] scsi: scsi_core: Fix IO hang when device removing
[PATCH] scsi: lpfc: Clean up errors in lpfc_debugfs.c
2023-09-28 2:32 UTC
[PATCH v2 1/8] scsi: target: Make write_pending_must_be_called a bit field
2023-09-28 2:31 UTC (9+ messages)
` [PATCH v2 2/8] scsi: target: Have drivers report if they support direct submissions
` [PATCH v2 3/8] target: Move core_alua_check_nonop_delay call
` [PATCH v2 4/8] target: Move buffer clearing hack
` [PATCH v2 5/8] target: Kill transport_handle_cdb_direct
` [PATCH v2 6/8] scsi: target: Allow userspace to request direct submissions
` [PATCH v2 7/8] scsi: target: Unexport target_queue_submission
` [PATCH v2 8/8] scsi: target: Export fabric driver direct submit settings
` [PATCH v2 0/8] scsi: target: Allow userspace to config cmd submission
[PATCH] scsi: lpfc: Clean up errors in lpfc_init.c
2023-09-28 2:28 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc_sli.c
2023-09-28 2:17 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc.h
2023-09-28 2:05 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc_sli.h
2023-09-28 1:59 UTC
[PATCH] scsi: hptiop: Clean up errors in hptiop.c
2023-09-28 2:00 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc_sli.h
2023-09-28 1:59 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc_crtn.h
2023-09-28 1:58 UTC
[PATCH v5] ufs: core: wlun send SSU timeout recovery
2023-09-28 1:58 UTC (3+ messages)
[PATCH] scsi: lpfc: Clean up errors in lpfc_sli.h
2023-09-28 1:50 UTC
[PATCH] scsi: lpfc: Clean up errors in lpfc_compat.h
2023-09-28 1:47 UTC
[PATCH] scsi: hptiop: Clean up errors in hptiop.c
2023-09-28 1:38 UTC
[PATCH v5 00/10] scsi:scsi_debug: Add error injection for single device
2023-09-28 1:38 UTC (5+ messages)
` [PATCH v5 01/10] scsi: scsi_debug: create scsi_debug directory in the debugfs filesystem
[PATCH] scsi: fnic: Clean up errors in fnic_scsi.c
2023-09-28 1:25 UTC
[PATCH 00/13] Pass data temperature information to zoned UFS devices
2023-09-27 20:49 UTC (3+ messages)
[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
2023-09-27 19:52 UTC (28+ messages)
` [PATCH v8 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v8 02/23] ata: libata-core: Fix port and device removal
` [PATCH v8 03/23] ata: libata-scsi: link ata port and scsi device
` [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v8 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v8 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v8 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v8 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v8 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v8 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v8 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v8 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v8 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v8 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v8 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v8 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v8 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v8 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v8 19/23] ata: libata-core: Do not resume "
` [PATCH v8 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v8 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v8 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v8 23/23] ata: libata: Cleanup inline DMA helper functions
[PATCH] scsi: ufs: Convert all platform drivers to return void
2023-09-27 19:34 UTC (2+ messages)
[PATCH 0/3] Some fixes and optimizations for hisi_sas debugfs
2023-09-27 19:34 UTC (2+ messages)
[PATCH v2 00/10] scsi: pm8001: Bug fix and cleanup
2023-09-27 19:34 UTC (2+ messages)
[PATCH] [v3] scsi: zfcp: Fix a double put in zfcp_port_enqueue
2023-09-27 19:34 UTC (2+ messages)
[PATCH] scsi: fnic: Fix sg_reset success path
2023-09-27 19:34 UTC (2+ messages)
[PATCH] scsi: target: fix deadlock by recursive locking
2023-09-27 19:34 UTC (2+ messages)
[GIT PULL] SCSI fixes for 6.6-rc3
2023-09-27 17:10 UTC (2+ messages)
[PATCH 1/1] Revert "RDMA/rxe: Add workqueue support for rxe tasks"
2023-09-27 16:51 UTC (11+ messages)
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-09-27 16:21 UTC (6+ messages)
` [PATCH v4 "
` [PATCH 15/29] scsi: target: Convert to bdev_open_by_path()
[PATCH] scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by
2023-09-27 15:29 UTC (2+ messages)
[PATCH v2 0/4] UFS core patches
2023-09-27 15:14 UTC (2+ messages)
[PATCH] scsi: 3w-sas: Clean up errors in 3w-sas.h
2023-09-27 14:01 UTC (2+ messages)
[PATCH V3 0/4] Add UFS host controller and Phy nodes for sc7280
2023-09-27 12:43 UTC (12+ messages)
` [PATCH V3 1/4] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string
` [PATCH V3 2/4] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc
` [PATCH V3 3/4] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board
` [PATCH V3 4/4] dt-bindings: ufs: qcom: Align clk binding property for Qualcomm UFS
[PATCH v3 0/6] UFS: Add OPP support
2023-09-27 12:39 UTC (6+ messages)
` [PATCH v3 5/6] arm64: dts: qcom: sdm845: Add OPP table support to UFSHC
[PATCH] scsi: Clean up errors in nsp32_io.h
2023-09-27 8:24 UTC
[RFC PATCH v2 00/18] scsi: scsi_error: Introduce new error handle mechanism
2023-09-27 9:41 UTC (11+ messages)
[PATCH] scsi: nsp32: Clean up errors in nsp32.h
2023-09-27 8:43 UTC
[PATCH] scsi: Clean up errors in mvme16x_scsi.c
2023-09-27 8:34 UTC
[PATCH] scsi: iscsi: Clean up errors in libiscsi_tcp.c
2023-09-27 8:31 UTC
[PATCH V3 4/4] dt-bindings: ufs: qcom: Align clk binding property for Qualcomm UFS
2023-09-27 8:27 UTC
[PATCH V2 0/3] Add UFS host controller and Phy nodes for sc7280
2023-09-27 8:21 UTC (7+ messages)
` [PATCH V2 1/3] scsi: ufs: qcom: dt-bindings: Add SC7280 compatible string
` [PATCH V2 2/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc
` [PATCH V2 3/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 IDP board
[PATCH] scsi: esp_scsi: Clean up errors in esp_scsi.c
2023-09-27 8:03 UTC
[PATCH] netlink: Clean up errors in scsi_netlink.c
2023-09-27 8:00 UTC
[PATCH] scsi: aic7xxx: Clean up errors in aic7770.c
2023-09-27 7:54 UTC
[PATCH] scsi: aic7xxx: aic79xx: Clean up errors in aic79xx_proc.c
2023-09-27 7:40 UTC
[PATCH] scsi: aic7xxx: Clean up errors in aic7xxx.h
2023-09-27 7:35 UTC
[PATCH] [SCSI] aic7xxx: Clean up errors in scsi_iu.h
2023-09-27 7:30 UTC
[PATCH] [SCSI] aic7xxx: Clean up errors in aic79xx_inline.h
2023-09-27 7:26 UTC
[PATCH] aic7xxx: Clean up errors in queue.h
2023-09-27 7:22 UTC
[PATCH] scsi: aic7xxx: aic79xx: Clean up errors in aic7xxx_proc.c
2023-09-27 7:17 UTC
[PATCH] scsi: aic7xxx: Clean up errors in aicasm.c
2023-09-27 7:14 UTC
[PATCH] [SCSI] aic7xxx: Clean up errors in aiclib.h
2023-09-27 7:02 UTC
[PATCH] [SCSI] aic7xxx: Clean up errors in aic7xxx_inline.h
2023-09-27 6:56 UTC
[PATCH] scsi: aic7xxx: Clean up errors in aic79xx_osm.h
2023-09-27 6:52 UTC
[PATCH v4] ufs: core: wlun send SSU timeout recovery
2023-09-27 3:32 UTC (7+ messages)
[PATCH] scsi: message: fusion: replace deprecated strncpy with strscpy
2023-09-27 4:43 UTC
[PATCH] scsi: message: fusion: replace deprecated strncpy with strscpy_pad
2023-09-27 4:06 UTC
[PATCH v6 00/23] Fix libata suspend/resume handling and code cleanup
2023-09-26 23:30 UTC (24+ messages)
` [PATCH v6 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v6 02/23] ata: libata-core: Fix port and device removal
` [PATCH v6 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v6 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v6 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v6 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v6 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v6 19/23] ata: libata-core: Do not resume runtime suspended ports
[PATCH V1 0/2] Add UFS host controller and Phy nodes for sc7280
2023-09-26 17:29 UTC (5+ messages)
` [PATCH V1 2/2] arm64: dts: qcom: sc7280: Add UFS host controller and phy nodes
[bug report] blktests srp/002 hang
2023-09-26 15:36 UTC (20+ messages)
[PATCH] scsi: ips: Fix potential deadlock on host->host_lock
2023-09-26 11:03 UTC
[PATCH] scsi: libsas: Fix potential deadlock on &sas_dev->lock
2023-09-26 11:02 UTC
[PATCH] drbd: Fix potential deadlock on &session->back_lock and &session->frwd_lock
2023-09-26 11:00 UTC
[PATCH v16 04/12] block: add emulation for copy
2023-09-26 10:07 UTC (4+ messages)
` [PATCH v16 00/12] Implement copy offload support
[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
2023-09-26 7:36 UTC (2+ messages)
` [Bug 217599] "
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;
as well as URLs for NNTP newsgroup(s).