summaryrefslogtreecommitdiff
path: root/quotaio_v2.c
Commit message (Expand)AuthorAgeFilesLines
* Use libc byteswapping routines not kernel onesCristian Rodríguez2013-12-021-63/+63
* Initialize v2r1 ddquot padding in dumpPetr Pisar2011-04-081-0/+1
* Check whether set limits fit into the range supported by quota format.Jan Kara2011-01-061-1/+22
* * fix repquota to get latest quota info header (Jan Kara)jkar85722010-05-271-5/+0
* * Rewritten configuration script to create config.h (Jan Kara)jkar85722010-01-051-0/+2
* 64-bit quota support.jkar85722009-12-141-507/+176
* * fixed XFS handling to work with loopback mounted devices (Jan Kara)jkar85722007-02-211-1/+1
* Corrected some informal language in error messages (Jan Kara)jkar85722005-11-211-6/+6
* Handle better when quota file in v2 format would become empty (Niu YaWei)jkar85722005-03-311-1/+2
* Fixed illegal reference checking in quotacheck(8) (Jan Kara)jkar85722005-03-171-3/+10
* Added sanity check to quota reporting (Jan Kara)jkar85722005-03-171-0/+2
* Updated version to 3.12jkar85722004-05-241-1/+8
* Updated edquota(8) and setquota(8) to allow setting of individual grace time ...jkar85722002-11-211-0/+4
* Fixed bug in quota(1) return code.jkar85722002-03-271-57/+102
* Minor compile fixes on different archs (Michael Meskes, Jan Kara).jkar85722001-11-231-1/+1
* Added support for conversion of files with wrong endianity (due to SuSE RPM bug)jkar85722001-11-081-7/+20
* Implemented setting only limits by commit_dquot() so edquota & setquota can o...jkar85722001-09-271-3/+10
* repquota now buffers entries to be printed when resolving is needed (major sp...jkar85722001-09-251-3/+1
* Fixed infinity loop for XFS repquota.jkar85722001-05-041-5/+8
* Added check when GETINFO doesn't succeed in RO mode.jkar85722001-05-021-1/+5
* Added mntopt.h to dependencies in Makefile.in.jkar85722001-05-021-11/+20
* Merged with RedHat patch - mainly documentation issuesjkar85722001-04-041-9/+11
* Changed callbacks initialization to label-like one.jkar85722001-03-261-8/+7
* Initial revisionjkar85722001-03-231-0/+734