summaryrefslogtreecommitdiff
path: root/quotaio.c
AgeCommit message (Collapse)Author
2010-05-05GFS2 implements the XFS interface for setting and reporting the quotajkar8572
information, and only allows state changes via remount. (Christoph Hellwig)
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-21Fixed error reporting when rpc format specified on command line (Jan Kara)jkar8572
Added missing files.
2009-12-1464-bit quota support.jkar8572
2008-12-17* fix reference to rpc manpage (anonymous reporter)jkar8572
* add EXT4 (not only EXT4DEV) to the list of supported filesystems (Mingming Cao) * fix setting of more than 31-bit block and inode limits (Gui Xiaohua) * fixed bug in error reporting when quota reading fails (Jan Kara) * added support for quota formats with hidden quota files (Jan Kara)
2007-08-23Added options to enable pathname mangling for NFSv4 (Jan Kara)jkar8572
2007-08-23Made possible to use quota rpc in mixed NFSv3 and NFSv4 environments -jkar8572
quota(1) and similar tools now use paths without leading / for NFSv4 mounts (Jan Kara)
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-18Updated polish translation. (Jakub Bogusz)jkar8572
Fixed some checks to work also with NFSV4. (Jan Kara)
2004-05-24Updated version to 3.12jkar8572
Fixed a few memleaks Added two manpages Fixed problem with all-zero root structure
2002-05-03Fixed bug with rpc.rquotad bad path processing.jkar8572
2002-04-26* fixes in manpages (Arkadiusz Miskiewicz)jkar8572
* fixed detection of libwrap in configure (Arkadiusz Miskiewicz) * added forgotten ROOTDIR to path to gettext catalogs (Arkadiusz Miskiewicz) * quotacheck uses newest format supported by kernel when creating new quota files (Jan Kara) * fixed bug in IO initialization when -F xfs was given (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.
2002-03-01Small formatting change in quotactl.2 (Nathan Scott)jkar8572
Make init_io() more paranoid about quota turned on in kernel (Jan Kara)
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-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-23Initial revisionjkar8572