Linux-ide Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 13:54:47 to 2023-09-29 13:33:29 UTC [more...]

[GIT PULL] ata fixes for 6.6-rc4
 2023-09-29 13:33 UTC 

[PATCH AUTOSEL 4.14 6/6] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
 2023-09-28 16:00 UTC  (2+ messages)

[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 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 v6 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-26 23:30 UTC  (40+ 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 03/23] ata: libata-scsi: link ata port and scsi device
` [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 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v6 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v6 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v6 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v6 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v6 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v6 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v6 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v6 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v6 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v6 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v6 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v6 19/23] ata: libata-core: Do not resume "
` [PATCH v6 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v6 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v6 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v6 23/23] ata: libata: Cleanup inline DMA helper functions

[PATCH] ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list
 2023-09-26  4:55 UTC  (5+ messages)

[PATCH] ata: libata: increase PMP SRST timeout to 10s
 2023-09-25  7:12 UTC  (2+ messages)

[PATCH] libata: Annotate struct ata_cpr_log with __counted_by
 2023-09-25  7:03 UTC  (3+ messages)

[PATCH] ahci: add identifiers for ASM2116 series devices
 2023-09-25  7:02 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 16/28] ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()
 2023-09-24 13:17 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 28/28] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()

[PATCH AUTOSEL 5.4 7/7] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
 2023-09-24 13:20 UTC 

[PATCH AUTOSEL 5.10 13/13] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
 2023-09-24 13:19 UTC 

[PATCH AUTOSEL 5.15 18/18] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
 2023-09-24 13:18 UTC 

[PATCH AUTOSEL 4.19 7/7] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
 2023-09-24 13:20 UTC 

[PATCH AUTOSEL 6.5 19/41] ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()
 2023-09-24 13:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.5 40/41] ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
` [PATCH AUTOSEL 6.5 41/41] ata: libata-eh: do not thaw the port twice "

[PATCH v5 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-22 21:32 UTC  (34+ messages)
` [PATCH v5 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v5 02/23] ata: libata-core: Fix port and device removal
` [PATCH v5 03/23] ata: libata-scsi: link ata port and scsi device
` [PATCH v5 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v5 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v5 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v5 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v5 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v5 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v5 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v5 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v5 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v5 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v5 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v5 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v5 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v5 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v5 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v5 19/23] ata: libata-core: Do not resume "
` [PATCH v5 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v5 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v5 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v5 23/23] ata: libata: Cleanup inline DMA helper functions

[RFC] ata: libata: increase PMP SRST timeout to 10s
 2023-09-22 20:05 UTC  (6+ messages)

[PATCH v4 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-22 17:00 UTC  (39+ messages)
` [PATCH v4 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v4 02/23] ata: libata-core: Fix port and device removal
` [PATCH v4 03/23] ata: libata-scsi: link ata port and scsi device
` [PATCH v4 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v4 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v4 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v4 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v4 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v4 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v4 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v4 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v4 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v4 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v4 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v4 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v4 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v4 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v4 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v4 19/23] ata: libata-core: Do not resume "
` [PATCH v4 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v4 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v4 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v4 23/23] ata: libata: Cleanup inline DMA helper functions


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 read-only IMAP folder(s) and NNTP newsgroup(s).