summaryrefslogtreecommitdiff
path: root/quotasys.c
Commit message (Expand)AuthorAgeFilesLines
* quotasys.c: fix strncpy usageDmitry V. Levin2021-09-171-1/+1
* quotacheck,quotaon: Suggest using quota feature for ext4Jan Kara2020-10-191-0/+27
* Aadd HPE XFS supportTinguely, Mark2018-05-091-3/+7
* Implement manual choice of output unitJan Kara2018-01-101-32/+54
* f2fs: support f2fs's quota sysfileJaegeuk Kim2017-10-161-1/+1
* Improve detection of XFS quota interfaceJan Kara2016-07-121-8/+10
* quotaon: Improve reporting of quota stateJan Kara2016-07-121-10/+24
* quota: fix coredump if projid file does not existWang Shilong2016-07-061-2/+4
* Add support for project quota into generic codeJan Kara2016-03-311-4/+148
* Fix handling of space and inode valuesJan Kara2014-10-011-7/+9
* Prevent from grace period overflow in RPC transportPetr Písař2014-05-011-0/+13
* Properly handle signed space and inode valuesJan Kara2014-05-011-16/+31
* Silent a set-but-not-used warning about sbflagsPetr Písař2013-10-291-2/+3
* Add support for CVS and XML output formats to repquota(8)Jan Kara2013-10-031-0/+31
* Recognize units at inode limits by setquotaPetr Písař2013-01-211-0/+32
* Recognize units at block limits by setquotaPetr Písař2013-01-211-0/+31
* Fix compilation without RPC supportJan Kara2013-01-211-1/+1
* Remove fixed limit on number of autofs mount pointsJan Kara2012-05-231-6/+18
* Add support for quotas on ext4 in system filesJan Kara2011-11-171-142/+165
* edquota: Fix localication of time unitsJan Kara2011-10-201-4/+4
* Remove checking of filesystem type from hasquota()Jan Kara2010-11-091-38/+1
* Fix kern_quota_on() to work with XFS filesystems (Jan Kara)jkar85722010-06-141-12/+13
* We shouldn't pass NULL to XGETQSTAT quotactl since kernel either fails withjkar85722010-05-101-1/+1
* 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-051-3/+9
* * avoid memory corruption of NULL address (Petr Pisar)jkar85722010-05-041-2/+5
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-10/+15
* Fixed error reporting when rpc format specified on command line (Jan Kara)jkar85722009-12-211-5/+20
* 64-bit quota support.jkar85722009-12-141-54/+89
* Improved header of quota and repquota headers in case -s option is used.jkar85722009-10-201-1/+4
* Fixed mountpoint scanning when NFS mountpoint is specified on command line (J...jkar85722009-09-211-2/+6
* * fix reference to rpc manpage (anonymous reporter)jkar85722008-12-171-1/+14
* Format string fixes (Ladislav Michnovic)jkar85722008-04-211-4/+4
* Cleaned up host access handling in rpc.rquotad (Jan Kara)jkar85722007-08-221-2/+4
* Recognize ext4 filesystem (Jan Kara)jkar85722007-04-241-0/+1
* * added option -A to quota(1) to report all NFS mountpoints (Jan Kara)jkar85722007-02-221-3/+7
* * fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar85722007-02-211-9/+25
* Changed option parsing to use long options (Jan Kara)jkar85722006-05-131-11/+15
* Corrected some informal language in error messages (Jan Kara)jkar85722005-11-211-24/+24
* Changed mountpoint scanning so that we don't even stat NFS mountpoints whenjkar85722005-10-251-1/+6
* Fix handling of UID and GID - they are unsigned. (Matthew Kent)jkar85722005-09-131-2/+2
* Added label recognition for reiserfs. (Jan Kara)jkar85722005-06-241-4/+19
* Updated polish translation. (Jakub Bogusz)jkar85722005-03-181-5/+13
* Added sanity check to quota reporting (Jan Kara)jkar85722005-03-171-1/+2
* Added dynamic allocation of mountpoint table (Jan Kara)jkar85722005-01-211-8/+15
* Added JFS into a set of supported filesystems (David Kleikamp)jkar85722004-09-021-0/+1
* Fixed exit codes of edquota and setquota (Jan Kara)jkar85722004-07-131-2/+5
* Added batch mode of setquota(8) (Jan Kara)jkar85722004-04-141-9/+25
* Fixed detection of usrjquota,grpjquota mount options. (Jan Kara)jkar85722004-02-121-8/+25
* Quota tools now honour journalled quota options (Jan Kara)jkar85722004-02-081-3/+11