public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-08 15:22:31 to 2025-11-09 22:41:43 UTC [more...]

ata timeout exceptions
 2025-11-09 22:41 UTC  (3+ messages)

[PATCH v6 0/3] Support power resources defined in acpi on ata
 2025-11-08 20:18 UTC  (9+ 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 2/3] ata: stop disk on restart if ACPI power resources are found
` [PATCH v5 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [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)

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

[PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
 2025-10-16  6:19 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
` [PATCH v5 2/3] dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
` [PATCH v5 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
` (subset) [PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY

invalid log directory version error
 2025-10-15 18:10 UTC  (3+ messages)

Welders ready to work
 2025-10-14  8:01 UTC 

[PATCH v3 0/2] Support power resources defined in acpi on ata
 2025-10-13 12:29 UTC  (6+ messages)
` [PATCH v3 1/2] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v3 2/2] ata: Use ACPI methods to power on disks

[PATCH] ata: libata-core: relax checks in ata_read_log_directory()
 2025-10-13  7:31 UTC  (3+ messages)

[PATCH 0/2] Support power resources in ata ports
 2025-10-10 15:52 UTC  (17+ messages)
` [PATCH 1/2] Add manage_restart device attribute to scsi_disk
  ` [PATCH 2/2] Power on ata ports defined in ACPI before probing ports
` [PATCH v2 0/2] Support power resources defined in acpi on ata
  ` [PATCH v2 1/2] scsi: sd: Add manage_restart device attribute to scsi_disk
  ` [PATCH v2 2/2] ata: Use ACPI methods to power on ata ports

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (30+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges

[PATCH RFC 00/35] mm: remove nth_page()
 2025-10-09 10:30 UTC  (8+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[GIT PULL] ata changes for 6.18-rc1
 2025-10-06  4:09 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2025-10-03 16:45 UTC  (7+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
        ` what about CoC? (was: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements.")
          ` what about CoC?

Multi-LUN ATAPI devices (Panasonic PD)
 2025-09-28  8:09 UTC  (3+ messages)

Bad Disk Detection
 2025-09-26 20:28 UTC 

[PATCH v4 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
 2025-09-23  3:08 UTC  (6+ messages)
` [PATCH v4 1/3] Document the EIC7700 SoC sata ahci
    `  "
` [PATCH v4 2/3] dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
` [PATCH v4 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver

[PATCH] dt-bindings: ata: apm,xgene-ahci: Add apm,xgene-ahci-v2 support
 2025-09-22  9:16 UTC  (2+ messages)

[PATCH v7 08/19] scsi: detect support for command duration limits
 2025-09-18 12:46 UTC  (13+ messages)

[PATCH v4 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
 2025-09-15 13:53 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
` [PATCH v4 2/3] dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
` [PATCH v4 3/3] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver


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