aboutsummaryrefslogtreecommitdiffstats
path: root/quota
AgeCommit message (Expand)AuthorFilesLines
2019-11-06libfrog: convert bulkstat.c functions to negative error codesDarrick J. Wong1-4/+4
2019-11-06libfrog: convert fsgeom.c functions to negative error codesDarrick J. Wong2-2/+2
2019-11-06libfrog: print library errorsDarrick J. Wong2-8/+6
2019-09-30misc: convert xfrog_bulkstat functions to have v5 semanticsDarrick J. Wong1-16/+13
2019-09-09libfrog: move workqueue.h to libfrog/Darrick J. Wong1-1/+1
2019-09-09libfrog: move path.h to libfrog/Darrick J. Wong2-2/+2
2019-09-09libfrog: move fsgeom.h to libfrog/Darrick J. Wong2-2/+2
2019-09-09libfrog: create xfd_open functionDarrick J. Wong1-3/+4
2019-09-09libfrog: refactor open-coded bulkstat callsDarrick J. Wong1-17/+17
2019-09-09libfrog: refactor online geometry queriesDarrick J. Wong1-4/+6
2019-08-28xfs: remove various bulk request typedef usageDarrick J. Wong1-4/+4
2019-06-25xfs_quota: fix built-in help for project setupEric Sandeen1-1/+1
2019-04-26misc: fix strncpy length complaintsDarrick J. Wong1-3/+6
2019-01-28xfs_quota: fix false error reporting of project inheritance flag is not setAchilles Gaikwad1-1/+1
2018-10-09xfsprogs: remove PKG_PLATFORM macroEric Sandeen1-5/+1
2018-10-09xfsprogs: remove darwin platform filesEric Sandeen2-22/+1
2018-10-09xfsprogs: remove bsd platform filesEric Sandeen2-20/+1
2018-10-09xfsprogs: remove irix platform filesEric Sandeen2-55/+1
2018-08-01misc: clean up MIN/MAX in the utilitiesDarrick J. Wong1-1/+1
2018-08-01xfs_quota: don't stop the directory tree walk when DEPTH is hitKazuya Mio1-3/+3
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner17-209/+17
2017-12-06libfrog: move conversion factors out of libxcmdDarrick J. Wong1-2/+2
2017-08-04xfsprogs: remove double-underscore integer typesDarrick J. Wong8-110/+110
2017-01-12libxcmd: don't check generic library commandsDave Chinner2-6/+0
2017-01-12libxcmd: rename args_command to command_iteratorDave Chinner1-2/+7
2017-01-12libxcmd: check CMD_FLAG_GLOBAL inside args_command()Dave Chinner2-3/+3
2016-12-21xfs_quota: Fix test for wrapped id from GETNEXTQUOTAEric Sandeen1-10/+10
2016-12-20xfs_quota: handle wrapped id from GETNEXTQUOTAEric Sandeen1-0/+8
2016-09-19xfs_quota: fix free command for foreign fsEric Sandeen1-22/+39
2016-09-19xfs_quota: un-flag non-foreign-capable commandsEric Sandeen2-2/+0
2016-09-19xfs_quota: Enable 3 more foreign commandsEric Sandeen1-0/+3
2016-09-19xfs_quota: add case for foreign fs, disabled regardless of foreign_allowedBill O'Donnell1-5/+13
2016-09-19xfs_quota: print and path output formatting: maintain reverse compatibilityBill O'Donnell1-6/+7
2016-09-19libxcmd: populate fs table with xfs entries first, foreign entries lastBill O'Donnell1-6/+18
2016-09-08xfs_quota: fix missing break after foreign_allowed optionZorro Lang1-0/+1
2016-08-26xfs_quota: certain commands must always be availableBill O'Donnell2-9/+22
2016-08-26xfs_quota: add capabilities for use on non-XFS filesystemsBill O'Donnell10-8/+57
2016-08-26xfs_quota: wire up XFS_GETQSTATVEric Sandeen2-30/+89
2016-08-04xfs_quota: fall back silently if XFS_GETNEXTQUOTA failsZorro Lang1-2/+6
2016-06-03xfs_quota: only round up timer reporting > 1 dayEric Sandeen1-0/+12
2016-05-30xfs_quota: check report_mount return valueEric Sandeen1-3/+3
2016-05-10xfs_quota: print quota id number if the name can't be foundZorro Lang1-1/+15
2016-02-29xfs_quota: modify commands which can't handle multiple typesZorro Lang4-36/+74
2016-02-15xfs_fs.h: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionDave Chinner2-11/+11
2016-02-05xfs_quota: fix up timer command helpEric Sandeen1-2/+2
2016-02-05xfs_quota: remove extra 30 seconds from time limit reportingEric Sandeen1-2/+0
2016-02-05xfs_quota: use Q_XGETNEXTQUOTA for report and dumpEric Sandeen2-14/+71
2016-02-05xfs_quota: make report_mount() & dump_file() take an "output id"Eric Sandeen1-16/+30
2016-02-05xfs_quota: define Q_XGETNEXTQUOTAEric Sandeen2-0/+4
2015-12-21xfsprogs: Remove trailing blanks on various placesJan Tulak3-8/+7
2015-12-21xfs_quota: allow name lookup when reporting from ID rangeEric Sandeen1-4/+30
2015-12-21xfs_quota: push id/name printing down into report_mount()Eric Sandeen1-26/+11
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig10-17/+17
2015-07-31progs: clean up all remaining xfs*h includesDave Chinner10-17/+17
2014-07-16quota: fix NULL pointer dereference in report_fJie Liu1-1/+1
2014-04-14xfsprogs: remove write-only assignmentsEric Sandeen1-2/+2
2014-04-14xfs_quota: remove impossible tests in printpathEric Sandeen1-2/+2
2014-04-14xfs_quota: fix memory leak in quota_group_type() error pathEric Sandeen1-8/+12
2014-04-14xfsprogs: fix various fd leaksEric Sandeen1-0/+1
2013-04-25xfsprogs: Fix up usage() errors and omissionsEric Sandeen1-1/+1
2013-04-23xfsprogs: xfs_quota allow user or group names beginning with digitsRich Johnston2-3/+5
2012-11-20xfs_quota: correctly initialise the default pathv3.1.9-rc2Dave Chinner1-0/+9
2012-11-20xfs_quota: fix report command parsingDave Chinner1-0/+1
2012-02-05xfs_quota: check for size parsing errorsEric Sandeen1-3/+9
2011-10-06xfsprogs: libxcmd: encapsulate fs_table initializationAlex Elder1-13/+2
2011-09-29xfsprogs: xfs_quota: kill local variable "type" from free_f()Alex Elder1-8/+4
2011-09-29xfsprogs: xfs_quota: don't print invalid quota file inode numberAlex Elder1-4/+7
2011-08-25xfsprogs: xfs_quota: improve calculation for percentage displayAlex Elder1-10/+10
2011-08-25xfsprogs: xfs_quota: don't double project block countsAlex Elder1-6/+14
2011-08-25xfsprogs: xfs_quota: return real-time used data as intendedAlex Elder1-1/+3
2011-05-19xfsprogs: Don't translate command nameArkadiusz Miśkiewicz8-23/+23
2011-02-21xfs_quota: don't try to report quotas which aren't there.Eric Sandeen1-2/+2
2010-10-09xfsprogs: projid32bit handlingArkadiusz Mi?kiewicz1-1/+1
2010-08-30xfsprogs: Validate string -> number conversionArkadiusz Mi?kiewicz1-4/+7
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2009-10-10update configure defaultsChristoph Hellwig1-2/+2
2009-03-03fix various typosMalcolm Parsons2-2/+2
2009-01-29xfs_quota: add support for passing project paths on cmdlineArkadiusz Miśkiewicz1-6/+22
2009-01-29xfs_quota: add -d option to limit directory depthArkadiusz Miśkiewicz1-7/+27
2008-12-30xfs_quota: fix EXCLUDED_FILE_TYPES macro for negation caseArkadiusz Miskiewicz1-2/+2
2008-12-30xfs_quota: Don't ignore every error when asking for quotaArkadiusz Miskiewicz1-8/+20
2008-12-30xfs_quota: warn if specified non-zero quota will be round down to zeroArkadiusz Miskiewicz1-0/+2
2008-12-30xfs_quota: Fix range for -U.Arkadiusz Miskiewicz1-4/+4
2008-12-30xfs_quota: Add missing options to --helpArkadiusz Miskiewicz1-1/+3
2008-12-30xfs_quota: return proper error statusArkadiusz Miskiewicz7-22/+68
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok1-3/+3
2007-08-15Fix xfs_quota disable, enable, off and remove commandsDonald Douwsma1-37/+37
2007-07-23Don't query project quota info on filesystems not mounted with pquotaBarry Naujok1-0/+5
2007-07-23Fix xfs_quota "quota -n" command for project IDsBarry Naujok1-10/+16
2007-07-23Improve output with no paths and the path commandBarry Naujok1-0/+5
2007-07-23Update usage for state commandBarry Naujok1-1/+1
2007-07-23Fix null pointer dereference in state_f.Donald Douwsma1-1/+1
2007-07-16Improve xfs_io and xfs_quota -c handlingBarry Naujok1-0/+2
2007-05-17Prevent project commands from operating on special files.Donald Douwsma1-3/+37
2007-02-19Fix grace time display problems in xfs_quotaDonald Douwsma2-2/+2
2006-03-22Fix realtime freespace accounting for df, missed an fsb to bytes conversion.Nathan Scott1-2/+2
2006-02-08Fix compilation for non-Linux builds (thanks to FreeBSD folks).Nathan Scott1-0/+1
2006-01-31Initial xfsprogs Polish translation, thanks to Jakub Bogusz <qboosh@pld-linux...Nathan Scott1-2/+2
2005-12-17Make xfs_quota reporting match standard tools wrt timestamp rounding.Nathan Scott1-0/+3
2005-11-16Fix build warnings on ia64 Linux and on IRIX too.Nathan Scott1-2/+2
2005-11-14Fix up compiler warnings/errors for cross-platform builds.Nathan Scott4-10/+6
2005-11-11Fix up compiler warnings and other issues when building on IRIX.Nathan Scott4-3/+5
2005-11-11Update copyright/license notices to match SGI legal prefered boilerplate.Nathan Scott17-428/+176
2005-09-29Cleanup fsxattr interace use, now that IRIX also supports projid via this mec...Nathan Scott2-26/+11
2005-09-20Fix trivial compiler warnings in a scanf.Nathan Scott1-3/+6
2005-09-16Issue a quote sync before reporting quota, resolving issue with delayed alloc...Nathan Scott6-3/+19
2005-08-11Fix builds for FreeBSD, thanks to Craig Rodrigues.Nathan Scott2-1/+1
2005-06-07Fix minor xfs_quota double-reporting issue found by QA testing project quota;...Nathan Scott4-20/+36
2005-06-03Fix xfs_quota bugs found by QA tests, and add some options to assist testing.Nathan Scott6-148/+208
2005-06-03Portability changes to get xfs_quota to compile on IRIX as well.Nathan Scott5-21/+35
2005-04-25GCC4 signedness fixesChristoph Hellwig2-3/+3
2005-04-19Initial version of xfs quota utility. Knows how to do user/group/project quo...Nathan Scott17-0/+4668