* [PATCH] xfs: document dax mount option
@ 2015-08-21 21:36 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2015-08-21 21:36 UTC (permalink / raw)
To: xfs-oss
Add dax to the list of mount options in xfs.txt.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
index 8146e9f..e7e935d 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -58,6 +58,11 @@ default behaviour.
This allows for drive level write caching to be enabled, for
devices that support write barriers.
+ dax
+ Use direct access (no page cache) for block devices which are
+ memory-like, performing reads and writes directly to the storage
+ device. See Documentation/filesystems/dax.txt.
+
discard
nodiscard (*)
Enable/disable the issuing of commands to let the block
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-21 21:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 21:36 [PATCH] xfs: document dax mount option Eric Sandeen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.