summaryrefslogtreecommitdiff
path: root/quotaio_v2.c
AgeCommit message (Collapse)Author
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)
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-03-31Handle better when quota file in v2 format would become empty (Niu YaWei)jkar8572
2005-03-17Fixed illegal reference checking in quotacheck(8) (Jan Kara)jkar8572
Fix of fix of sanity check in repquota(8) (Jan Kara)
2005-03-17Added sanity check to quota reporting (Jan Kara)jkar8572
Added NFSv4 quota type (Jan Kara) Added forgotten file quotagrpadmins to CVS (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-23Minor compile fixes on different archs (Michael Meskes, Jan Kara).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-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-05-04Fixed infinity loop for XFS repquota.jkar8572
2001-05-02Added check when GETINFO doesn't succeed in RO mode.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-04Merged with RedHat patch - mainly documentation issuesjkar8572
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
2001-03-26Changed callbacks initialization to label-like one.jkar8572
2001-03-23Initial revisionjkar8572