summaryrefslogtreecommitdiff
path: root/quotastats.c
AgeCommit message (Collapse)Author
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)
2005-11-21Corrected some informal language in error messages (Jan Kara)jkar8572
Quota(1) has now -f option to specify a list of filesystems (Jan Kara)
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
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-09Yet another quotastats fix.jkar8572
2001-11-08Added support for conversion of files with wrong endianity (due to SuSE RPM bug)jkar8572
Added check to format detection routine to detect bad file endianity edquota and setquota now set just grace times and flags => avoid races on live filesystem
2001-10-12Fixed quotastat() to work for old kernels.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-09-10Implemented reading of statistics through /proc/fs/quota (Nathan Scott) + ↵jkar8572
minor changes by Jan Kara
2001-07-16Fixed quotastats(8)jkar8572
Grace times are now set when limits are set and usage is over limit. Added LARGEFILE flag to CFLAGS.
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-23Initial revisionjkar8572