All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes
@ 2015-08-21 21:35 Eric Sandeen
  2015-08-21 22:52 ` Dave Chinner
  2015-08-24 13:31 ` [PATCH V2] xfsprogs: Minor fixes for xfs.5 Eric Sandeen
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Sandeen @ 2015-08-21 21:35 UTC (permalink / raw)
  To: xfs-oss

Document the dax option, fix whitespace around logdev/rtdev,
and add missing qnoenforce.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/man/man5/xfs.5 b/man/man5/xfs.5
index 3214455..fc1b776 100644
--- a/man/man5/xfs.5
+++ b/man/man5/xfs.5
@@ -140,6 +140,12 @@ devices that support write barriers.
 .sp
 Barriers are enabled by default.
 .TP
+.BR 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 in the kernel
+documentation for more information.
+.TP
 .BR discard | nodiscard
 Enable/disable the issuing of commands to let the block
 device reclaim space freed by the filesystem.  This is
@@ -229,7 +235,7 @@ stripe unit configured at mkfs time.
 The default value for version 1 logs is 32768, while the
 default value for version 2 logs is MAX(32768, log_sunit).
 .TP
-.BR logdev=device and rtdev=device
+.BR logdev=device " and " rtdev=device
 Use an external log (metadata journal) and/or real-time device.
 An XFS filesystem has up to three parts: a data section, a log
 section, and a real-time section.  The real-time section is
@@ -260,7 +266,7 @@ read-only snapshots.
 Forcibly turns off all quota accounting and enforcement
 within the filesystem.
 .TP
-.B uquota/usrquota/uqnoenforce/quota
+.B uquota/usrquota/uqnoenforce/qnoenforce/quota
 User disk quota accounting enabled, and limits (optionally)
 enforced.  Refer to xfs_quota(8) for further details.
 .TP

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes
  2015-08-21 21:35 [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes Eric Sandeen
@ 2015-08-21 22:52 ` Dave Chinner
  2015-08-21 23:05   ` Eric Sandeen
  2015-08-24 13:31 ` [PATCH V2] xfsprogs: Minor fixes for xfs.5 Eric Sandeen
  1 sibling, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2015-08-21 22:52 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs-oss

On Fri, Aug 21, 2015 at 04:35:53PM -0500, Eric Sandeen wrote:
> Document the dax option, fix whitespace around logdev/rtdev,
> and add missing qnoenforce.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

No, I don't want the DAX mount option documented. As the code says:

#define XFS_MOUNT_DAX           (1ULL << 62)    /* TEST ONLY! */

The mount option needs to go away and be replaced by on-disk
inheritable per-inode flags. I have the kernel patch to do this, but
I have not written the xfs_io patch to get/set/clear the flags yet.

Cheers,

Dave.

-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes
  2015-08-21 22:52 ` Dave Chinner
@ 2015-08-21 23:05   ` Eric Sandeen
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2015-08-21 23:05 UTC (permalink / raw)
  To: Dave Chinner, Eric Sandeen; +Cc: xfs-oss

On 8/21/15 5:52 PM, Dave Chinner wrote:
> On Fri, Aug 21, 2015 at 04:35:53PM -0500, Eric Sandeen wrote:
>> Document the dax option, fix whitespace around logdev/rtdev,
>> and add missing qnoenforce.
>>
>> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> 
> No, I don't want the DAX mount option documented. As the code says:
> 
> #define XFS_MOUNT_DAX           (1ULL << 62)    /* TEST ONLY! */
> 
> The mount option needs to go away and be replaced by on-disk
> inheritable per-inode flags. I have the kernel patch to do this, but
> I have not written the xfs_io patch to get/set/clear the flags yet.
> 
> Cheers,
> 
> Dave.
> 

Ok.  I'll resend the other minor fixups on their own.

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* [PATCH V2] xfsprogs: Minor fixes for xfs.5
  2015-08-21 21:35 [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes Eric Sandeen
  2015-08-21 22:52 ` Dave Chinner
@ 2015-08-24 13:31 ` Eric Sandeen
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2015-08-24 13:31 UTC (permalink / raw)
  To: Eric Sandeen, xfs-oss

Fix whitespace around logdev/rtdev mount option,
and add missing qnoenforce.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/man/man5/xfs.5 b/man/man5/xfs.5
index 3214455..fc1b776 100644
--- a/man/man5/xfs.5
+++ b/man/man5/xfs.5
@@ -229,7 +235,7 @@ stripe unit configured at mkfs time.
 The default value for version 1 logs is 32768, while the
 default value for version 2 logs is MAX(32768, log_sunit).
 .TP
-.BR logdev=device and rtdev=device
+.BR logdev=device " and " rtdev=device
 Use an external log (metadata journal) and/or real-time device.
 An XFS filesystem has up to three parts: a data section, a log
 section, and a real-time section.  The real-time section is
@@ -260,7 +266,7 @@ read-only snapshots.
 Forcibly turns off all quota accounting and enforcement
 within the filesystem.
 .TP
-.B uquota/usrquota/uqnoenforce/quota
+.B uquota/usrquota/quota/uqnoenforce/qnoenforce
 User disk quota accounting enabled, and limits (optionally)
 enforced.  Refer to xfs_quota(8) for further details.
 .TP


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-08-24 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21 21:35 [PATCH] xfsprogs: document dax in xfs.5 and other minor fixes Eric Sandeen
2015-08-21 22:52 ` Dave Chinner
2015-08-21 23:05   ` Eric Sandeen
2015-08-24 13:31 ` [PATCH V2] xfsprogs: Minor fixes for xfs.5 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.