summaryrefslogtreecommitdiff
path: root/quota.h
AgeCommit message (Collapse)Author
2013-01-21Recognize units at block limits by setquotaPetr Písař
This patch allows to specify suffixes at block limits on setquota command line. Binary units K, M, G, T are implemented. Numeric value without suffix is equivatent to kibibytes as before. This is complementary functionality to `quota -s'. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>
2012-03-01Add quota type names to message catalogueJan Kara
Add gettext magic so that quota type names get to message catalogue. Signed-off-by: Jan Kara <jack@suse.cz>
2011-11-17Add support for quotas on ext4 in system filesJan Kara
Teach quota tools to handle quotas in system files on ext4. For this to work, we slightly rework mount option parsing to allow distinguisting between ext4 with classical quota files and ext4 with quotas in system files. Signed-off-by: Jan Kara <jack@suse.cz>
2010-01-06Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefixjkar8572
to the guarding defines.
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar8572
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
2009-12-1464-bit quota support.jkar8572
2008-12-17* fix reference to rpc manpage (anonymous reporter)jkar8572
* add EXT4 (not only EXT4DEV) to the list of supported filesystems (Mingming Cao) * fix setting of more than 31-bit block and inode limits (Gui Xiaohua) * fixed bug in error reporting when quota reading fails (Jan Kara) * added support for quota formats with hidden quota files (Jan Kara)
2008-07-12* implemented writing of messages that user got below hard/soft limits to ↵jkar8572
quota_nld (Jan Kara)
2007-06-18Implemented quota netlink daemon.jkar8572
2004-02-10Added FIOQSIZE def for x86_64.jkar8572
2002-03-27Fixed bug in quota(1) return code.jkar8572
Rewritten detection of kernel version. Added support for generic interface for both quota formats in kernel.
2001-11-23Minor compile fixes on different archs (Michael Meskes, Jan Kara).jkar8572
2001-09-26Fixed detection of RH 7.1 kernel not to make problems on older kernels.jkar8572
Utilities now use shared locks when opening files read-only. Changed naming of Q_GETSTATS as they would be no longer in kernel.
2001-08-04Fixed FIQSIZE for parisc and cris.jkar8572
2001-03-23Initial revisionjkar8572