summaryrefslogtreecommitdiff
path: root/quotasys.c
AgeCommit message (Collapse)Author
2004-01-09Fixed bug in warnquota.conf parsing. (Jan Kara)jkar8572
Reverted change in kernel detection via sysctl() - sysctl() obsoleted in 2.6 (Jan Kara)
2003-12-21Implemented parsing of comma-separated list of filesystem types in fstab ↵jkar8572
(Jan Kara)
2003-12-18Added #include <paths.h> in quotasys.c to avoid compile problems.jkar8572
2003-11-05Fixed handling of device-backed loop mounts (Jari Ruusu)jkar8572
2003-10-18Fixed fake error messages from rpc.rquotadjkar8572
Fixed reporting of quotas on NFS filesystem without quotas
2003-10-12Changed kernel interface detection once more - now it should really work :). ↵jkar8572
(Jan Kara, Johan Ekenberg)
2003-10-12Updated changelog.jkar8572
Fixed bug in parsing warnquota.conf.
2003-10-07Updated kernel interface detection to work without /procjkar8572
2003-06-16Fixed a bug in quotacheck(8) parsing of v1 format files introduced by ↵jkar8572
optimalization (Jan Kara)
2003-06-12* minor update of quota(1) manpage (Jan Kara)jkar8572
* yet one more fix of autofs handling, fixed bug introduced by previous autofs patches (Paul Szabo, Jan Kara)
2003-02-14Added option to ignore autofs mountpoints to quota(1), quot(8) and ↵jkar8572
repquota(8) (Jan Kara, Paul Szabo)
2003-01-17Made quota tools not to touch mountpoints mounted without quota optionsjkar8572
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ↵jkar8572
(Jan Kara)
2002-11-12Commited XFS patch by Christoph Hellwigjkar8572
2002-07-23* fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar8572
* quota(1) now doesn't report failure to connect to rpc.rquotad server when -Q specified (Jan Kara) * add quota(1) option -l (report only local filesystems) (Jan Kara) * warnquota(8) now also mails specified member of the group about violation of the group quotas when -g option is specified (Jan Kara) * added options by which user can specify whether repquota(8) should translate names in big chunks by scanning all users or individually. Added automagic detection using nsswitch.conf which behaviour should lead to faster translating. (Jan Kara)
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
2002-05-20Fixed printing of sign 'over soft quota' in quota(1)jkar8572
Fixed detection of XFS.
2002-05-03Fixed bug with rpc.rquotad bad path processing.jkar8572
2002-04-29Quota-tools now honour 'noquota' mount option. (Jan Kara)jkar8572
2002-03-27Fixed bug in quota format detection - avoid SIGSEGV on old kernels. (Jan Kara)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-25Fixed bug in warnquota option parsing (Michael Meskes)jkar8572
Quota-tools now ignore automount mountpoints (Phillippe Troin)
2001-12-20Fixed bind mounts.jkar8572
2001-12-05More clever handling of loopback and bind mounts. (Jan Kara);jkar8572
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-09Added forgotten uid->name translation to warnquota.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-26Fixed detection of RH 7.1 kernel not to make problems on older kernels.jkar8572
Utilities now use shared locks when opening files read-only. Changed naming of Q_GETSTATS as they would be no longer in kernel.
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-09-17Fixed editting of small grace times (reported by Alexander V. Sulima)jkar8572
2001-09-17Fixed memleak and SIGPIPE in rpc.rquota (Jani Jaakkola)jkar8572
2001-09-10Implemented reading of statistics through /proc/fs/quota (Nathan Scott) + ↵jkar8572
minor changes by Jan Kara
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-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-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-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-04-05Added EXT2DIRECT as configurable option.jkar8572
Fixed bug in quotacheck -c option. Fixed bug in RPC implementation.
2001-04-04Merged with RedHat patch - mainly documentation issuesjkar8572
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
2001-03-26Fixed bugs in XFS quota option detection.jkar8572
2001-03-23Initial revisionjkar8572