1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Quota configuration 4 # 5 6 config QUOTA 7 bool "Quota support" 8 select QUOTACTL 9 help 10 If you say Y here, you will be able 11 usage (also called disk quotas). Cur 12 ext2, ext3, ext4, f2fs, jfs, ocfs2 a 13 Note that gfs2 and xfs use their own 14 Ext3, ext4 and reiserfs also support 15 you don't need to run quotacheck(8) 16 For further details, read the Quota 17 <https://www.tldp.org/docs.html#howt 18 with the quota tools. Probably the q 19 multi user systems. If unsure, say N 20 21 config QUOTA_NETLINK_INTERFACE 22 bool "Report quota messages through ne 23 depends on QUOTACTL && NET 24 help 25 If you say Y here, quota warnings (a 26 hardlimit, etc.) will be reported th 27 say Y. 28 29 config PRINT_QUOTA_WARNING 30 bool "Print quota warnings to console 31 depends on QUOTA && BROKEN 32 default y 33 help 34 If you say Y here, quota warnings (a 35 hardlimit, etc.) will be printed to 36 Note that this behavior is currently 37 future. Please use notification via 38 39 config QUOTA_DEBUG 40 bool "Additional quota sanity checks" 41 depends on QUOTA 42 default n 43 help 44 If you say Y here, quota subsystem w 45 sanity checks of quota internal stru 46 47 # Generic support for tree structured quota fi 48 config QUOTA_TREE 49 tristate 50 51 config QFMT_V1 52 tristate "Old quota format support" 53 depends on QUOTA 54 help 55 This quota format was (is) used by k 56 you have quota working and you don't 57 format say Y here. 58 59 config QFMT_V2 60 tristate "Quota format vfsv0 and vfsv1 61 depends on QUOTA 62 select QUOTA_TREE 63 help 64 This config option enables kernel su 65 formats. Both these formats support 66 also supports 64-bit inode and block 67 functionality say Y here. 68 69 config QUOTACTL 70 bool 71 default n
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.