summaryrefslogtreecommitdiff
path: root/quota.c
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-527/+0
* treewide: move #include "print_fields.h" to defs.hDmitry V. Levin2021-02-011-1/+0
* treewide: replace tprints(", ...")Dmitry V. Levin2021-01-291-5/+10
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-8/+8
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-57/+114
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-1/+2
* print_fields.h: remove prefix argument from PRINT_FIELD_FLAGS macroDmitry V. Levin2021-01-291-7/+14
* print_fields.h: remove prefix argument from PRINT_FIELD_OBJ_PTR macroDmitry V. Levin2021-01-291-5/+10
* quota: avoid unnecessary string specificationsDmitry V. Levin2021-01-221-17/+30
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* 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