linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 linux-next] ext4: fix block_validity definition
@ 2016-10-23 19:43 Fabian Frederick
  2016-10-23 20:10 ` Darrick J. Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Fabian Frederick @ 2016-10-23 19:43 UTC (permalink / raw)
  To: tytso; +Cc: Darrick J . Wong, linux-kernel, linux-ext4, fabf

Fix ext4 documentation according to commit 45f1a9c3f63d
("ext4: enable block_validity by default")

Also fix some typos.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 Documentation/filesystems/ext4.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 6c0108e..024c6db 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -351,14 +351,13 @@ nouid32			Disables 32-bit UIDs and GIDs.  This is for
 			interoperability  with  older kernels which only
 			store and expect 16-bit values.
 
-block_validity		This options allows to enables/disables the in-kernel
+block_validity(*)	This option allows to enable/disable the in-kernel
 noblock_validity	facility for tracking filesystem metadata blocks
 			within internal data structures. This allows multi-
 			block allocator and other routines to quickly locate
 			extents which might overlap with filesystem metadata
-			blocks. This option is intended for debugging
-			purposes and since it negatively affects the
-			performance, it is off by default.
+			blocks. Initially intended for debugging, it's now
+			enabled by default.
 
 dioread_lock		Controls whether or not ext4 should use the DIO read
 dioread_nolock		locking. If the dioread_nolock option is specified
-- 
2.7.4

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

* Re: [PATCH 1/1 linux-next] ext4: fix block_validity definition
  2016-10-23 19:43 [PATCH 1/1 linux-next] ext4: fix block_validity definition Fabian Frederick
@ 2016-10-23 20:10 ` Darrick J. Wong
  2016-12-03 21:44   ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Darrick J. Wong @ 2016-10-23 20:10 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: tytso, linux-kernel, linux-ext4

On Sun, Oct 23, 2016 at 09:43:34PM +0200, Fabian Frederick wrote:
> Fix ext4 documentation according to commit 45f1a9c3f63d
> ("ext4: enable block_validity by default")
> 
> Also fix some typos.
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
>  Documentation/filesystems/ext4.txt | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 6c0108e..024c6db 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -351,14 +351,13 @@ nouid32			Disables 32-bit UIDs and GIDs.  This is for
>  			interoperability  with  older kernels which only
>  			store and expect 16-bit values.
>  
> -block_validity		This options allows to enables/disables the in-kernel
> +block_validity(*)	This option allows to enable/disable the in-kernel

This sentence still reads awkwardly.  How about:

"These options enable or disable the in-kernel facility for tracking..."

The rest looks ok, so
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

>  noblock_validity	facility for tracking filesystem metadata blocks
>  			within internal data structures. This allows multi-
>  			block allocator and other routines to quickly locate
>  			extents which might overlap with filesystem metadata
> -			blocks. This option is intended for debugging
> -			purposes and since it negatively affects the
> -			performance, it is off by default.
> +			blocks. Initially intended for debugging, it's now
> +			enabled by default.
>  
>  dioread_lock		Controls whether or not ext4 should use the DIO read
>  dioread_nolock		locking. If the dioread_nolock option is specified
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/1 linux-next] ext4: fix block_validity definition
  2016-10-23 20:10 ` Darrick J. Wong
@ 2016-12-03 21:44   ` Theodore Ts'o
  0 siblings, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2016-12-03 21:44 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: Fabian Frederick, linux-kernel, linux-ext4

I've applied this patch with some further cleanups.  The documentation
for the mount options now reads:

block_validity(*)	These options enable or disable the in-kernel
noblock_validity	facility for tracking filesystem metadata blocks
			within internal data structures.  This allows multi-
			block allocator and other routines to notice
			bugs or corrupted allocation bitmaps which cause
			blocks to be allocated which overlap with
			filesystem metadata blocks.

						- Ted

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

end of thread, other threads:[~2016-12-03 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 19:43 [PATCH 1/1 linux-next] ext4: fix block_validity definition Fabian Frederick
2016-10-23 20:10 ` Darrick J. Wong
2016-12-03 21:44   ` Theodore Ts'o

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