summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edquota: Fix localication of time unitsJan Kara2011-10-202-5/+5
* Rip out ALTFORMAT config optionJan Kara2011-10-202-111/+0
* Make RPC block factor dynamicPetr Písař2011-10-041-5/+28
* Check set limits fit into the range supported by RPC transportPetr Písař2011-10-043-0/+24
* Do not report missing utmp record to syslogPetr Písař2011-08-171-1/+6
* Update version and changelogv4.00Jan Kara2011-08-172-3/+27
* 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-1613-54/+54
* Implement repquota for filesystems without quota filesJan Kara2011-05-059-75/+104
* Initialize v2r1 ddquot padding in dumpPetr Pisar2011-04-081-0/+1
* Fix ddquot buffer leakPetr Písař2011-03-141-0/+3
* Fix check in setgraces() in setquota.cPetr Pisar2011-03-141-1/+1
* Forbid grace time setting over RPCJan Kara2011-03-094-7/+11
* Fix synopsis and properly report errors during remote grace period settingJan Kara2011-03-083-6/+11
* Do not use real domains in warnquota examplePetr Pisar2011-03-041-3/+3
* Make RPC handle properly host names with colonsJan Kara2011-02-161-15/+33
* Explain meaning of the second column in repquota outputJan Kara2011-02-161-5/+12
* Initialize vfsold block and inode value boundaries for new quota filePetr Pisar2011-02-161-0/+4
* setquota manpage typo fix (John Bradshaw)Jan Kara2011-02-161-1/+1
* Implement quotacheck for GFS2Abhijith Das2011-02-043-21/+82
* Add quotasync toolAbhijith Das2011-02-012-3/+132
* Correct --no-mixed-pathnames documentationPetr Pisar2011-02-013-4/+4
* Allow admin to not strip quota binaries while installing themJan Kara2011-01-112-1/+12
* Document --always-resolve at edquota and setquotaPetr Písař2011-01-112-0/+8
* Comment example quotatab to silent warnquotaPetr Písař2011-01-111-2/+2
* Improve comments in warnquota.confOndrej Vasik2011-01-111-3/+3
* Fix help text for quotaoffOndrej Vasik2011-01-111-2/+3
* Make quota, setquota, and edquota recognize -h optionOndrej Vasik2011-01-113-5/+7
* Fix --truncate-names descriptionJan Kara2011-01-111-1/+1
* Check whether set limits fit into the range supported by quota format.Jan Kara2011-01-065-1/+64
* Next3 quota-tools supportAmir G2011-01-062-1/+3
* Remove checking of filesystem type from hasquota()Jan Kara2010-11-091-38/+1
* Create quota-nfs.sh for systems with automounted nfs homesJan Kara2010-09-142-0/+29
* Add --always-resolve to quota.1 manpageJan Kara2010-09-141-0/+4
* quota: Allow printing of mountpointJan Kara2010-09-145-9/+76
* Add forgotten config.h.in file.Jan Kara2010-09-091-0/+100
* Remove useless $Id strings from headersJan Kara2010-09-095-10/+0
* Added reference to setquota to quota(1) manpage. Fixed description of -m optionjkar85722010-09-023-2/+4
* Removed quotactl manpage as it was moved into a man-pages package. (Jan Kara)jkar85722010-06-152-317/+1
* Add option -f to quota(1) manpage (Jan Kara)jkar85722010-06-141-0/+3
* Fix kern_quota_on() to work with XFS filesystems (Jan Kara)jkar85722010-06-145-24/+29
* For XFS, quotaon -f should turn off only limit enforcement as described in th...jkar85722010-06-142-4/+4
* * fix quotaon to print all informational messages only in verbose mode (Jan K...jkar85722010-06-105-30/+39
* * fix repquota to get latest quota info header (Jan Kara)jkar85722010-05-274-10/+10
* * do not count system inodes into quota for ext[234] (Jan Kara)jkar85722010-05-212-2/+5
* We shouldn't pass NULL to XGETQSTAT quotactl since kernel either fails withjkar85722010-05-102-1/+2
* Previous GFS2 patch was missing a hunk to properly detect whetherjkar85722010-05-071-3/+2
* GFS2 implements the XFS interface for setting and reporting the quotajkar85722010-05-056-7/+22
* * avoid memory corruption of NULL address (Petr Pisar)jkar85722010-05-042-2/+6