summaryrefslogtreecommitdiff
path: root/quotaon.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)
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-03-13* added information message about journaled quota to quotacheck (Jan Kara, ↵jkar8572
Alex Tomas)
2007-09-18Quotaon should work only on local mount points (Jan Kara)jkar8572
2007-02-21* fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar8572
* fixed mountpoints scanning to make XFS -x delete command work (Jan Kara) * fixes of signed vs unsigned int issues (Jan Kara) * fixed a format string bug in reporting of raw grace times in repquota (Jan Kara)
2006-05-13Changed option parsing to use long options (Jan Kara)jkar8572
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
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)
2005-06-01Parse NFSD export table to find out pseudofilesystem root for NFSv4 (Jan Kara)jkar8572
2005-03-18Updated polish translation. (Jakub Bogusz)jkar8572
Fixed some checks to work also with NFSV4. (Jan Kara)
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
2003-07-15Polish messages updates (Jakub Bogusz)jkar8572
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
2002-05-03Fixed bug with rpc.rquotad bad path processing.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.
2002-02-27Fixed minor bug in grace time printing (Jan Kara)jkar8572
Fixed quotaon behaviour with "too new" kernels (Jan Kara)
2002-02-22manpage directories are created during install (Jan Kara)jkar8572
quotaon writes more explaining messages (Jan Kara) warnquota has configurable config files (Jan Kara)
2002-02-22quotaon(8) returns reasonable exit code in 'print state' modejkar8572
2002-01-07Added -p (print state) option to quotaon (Jan Kara)jkar8572
Added -D_FILE_OFFSET_BITS=64 to Makefile (Michael Meskes)
2001-11-26Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar8572
rpc.rquotad now doesn't need mountpoint to get quota.
2001-09-04quotacheck(8) now creates backup quotafiles only when -b specified (Preston ↵jkar8572
Brown) Fixed bug in parsing of passed mountpoints (reported by Preston Brown) More verbose output of quotaon (Preston Brown) quotacheck(8) now automatically chooses vfsv0 quota format when no quota files are found and special filenames are not specified.
2001-08-30Preston Brown's RedHat patches included:jkar8572
Small Makefile fix. Better convertquota(8) return codes. Quotacheck doesn't scan NFS filesystems. Quotacheck does better format detection (chooses VFSV0 when files not found and special file names are not specified).
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-15Fixed format string in version().jkar8572
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-04-26Fixed underscore bug (Nathan Scott)jkar8572
EOF -> -1 (Michael Meskes)
2001-04-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-03-23Initial revisionjkar8572