summaryrefslogtreecommitdiff
path: root/quota.c
Commit message (Expand)AuthorAgeFilesLines
* quotactl: add xlat styles supportShankara Pailoor2018-12-241-5/+26
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Mpersify decoder of struct xfs_dqstatsZhibin Li2018-07-151-42/+22
* quota: fix disorder of PRINT_FIELD invocationsZhibin Li2018-07-151-2/+2
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-3/+3
* Update copyright headersEugene Syromyatnikov2017-09-051-0/+1
* quota: use PRINT_FIELD_FLAGSDmitry V. Levin2017-07-011-20/+13
* Unify different generic PRINT_FIELD_* implementationsDmitry V. Levin2017-07-011-12/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-10/+5
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* quota: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* quota: ensure that names of structure fields are printed properlyDmitry V. Levin2016-09-271-96/+109
* quota: move Q_QUOTAON handling to subcommand switch statementDmitry V. Levin2016-09-271-8/+6
* quota: remove legacy subcommand decoding support codeEugene Syromyatnikov2016-09-271-191/+0
* quota: add realtime block limits fields to XFS disk quota printing codeEugene Syromyatnikov2016-09-271-0/+4
* quota: add packed attribute to struct if_dqblk definitionEugene Syromyatnikov2016-09-271-1/+7
* quota: Add decoding for Q_XQUOTARM subcommandEugene Syromyatnikov2016-09-271-0/+13
* quota: add dispatch of SYNC subcommandsEugene Syromyatnikov2016-09-271-0/+2
* quota: add missing prefixes to struct field namesEugene Syromyatnikov2016-09-271-94/+99
* quota: fix indentation inside subcommand dispatching switch statementEugene Syromyatnikov2016-09-271-324/+324
* quota: avoid printing id argument for those commands that ignore itEugene Syromyatnikov2016-09-271-17/+106
* quota: use printuid for id parameter printingEugene Syromyatnikov2016-09-271-1/+2
* quota: display quota subcommand as a macroEugene Syromyatnikov2016-09-271-2/+3
* Fix printing of invalid struct xfs_dqblk.d_flagsDmitry V. Levin2016-05-161-1/+1
* quotactl: add decoding of Q_GETNEXTQUOTA and Q_XGETNEXTQUOTADmitry V. Levin2016-03-291-0/+39
* quotactl: add Q_XGETQSTATV command decodingDmitry V. Levin2016-01-191-0/+54
* quotactl: add decoding of if_dqinfo.dqi_flags constantsDmitry V. Levin2016-01-191-4/+7
* quotactl: consistenly decode all write and unknown commands on enteringDmitry V. Levin2016-01-191-23/+25
* quotactl: fix Q_QUOTAON command decodingDmitry V. Levin2016-01-191-2/+4
* quotactl: print third argument as unsigned intDmitry V. Levin2016-01-191-8/+1
* quotactl: fix Q_XQUOTAOFF command decodingDmitry V. Levin2016-01-191-0/+1
* quotactl: fix Q_GETFMT and Q_XQUOTAON commands decodingDmitry V. Levin2016-01-191-4/+4
* Replace u_int{8,16,32,64} with uint{8,16,32,64}Dmitry V. Levin2016-01-191-84/+84
* Move definitions of quotactl constants to xlat filesDmitry V. Levin2016-01-191-77/+3
* Enhance quotactl decodingDmitry V. Levin2015-07-181-87/+27
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Compress blank linesDmitry V. Levin2014-05-301-1/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-77/+7
* Use XLAT_END macroDmitry V. Levin2014-02-051-7/+7
* Use XLAT macroDmitry V. Levin2014-02-051-55/+55
* Enhance quotactl decodingDmitry V. Levin2012-10-261-1/+1
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-4/+0
* Compress blank linesDmitry V. Levin2012-02-251-1/+0
* Build fixes after non-Linux code removalDenys Vlasenko2012-02-251-2/+0
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-48/+0
* Cast to long for %l in printfH.J. Lu2012-02-061-4/+4
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-20/+20
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-221-58/+29
* 2006-10-16 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2006-10-161-0/+736