blob: 5bcce27458e300fba1c21b620a8ce08f97d2d194 [file] [log] [blame]
Dan Williams730926c2017-07-16 13:51:53 -07001What: /sys/class/dax/
2Date: May, 2016
3KernelVersion: v4.7
Dan Williams3dd4fe42021-04-21 00:05:28 -07004Contact: nvdimm@lists.linux.dev
Dan Williams730926c2017-07-16 13:51:53 -07005Description: Device DAX is the device-centric analogue of Filesystem
6 DAX (CONFIG_FS_DAX). It allows memory ranges to be
7 allocated and mapped without need of an intervening file
8 system. Device DAX is strict, precise and predictable.
9 Specifically this interface:
10
Mauro Carvalho Chehab54a19b42020-10-30 08:40:50 +010011 1. Guarantees fault granularity with respect to a given
12 page size (pte, pmd, or pud) set at configuration time.
Dan Williams730926c2017-07-16 13:51:53 -070013
Mauro Carvalho Chehab54a19b42020-10-30 08:40:50 +010014 2. Enforces deterministic behavior by being strict about
15 what fault scenarios are supported.
Dan Williams730926c2017-07-16 13:51:53 -070016
17 The /sys/class/dax/ interface enumerates all the
18 device-dax instances in the system. The ABI is
19 deprecated and will be removed after 2020. It is
20 replaced with the DAX bus interface /sys/bus/dax/ where
21 device-dax instances can be found under
22 /sys/bus/dax/devices/