Searched hist:"49 da939272f417ff94c40f132a308748b46efe68" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ext4/ |
H A D | ext4.h | diff 49da939272f417ff94c40f132a308748b46efe68 Tue Sep 06 05:08:16 CEST 2016 Jan Kara <jack@suse.cz> ext4: enable quota enforcement based on mount options
When quota information is stored in quota files, we enable only quota accounting on mount and enforcement is enabled only in response to Q_QUOTAON quotactl. To make ext4 behavior consistent with XFS, we add a possibility to enable quota enforcement on mount by specifying corresponding quota mount option (usrquota, grpquota, prjquota).
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | super.c | diff 49da939272f417ff94c40f132a308748b46efe68 Tue Sep 06 05:08:16 CEST 2016 Jan Kara <jack@suse.cz> ext4: enable quota enforcement based on mount options
When quota information is stored in quota files, we enable only quota accounting on mount and enforcement is enabled only in response to Q_QUOTAON quotactl. To make ext4 behavior consistent with XFS, we add a possibility to enable quota enforcement on mount by specifying corresponding quota mount option (usrquota, grpquota, prjquota).
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|