linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 17:17:54 to 2025-12-06 02:02:30 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-06  0:25 UTC  (45+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[GIT PULL] ata fix for 6.19-rc1
 2025-12-05  9:43 UTC 

[PATCH] ata: libata-scsi: Remove superfluous local_irq_save()
 2025-12-05  7:31 UTC  (3+ messages)

[GIT PULL] ata changes for 6.19-rc1
 2025-12-05  3:47 UTC  (2+ messages)

[PATCH v4 0/6] ata: libata: Improve max sectors quirk handling
 2025-12-02 13:10 UTC  (8+ messages)
` [PATCH v4 1/6] ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
` [PATCH v4 2/6] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v4 3/6] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v4 4/6] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v4 5/6] ata: libata: Add libata.force parameter max_sec
` [PATCH v4 6/6] ata: libata: Allow more quirks

[PATCH v3 0/8] ata: libata: Quirk DELLBOSS VD max_sectors
 2025-12-02 10:21 UTC  (17+ messages)
` [PATCH v3 1/8] ata: libata: Move quirk flags to their own enum
` [PATCH v3 2/8] ata: libata-core: Quirk DELLBOSS VD max_sectors
` [PATCH v3 3/8] ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
` [PATCH v3 4/8] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v3 5/8] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v3 6/8] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v3 7/8] ata: libata: Add libata.force parameter max_sec
` [PATCH v3 8/8] ata: libata: Allow more quirks
` (subset) [PATCH v3 0/8] ata: libata: Quirk DELLBOSS VD max_sectors

[PATCH v3] ata: libata: avoid long timeouts on hot-unplugged SATA DAS
 2025-12-02  7:45 UTC  (3+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (8+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH v2 0/8] ata: libata: Quirk DELLBOSS VD max_sectors
 2025-11-29 21:50 UTC  (11+ messages)
` [PATCH v2 1/8] ata: libata: Move quirk flags to their own enum
` [PATCH v2 2/8] ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
` [PATCH v2 3/8] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v2 4/8] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v2 5/8] ata: libata-core: Quirk DELLBOSS VD max_sectors
` [PATCH v2 6/8] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v2 7/8] ata: libata: Add libata.force parameter max_sec
` [PATCH v2 8/8] ata: libata: Allow more quirks

[PATCH] ata: libata-core: Disable LPM on Silicon Motion MD619HXCLDE3TC
 2025-11-28  6:01 UTC  (7+ messages)

[PATCH] ata: libata: avoid long timeouts on hot-unplugged SATA DAS
 2025-11-26  7:50 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/3] ata: libata: Quirk DELLBOSS VD MV.R00-0 max_sectors
 2025-11-25  4:30 UTC  (10+ messages)
` [PATCH 1/3] ata: libata: Move quirk flags to their own enum
` [PATCH 2/3] ata: libata-core: Quirk DELLBOSS VD MV.R00-0 max_sectors
` [PATCH 3/3] ata: libata: Allow more quirks

[bug report] ata: ahci: IO error with the default med_power_with_dipm
 2025-11-24  9:13 UTC  (5+ messages)

[GIT PULL] ata fixes for 6.18-rc7
 2025-11-21 19:19 UTC  (2+ messages)

ata timeout exceptions
 2025-11-20 23:53 UTC  (13+ messages)

[PATCH 1/2] ata: libata-scsi: Fix system suspend for a security locked drive
 2025-11-20 12:45 UTC  (9+ messages)
` [PATCH 2/2] ata: libata-core: Set capacity to zero "

[PATCH] ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()
 2025-11-20 12:16 UTC  (3+ messages)

Wiadomość z księgowości
 2025-11-19  8:55 UTC 

[PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
 2025-11-19  8:37 UTC  (3+ messages)
` [PATCH v5 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver

[PATCH V2] ata: pata_pcmcia: Add Iomega Clik! PCMCIA ATA/ATAPI Adapter
 2025-11-18 21:00 UTC  (5+ messages)

[PATCH] fix PCMCIA Iomega Clik!
 2025-11-18 15:22 UTC  (4+ messages)

[PATCH v6 0/3] Support power resources defined in acpi on ata
 2025-11-13  2:46 UTC  (10+ messages)
` [PATCH v6 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v6 2/3] ata: Use ACPI methods to power on disks
` [PATCH v6 3/3] ata: stop disk on restart if ACPI power resources are found

[PATCH] ata: libata-sff: add WQ_PERCPU to alloc_workqueue users
 2025-11-07  8:47 UTC  (4+ messages)

ATA PASS-THROUGH latency regression after exposing blk-mq hardware queues
 2025-11-04 12:32 UTC  (5+ messages)

subscribe
 2025-11-03 13:27 UTC 

[PATCH v5 0/3] Support power resources defined in acpi on ata
 2025-10-28  3:58 UTC  (7+ messages)
` [PATCH v5 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v5 2/3] ata: stop disk on restart if ACPI power resources are found
` [PATCH v5 3/3] ata: Use ACPI methods to power on disks

[PATCH v4 0/3] Support power resources defined in acpi on ata
 2025-10-23 20:56 UTC  (6+ messages)
` [PATCH v4 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v4 2/3] ata: stop disk on restart if ACPI power resources are found
` [PATCH v4 3/3] ata: Use ACPI methods to power on disks

[PATCH] dt-bindings: ata: snps,dwc-ahci: Allow 'iommus' property
 2025-10-23 12:31 UTC  (2+ messages)

[PATCH] ata: Replace deprecated strcpy with strscpy in it821x_display_disk
 2025-10-23 12:28 UTC  (3+ messages)

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[GIT PULL] ata fixes for 6.18-rc2
 2025-10-16 17:17 UTC  (2+ messages)


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).