summaryrefslogtreecommitdiff
path: root/quotaio_v1.c
AgeCommit message (Collapse)Author
2011-02-16Initialize vfsold block and inode value boundaries for new quota filePetr Pisar
Otherwise `quotackech -c -F vfsold' fails with `Trying to set quota usage out of range supported by quota format on...' because initial boundary is zero. Fixes SF bug #3176326. Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-06Check whether set limits fit into the range supported by quota format.Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2010-05-27* fix repquota to get latest quota info header (Jan Kara)jkar8572
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
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)
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ↵jkar8572
(Jan Kara)
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-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-09-27Implemented setting only limits by commit_dquot() so edquota & setquota can ↵jkar8572
operate safe on live filesystem.
2001-09-25repquota now buffers entries to be printed when resolving is needed (major ↵jkar8572
speedup). Workaround for bug in RH 7.1 kernel (Anders Blomdell)
2001-08-22Implemented better error handling of RPC calls.jkar8572
Implemented better host access handling (from nfsutils rquotad).
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-07-17Fixed overflow of used space.jkar8572
2001-05-04Fixed infinity loop for XFS repquota.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-04Fixed bug in report() - forgotten id++.jkar8572
2001-03-26Changed callbacks initialization to label-like one.jkar8572
2001-03-23Initial revisionjkar8572