aboutsummaryrefslogtreecommitdiff
path: root/quota.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-09-27quota: ensure that names of structure fields are printed properlyDmitry V. Levin
2016-09-27quota: move Q_QUOTAON handling to subcommand switch statementDmitry V. Levin
2016-09-27quota: remove legacy subcommand decoding support codeEugene Syromyatnikov
2016-09-27quota: add realtime block limits fields to XFS disk quota printing codeEugene Syromyatnikov
2016-09-27quota: add packed attribute to struct if_dqblk definitionEugene Syromyatnikov
2016-09-27quota: Add decoding for Q_XQUOTARM subcommandEugene Syromyatnikov
2016-09-27quota: add dispatch of SYNC subcommandsEugene Syromyatnikov
2016-09-27quota: add missing prefixes to struct field namesEugene Syromyatnikov
2016-09-27quota: fix indentation inside subcommand dispatching switch statementEugene Syromyatnikov
2016-09-27quota: avoid printing id argument for those commands that ignore itEugene Syromyatnikov
2016-09-27quota: use printuid for id parameter printingEugene Syromyatnikov
2016-09-27quota: display quota subcommand as a macroEugene Syromyatnikov
2016-05-16Fix printing of invalid struct xfs_dqblk.d_flagsDmitry V. Levin
2016-03-29quotactl: add decoding of Q_GETNEXTQUOTA and Q_XGETNEXTQUOTADmitry V. Levin
2016-01-19quotactl: add Q_XGETQSTATV command decodingDmitry V. Levin
2016-01-19quotactl: add decoding of if_dqinfo.dqi_flags constantsDmitry V. Levin
2016-01-19quotactl: consistenly decode all write and unknown commands on enteringDmitry V. Levin
2016-01-19quotactl: fix Q_QUOTAON command decodingDmitry V. Levin
2016-01-19quotactl: print third argument as unsigned intDmitry V. Levin
2016-01-19quotactl: fix Q_XQUOTAOFF command decodingDmitry V. Levin
2016-01-19quotactl: fix Q_GETFMT and Q_XQUOTAON commands decodingDmitry V. Levin
2016-01-19Replace u_int{8,16,32,64} with uint{8,16,32,64}Dmitry V. Levin
2016-01-19Move definitions of quotactl constants to xlat filesDmitry V. Levin
2015-07-18Enhance quotactl decodingDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2012-10-26Enhance quotactl decodingDmitry V. Levin
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-02-25Compress blank linesDmitry V. Levin
2012-02-25Build fixes after non-Linux code removalDenys Vlasenko
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2012-02-06Cast to long for %l in printfH.J. Lu
2011-09-01Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko
2011-06-22Whitespace cleanups. No code changes.Denys Vlasenko
2006-10-162006-10-16 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin