All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 1/1] fs: Quota: Refresh Kconfig
@ 2014-02-21 10:15 Fabian Frederick
  2014-03-03 22:08 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-02-21 10:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: rdunlap

Update Kconfig with a complete list of supported filesystems.

(Other local filesystems concerned by quota and/or journaled quotas ?)

---
 fs/quota/Kconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
index 880fd98..7339003 100644
--- a/fs/quota/Kconfig
+++ b/fs/quota/Kconfig
@@ -8,9 +8,10 @@ config QUOTA
 	help
 	  If you say Y here, you will be able to set per user limits for disk
 	  usage (also called disk quotas). Currently, it works for the
-	  ext2, ext3, and reiserfs file system. ext3 also supports journalled
-	  quotas for which you don't need to run quotacheck(8) after an unclean
-	  shutdown.
+	  ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
+	  Note that gfs2 and xfs use their own quota system.
+	  Both ext3 and ext4 also support journaled quotas for which you don't
+	  need to run quotacheck(8) after an unclean shutdown.
 	  For further details, read the Quota mini-HOWTO, available from
 	  <http://www.tldp.org/docs.html#howto>, or the documentation provided
 	  with the quota tools. Probably the quota support is only useful for
-- 
1.8.1.4


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

* Re: [RFC 1/1] fs: Quota: Refresh Kconfig
  2014-02-21 10:15 [RFC 1/1] fs: Quota: Refresh Kconfig Fabian Frederick
@ 2014-03-03 22:08 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2014-03-03 22:08 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: linux-kernel, rdunlap

On Fri 21-02-14 18:15:31, Fabian Frederick wrote:
> Update Kconfig with a complete list of supported filesystems.
> 
> (Other local filesystems concerned by quota and/or journaled quotas ?)
  reiserfs also supports journaled quotas. Otherwise the update looks OK.

								Honza

> ---
>  fs/quota/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig
> index 880fd98..7339003 100644
> --- a/fs/quota/Kconfig
> +++ b/fs/quota/Kconfig
> @@ -8,9 +8,10 @@ config QUOTA
>  	help
>  	  If you say Y here, you will be able to set per user limits for disk
>  	  usage (also called disk quotas). Currently, it works for the
> -	  ext2, ext3, and reiserfs file system. ext3 also supports journalled
> -	  quotas for which you don't need to run quotacheck(8) after an unclean
> -	  shutdown.
> +	  ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
> +	  Note that gfs2 and xfs use their own quota system.
> +	  Both ext3 and ext4 also support journaled quotas for which you don't
> +	  need to run quotacheck(8) after an unclean shutdown.
>  	  For further details, read the Quota mini-HOWTO, available from
>  	  <http://www.tldp.org/docs.html#howto>, or the documentation provided
>  	  with the quota tools. Probably the quota support is only useful for
> -- 
> 1.8.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

end of thread, other threads:[~2014-03-03 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21 10:15 [RFC 1/1] fs: Quota: Refresh Kconfig Fabian Frederick
2014-03-03 22:08 ` Jan Kara

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.