summaryrefslogtreecommitdiff
path: root/convertquota.c
AgeCommit message (Collapse)Author
2009-12-1464-bit quota support.jkar8572
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-10-25Changed mountpoint scanning so that we don't even stat NFS mountpoints whenjkar8572
local-only flag was specified. Hence we don't block if NFS is down. (Jan Kara)
2002-11-12Fixedbug in convertquota(8) when quota was turned on during conversion (Jan ↵jkar8572
Kara)
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.
2001-11-26Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar8572
rpc.rquotad now doesn't need mountpoint to get quota.
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-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-06-18Added -V to manpages of convertquotajkar8572
Fixed SEGFAULT bug in rquota_server (when quota init failed)
2001-05-11Fixed bug in quotacheck for new format.jkar8572
Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota.
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-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-04-04Merged with RedHat patch - mainly documentation issuesjkar8572
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
2001-03-23Initial revisionjkar8572