nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH v2 0/3] nfit, address-range-scrub: rework and fixes
@ 2018-04-06  4:18 Dan Williams
  2018-04-06  4:18 ` [ndctl PATCH v2 1/3] nfit, address-range-scrub: determine one platform max_ars value Dan Williams
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Dan Williams @ 2018-04-06  4:18 UTC (permalink / raw)
  To: linux-nvdimm

Changes since v1:
* Merge the cleanups and fixes with Dave's reviewed-by
* Rework acpi_nfit_query_poison() to be independent of the spa range
* Rework all acpi_nfit_query_poison() usage to call it once and then
  iterate the result buffer over all SPA ranges
* Make sure the implementation never attempts to scrub / register
  unknown SPA types
* Change no_init_ars to a bool type so it can be specified without an
  '=' character.

---

Given the fact that ARS can take 10s to 100s of seconds it is not
feasible to wait for ARS completion before publishing persistent memory
namespaces. Instead convert the ARS implementation to perform a short
ARS for critical errors, ones that caused a previous system reset,
before registering namespaces. Finally, arrange for all long ARS
operations to run in the background and populate the badblock lists at
run time.

---

Dan Williams (3):
      nfit, address-range-scrub: determine one platform max_ars value
      nfit, address-range-scrub: rework and simplify ARS state machine
      nfit, address-range-scrub: add module option to skip initial ars


 drivers/acpi/nfit/core.c |  542 ++++++++++++++++++++--------------------------
 drivers/acpi/nfit/nfit.h |    6 -
 2 files changed, 243 insertions(+), 305 deletions(-)
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2018-04-06 22:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-06  4:18 [ndctl PATCH v2 0/3] nfit, address-range-scrub: rework and fixes Dan Williams
2018-04-06  4:18 ` [ndctl PATCH v2 1/3] nfit, address-range-scrub: determine one platform max_ars value Dan Williams
2018-04-06  4:19 ` [ndctl PATCH v2 2/3] nfit, address-range-scrub: rework and simplify ARS state machine Dan Williams
2018-04-06 22:06   ` Kani, Toshi
2018-04-06 22:13     ` Dan Williams
2018-04-06 22:36       ` Kani, Toshi
2018-04-06 22:51         ` Dan Williams
2018-04-06  4:19 ` [ndctl PATCH v2 3/3] nfit, address-range-scrub: add module option to skip initial ars Dan Williams
2018-04-06  4:31 ` [ndctl PATCH v2 0/3] nfit, address-range-scrub: rework and fixes Dan Williams

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