Re: [PATCH v6 00/22] Support ext4 on NV-DIMMs

From: Pavel Machek
Date: Sun Mar 02 2014 - 03:22:51 EST


On Tue 2014-02-25 09:18:16, Matthew Wilcox wrote:
> One of the primary uses for NV-DIMMs is to expose them as a block device
> and use a filesystem to store files on the NV-DIMM. While that works,
> it currently wastes memory and CPU time buffering the files in the page
> cache. We have support in ext2 for bypassing the page cache, but it
> has some races which are unfixable in the current design. This series
> of patches rewrite the underlying support, and add support for direct
> access to ext4.
>
> This iteration of the patchset renames the "XIP" support to "DAX".
> This fixes the confusion between kernel XIP and filesystem XIP. It's not
> really about executing in-place; it's about direct access to memory-like
> storage, bypassing the page cache. DAX is TLA-compliant, retains the
> exciting X, is pronouncable ("Dacks") and is not used elsewhere in
> the kernel. The only major use of DAX outside the kernel is the German
> stock exchange, and I think that's pretty unlikely to cause
> confusion.

It is TLA compliant, but not widely understood, and probably not
googleable. Could we perhaps use some longer name for a while?

> create mode 100644 Documentation/filesystems/dax.txt

Its not like filename can't be longer than 3.3, you see?

Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/