summaryrefslogtreecommitdiff
path: root/quotaon_xfs.c
AgeCommit message (Collapse)Author
2012-03-02Further i18n fixesJan Kara
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-06-14Fix kern_quota_on() to work with XFS filesystems (Jan Kara)jkar8572
Fix quotaon to work correctly with XFS filesystems (Jan Kara)
2010-06-14For XFS, quotaon -f should turn off only limit enforcement as described in ↵jkar8572
the manpage (Eric Sandeen)
2010-06-10* fix quotaon to print all informational messages only in verbose mode (Jan ↵jkar8572
Kara)
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
2007-08-22Cleaned up host access handling in rpc.rquotad (Jan Kara)jkar8572
Added allow_severity and deny_severity variables for older versions of libwrap (Martin Jacobs) Added MPFS to the list of supported filesystems (Dave Boone) Configure script now correctly reports checking of libwrap (Jan Kara)
2007-03-12Fixed some more problems in XFS quotaon (Kouta Ooizumi, Jan Kara)jkar8572
2002-11-12Commited XFS patch by Christoph Hellwigjkar8572
2001-08-15Fixed a few error messages.jkar8572
Implemented new mountpoint scanning. Implemented caching for scanning in old quota format. Implemented automatic choice of appropriate units in repquota, quota.
2001-05-02Added mntopt.h to dependencies in Makefile.in.jkar8572
Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages.
2001-03-26Fixed bugs in XFS quota option detection.jkar8572
2001-03-23Initial revisionjkar8572