summaryrefslogtreecommitdiff
path: root/quotaio_v2.c
AgeCommit message (Collapse)Author
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