1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Quota configuration 2 # Quota configuration 4 # 3 # 5 4 6 config QUOTA 5 config QUOTA 7 bool "Quota support" 6 bool "Quota support" 8 select QUOTACTL << 9 help 7 help 10 If you say Y here, you will be able 8 If you say Y here, you will be able to set per user limits for disk 11 usage (also called disk quotas). Cur 9 usage (also called disk quotas). Currently, it works for the 12 ext2, ext3, ext4, f2fs, jfs, ocfs2 a !! 10 ext2, ext3, and reiserfs file system. ext3 also supports journalled 13 Note that gfs2 and xfs use their own !! 11 quotas for which you don't need to run quotacheck(8) after an unclean 14 Ext3, ext4 and reiserfs also support !! 12 shutdown. 15 you don't need to run quotacheck(8) << 16 For further details, read the Quota 13 For further details, read the Quota mini-HOWTO, available from 17 <https://www.tldp.org/docs.html#howt !! 14 <http://www.tldp.org/docs.html#howto>, or the documentation provided 18 with the quota tools. Probably the q 15 with the quota tools. Probably the quota support is only useful for 19 multi user systems. If unsure, say N 16 multi user systems. If unsure, say N. 20 17 21 config QUOTA_NETLINK_INTERFACE 18 config QUOTA_NETLINK_INTERFACE 22 bool "Report quota messages through ne 19 bool "Report quota messages through netlink interface" 23 depends on QUOTACTL && NET !! 20 depends on QUOTA && NET 24 help 21 help 25 If you say Y here, quota warnings (a 22 If you say Y here, quota warnings (about exceeding softlimit, reaching 26 hardlimit, etc.) will be reported th 23 hardlimit, etc.) will be reported through netlink interface. If unsure, 27 say Y. 24 say Y. 28 25 29 config PRINT_QUOTA_WARNING 26 config PRINT_QUOTA_WARNING 30 bool "Print quota warnings to console 27 bool "Print quota warnings to console (OBSOLETE)" 31 depends on QUOTA && BROKEN !! 28 depends on QUOTA 32 default y 29 default y 33 help 30 help 34 If you say Y here, quota warnings (a 31 If you say Y here, quota warnings (about exceeding softlimit, reaching 35 hardlimit, etc.) will be printed to 32 hardlimit, etc.) will be printed to the process' controlling terminal. 36 Note that this behavior is currently 33 Note that this behavior is currently deprecated and may go away in 37 future. Please use notification via 34 future. Please use notification via netlink socket instead. 38 35 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 36 # Generic support for tree structured quota files. Selected when needed. 48 config QUOTA_TREE 37 config QUOTA_TREE 49 tristate 38 tristate 50 39 51 config QFMT_V1 40 config QFMT_V1 52 tristate "Old quota format support" 41 tristate "Old quota format support" 53 depends on QUOTA 42 depends on QUOTA 54 help 43 help 55 This quota format was (is) used by k 44 This quota format was (is) used by kernels earlier than 2.4.22. If 56 you have quota working and you don't 45 you have quota working and you don't want to convert to new quota 57 format say Y here. 46 format say Y here. 58 47 59 config QFMT_V2 48 config QFMT_V2 60 tristate "Quota format vfsv0 and vfsv1 !! 49 tristate "Quota format v2 support" 61 depends on QUOTA 50 depends on QUOTA 62 select QUOTA_TREE 51 select QUOTA_TREE 63 help 52 help 64 This config option enables kernel su !! 53 This quota format allows using quotas with 32-bit UIDs/GIDs. If you 65 formats. Both these formats support !! 54 need this functionality say Y here. 66 also supports 64-bit inode and block << 67 functionality say Y here. << 68 55 69 config QUOTACTL 56 config QUOTACTL 70 bool 57 bool 71 default n !! 58 depends on XFS_QUOTA || QUOTA >> 59 default y
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.