summaryrefslogtreecommitdiff
path: root/quotasys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug in warnquota.conf parsing. (Jan Kara)jkar85722004-01-091-3/+2
* Implemented parsing of comma-separated list of filesystem types in fstab (Jan...jkar85722003-12-211-11/+32
* Added #include <paths.h> in quotasys.c to avoid compile problems.jkar85722003-12-181-0/+1
* Fixed handling of device-backed loop mounts (Jari Ruusu)jkar85722003-11-051-8/+10
* Fixed fake error messages from rpc.rquotadjkar85722003-10-181-3/+6
* Changed kernel interface detection once more - now it should really work :). ...jkar85722003-10-121-32/+35
* Updated changelog.jkar85722003-10-121-27/+36
* Updated kernel interface detection to work without /procjkar85722003-10-071-14/+15
* Fixed a bug in quotacheck(8) parsing of v1 format files introduced by optimal...jkar85722003-06-161-1/+1
* * minor update of quota(1) manpage (Jan Kara)jkar85722003-06-121-8/+18
* Added option to ignore autofs mountpoints to quota(1), quot(8) and repquota(8...jkar85722003-02-141-7/+27
* Made quota tools not to touch mountpoints mounted without quota optionsjkar85722003-01-171-1/+1
* Updated edquota(8) and setquota(8) to allow setting of individual grace time ...jkar85722002-11-211-0/+18
* Commited XFS patch by Christoph Hellwigjkar85722002-11-121-2/+8
* * fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)jkar85722002-07-231-0/+28
* Fixed small bug in configure.injkar85722002-06-161-33/+6
* Fixed printing of sign 'over soft quota' in quota(1)jkar85722002-05-201-4/+4
* Fixed bug with rpc.rquotad bad path processing.jkar85722002-05-031-13/+32
* Quota-tools now honour 'noquota' mount option. (Jan Kara)jkar85722002-04-291-1/+1
* Fixed bug in quota format detection - avoid SIGSEGV on old kernels. (Jan Kara)jkar85722002-03-271-0/+12