public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-20 18:11:47 to 2023-09-11 04:02:53 UTC [more...]

[PATCH 00/19] Fix libata suspend/resume handling and code cleanup
 2023-09-11  4:02 UTC  (12+ messages)
` [PATCH 01/19] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH 02/19] ata: libata-core: Fix port and device removal
` [PATCH 03/19] ata: libata-scsi: link ata port and scsi device
` [PATCH 04/19] ata: libata-scsi: Disable scsi device manage_start_stop
` [PATCH 05/19] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH 06/19] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH 07/19] scsi: sd: Do not issue commands to suspended disks on remove
` [PATCH 08/19] scsi: Remove scsi device no_start_on_resume flag
` [PATCH 09/19] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH 10/19] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH 11/19] ata: libata-core: Detach a port devices on shutdown

[PATCH] ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()
 2023-09-08  5:18 UTC  (5+ messages)

[PATCH v4] ata: libata-eh: Honor all EH scheduling requests
 2023-09-07 21:02 UTC  (3+ messages)

[PATCH v4] ahci: libahci: clear pending interrupt status
 2023-09-07  8:30 UTC  (2+ messages)

[PATCH v2] ata: ahci: print the lpm policy on boot
 2023-09-06 21:54 UTC  (3+ messages)

[PATCH v3] ahci: libahci: clear pending interrupt status
 2023-09-06 21:29 UTC  (5+ messages)

[PATCH v2] ata: ahci: Add Elkhart Lake AHCI controller
 2023-09-06 13:02 UTC  (4+ messages)

[PATCH] ata: ahci: print the lpm policy on boot
 2023-09-06 11:23 UTC  (6+ messages)

Cache coherency bug: stale reads on /dev/sda1
 2023-09-06  7:42 UTC  (10+ messages)

[PATCH v3] ata: libata-eh: Honor all EH scheduling requests
 2023-09-06  6:53 UTC  (3+ messages)

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-09-06  1:07 UTC  (17+ messages)

[GIT PULL] ata changes for 6.6-rc1
 2023-09-05 20:13 UTC  (2+ messages)

[PATCH v2] scsi: ata: Fix a race condition between scsi error handler and ahci interrupt
 2023-09-05 13:09 UTC  (3+ messages)

[PATCH] ata: libata: disallow dev-initiated LPM transitions to unsupported states
 2023-09-05  8:33 UTC  (4+ messages)

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH] scsi: ata: Fix a race condition between scsi error handler and ahci interrupt
 2023-09-04 13:00 UTC  (7+ messages)

[PATCH] [V2] ata: libata: add workaround to flip LPM during suspend/resume
 2023-09-04 10:55 UTC  (3+ messages)

[PATCH] ata: Disable NCQ_TRIM on Micron 1100 drives
 2023-09-02  3:11 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2] ahci: libahci: clear pending interrupt status
 2023-09-01  9:03 UTC  (2+ messages)

[PATCH] ata: libata: add workaround to flip LPM during suspend/resume
 2023-09-01  2:03 UTC  (3+ messages)

[PATCH] ahci: libahci: clear pending interrupt status
 2023-08-31  5:22 UTC  (2+ messages)

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-30 19:51 UTC  (5+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>

[PATCH] ata: Add Elkhart Lake AHCI controller
 2023-08-29 14:32 UTC  (5+ messages)

[PATCH v6 0/2] Q40 IDE fixes
 2023-08-28 21:34 UTC  (5+ messages)
` [PATCH v6 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v6 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

Re: [PATCH] ahci: libahci: clear pending interrupt status
 2023-08-28 19:16 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-28  7:30 UTC 

[PATCH v5 0/2] Q40 IDE fixes
 2023-08-26 11:12 UTC  (7+ messages)
` [PATCH v5 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v5 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

[PATCH 0/2] ata: pata_ep93xx: dt convert preparation fixes
 2023-08-25 13:15 UTC  (9+ messages)
` [PATCH 1/2] ata: pata_ep93xx: fix error return code in probe
` [PATCH 2/2] ata: pata_ep93xx: use soc_device_match for UDMA modes

[PATCH v4 0/2] Q40 IDE fixes
 2023-08-25  1:07 UTC  (15+ messages)
` [PATCH v4 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v4 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

[PATCH 0/2] Fix compilation warnings
 2023-08-24  8:29 UTC  (4+ messages)
` [PATCH 1/2] ata: pata_ftide010: Add missing MODULE_DESCRIPTION
` [PATCH 2/2] ata: sata_gemini: "

[PATCH v3 29/42] dt-bindings: rtc: Add ST M48T86
 2023-08-23 10:16 UTC 

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH 0/3] Q40 IDE fixes
 2023-08-22 20:21 UTC  (11+ messages)
` [PATCH 1/3] m68k/q40: fix IO base selection for Q40 in pata_falcon.c
` [PATCH 2/3] m68k/q40: add data_swab option for pata_falcon to byte-swap disk data

Re: [PATCH] ahci: libahci: clear pending interrupt status
 2023-08-22  8:41 UTC  (2+ messages)

[PATCH v3 0/2] Q40 IDE fixes
 2023-08-22  8:39 UTC  (8+ messages)
` [PATCH v3 1/2] ata: pata_falcon: fix IO base selection for Q40

[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-08-21  4:51 UTC  (30+ messages)
` [RESEND PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [RESEND PATCH v10 04/25] dept: Add lock "
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 13/25] dept: Distinguish each work "
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [RESEND PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [RESEND PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [RESEND PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [RESEND PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [RESEND PATCH v10 19/25] dept: Apply timeout consideration to swait
` [RESEND PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [RESEND PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [RESEND PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [RESEND PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [RESEND PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [RESEND PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}


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