summaryrefslogtreecommitdiff
path: root/quotacheck.c
Commit message (Expand)AuthorAgeFilesLines
* get_qf_name() does not check quota file presencePetr Písař2011-07-141-2/+2
* Report quotacheck failures by return codePetr Pisar2011-07-141-21/+36
* Make global symbols static as possiblePetr Pisar2011-05-161-10/+10
* Implement quotacheck for GFS2Abhijith Das2011-02-041-20/+62
* Next3 quota-tools supportAmir G2011-01-061-1/+2
* * do not count system inodes into quota for ext[234] (Jan Kara)jkar85722010-05-211-2/+4
* GFS2 implements the XFS interface for setting and reporting the quotajkar85722010-05-051-1/+3
* * don't try to set inode flags when getting them failed (Michalski Wojciech)jkar85722010-02-171-3/+3
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-0/+2
* 64-bit quota support.jkar85722009-12-141-30/+30
* * fix reference to rpc manpage (anonymous reporter)jkar85722008-12-171-2/+4
* * remove IMMUTABLE flag from quota file in quotacheck (Jan Kara)jkar85722008-08-211-1/+13
* Format string fixes (Ladislav Michnovic)jkar85722008-04-211-2/+2
* * added information message about journaled quota to quotacheck (Jan Kara, Al...jkar85722008-03-131-1/+33
* * fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar85722007-02-211-3/+3
* Fixed small typo in mailaddressmarcovw2007-01-061-2/+2
* Changed option parsing to use long options (Jan Kara)jkar85722006-05-131-4/+40
* Corrected some informal language in error messages (Jan Kara)jkar85722005-11-211-4/+4
* Some more fixes of verbose printing (Jan Kara)jkar85722005-08-231-4/+4
* Fixed very verbose printing for quotacheck(8) (Jan Kara)jkar85722005-08-221-2/+8
* Error messages fixes (Dmitry V. Levin)jkar85722005-06-241-4/+4
* Various tools fixes (manpages, quotacheck, NFSv4) (Jan Kara)jkar85722005-03-311-6/+11
* Updated polish translation. (Jakub Bogusz)jkar85722005-03-181-2/+2
* Fixed illegal reference checking in quotacheck(8) (Jan Kara)jkar85722005-03-171-7/+12
* Added "very verbose" option to quotacheck(8) for printing the current directo...jkar85722005-03-101-9/+20
* Fixed parsing of journalled quota options. (Jan Kara)jkar85722004-09-201-2/+2
* Made quotackeck(8) more friendly to journaled quota (Jan Kara)jkar85722004-09-061-6/+29
* quotacheck(8) should now preserve ext2/ext3 special flags (esp. journalledjkar85722004-03-151-2/+33
* * disabling nls via configure (Jan Kara)jkar85722004-03-021-1/+2
* Quota tools now honour journalled quota options (Jan Kara)jkar85722004-02-081-5/+55
* Fixed bug in quotacheck(8) which counted directories twice sometimes. (Jan Kara)jkar85722004-01-061-14/+13
* warnquota(8) supports getting of e-mail address via LDAP (James Bourne)jkar85722004-01-051-2/+1
* Fixed bug in quotacheck - counted wrongly size of files >2GB (Posta Zoltan)jkar85722004-01-051-3/+3
* Quotacheck now does not add empty user structures in old quota format (Jan Ka...jkar85722003-04-081-20/+26
* Optimized linking with svc_socket.o; fixed error reporting in svc_socket.c (J...jkar85722002-11-281-3/+3
* Fixed typo in quotacheck(8)jkar85722002-08-271-2/+2
* Add support for 32 bit uid's and gid's when using EXT2_DIRECT. (Michael Meskes)jkar85722002-08-261-3/+7
* * fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar85722002-07-231-2/+2
* Fixed bug with rpc.rquotad bad path processing.jkar85722002-05-031-3/+3
* * fixes in manpages (Arkadiusz Miskiewicz)jkar85722002-04-261-2/+6
* Fixed bug in quota(1) return code.jkar85722002-03-271-13/+27
* quotacheck now skips quota file scanning when file not found.jkar85722001-12-141-5/+10
* More clever handling of loopback and bind mounts. (Jan Kara);jkar85722001-12-051-2/+2
* Fixed initialization of mountpoint scanning (leading to rpc.rquotad SEGFAULT).jkar85722001-11-261-2/+2
* Fixed mode setting when not creating backups.jkar85722001-10-091-13/+14
* Implemented setting only limits by commit_dquot() so edquota & setquota can o...jkar85722001-09-271-2/+2
* Made testing of arguments for quotacheck a bit more strick (complain when -a ...jkar85722001-09-271-2/+2
* Fixed detection of RH 7.1 kernel not to make problems on older kernels.jkar85722001-09-261-1/+5
* Syslog support for rpc.rquotad by Jani Jaakkola; fixed some bugs by me...jkar85722001-09-211-2/+2
* quotacheck(8) now creates backup quotafiles only when -b specified (Preston B...jkar85722001-09-041-41/+43