Linux CXL
 help / color / mirror / Atom feed
* [PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers
@ 2025-10-24 21:05 Michal Clapinski
  2025-10-24 21:05 ` [PATCH v3 1/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver Michal Clapinski
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Michal Clapinski @ 2025-10-24 21:05 UTC (permalink / raw)
  To: Dan Williams, Vishal Verma, Dave Jiang, nvdimm, linux-cxl
  Cc: Pasha Tatashin, linux-kernel, Michal Clapinski

Comments in linux/device/driver.h say that the goal is to do async
probing on all devices. The current behavior unnecessarily slows down
the boot by synchronously probing dax devices, so let's change that.

For thousands of devices, this change saves >1s of boot time.

Michal Clapinski (5):
  dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver
  dax: add PROBE_PREFER_ASYNCHRONOUS to the kmem driver
  dax: add PROBE_PREFER_ASYNCHRONOUS to the cxl driver
  dax: add PROBE_PREFER_ASYNCHRONOUS to the hmem drivers
  dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver

 drivers/dax/cxl.c       | 1 +
 drivers/dax/device.c    | 3 +++
 drivers/dax/hmem/hmem.c | 2 ++
 drivers/dax/kmem.c      | 3 +++
 drivers/dax/pmem.c      | 1 +
 5 files changed, 10 insertions(+)

-- 
2.51.1.821.gb6fe4d2222-goog


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-11-21 16:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24 21:05 [PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers Michal Clapinski
2025-10-24 21:05 ` [PATCH v3 1/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver Michal Clapinski
2025-10-24 21:05 ` [PATCH v3 2/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the kmem driver Michal Clapinski
2025-10-24 21:05 ` [PATCH v3 3/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the cxl driver Michal Clapinski
2025-10-24 21:05 ` [PATCH v3 4/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the hmem drivers Michal Clapinski
2025-10-24 21:05 ` [PATCH v3 5/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver Michal Clapinski
2025-11-18 21:48   ` Ira Weiny
2025-11-20 17:11     ` Michał Cłapiński
2025-11-21  0:48       ` Ira Weiny
2025-10-24 23:05 ` [PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers dan.j.williams
2025-10-27 15:52 ` Dave Jiang
2025-11-14 12:24 ` Michał Cłapiński
2025-11-21  0:58 ` dan.j.williams
2025-11-21 16:33   ` Michał Cłapiński

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