aboutsummaryrefslogtreecommitdiffstats
path: root/libxcmd
AgeCommit message (Expand)AuthorFilesLines
2023-07-12libxcmd: add return value check for dynamic memory functionWeifeng Su1-0/+4
2022-02-25libxcmd: use emacs mode for command history editingDarrick J. Wong1-0/+1
2020-05-09libxcmd: don't crash if el_gets returns nullDarrick J. Wong1-7/+13
2020-05-09xfsprogs: remove libreadline supportChristoph Hellwig2-21/+2
2020-04-07xfsprogs: Fix --disable-static option buildDave Chinner1-0/+2
2020-01-30xfs_io: fix integer over/underflow handling in timespec_from_stringDarrick J. Wong1-6/+17
2018-10-09xfsprogs: make static things staticEric Sandeen1-2/+2
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner5-53/+5
2018-03-26xfs_io: fix operation time reportingDave Chinner1-8/+8
2017-12-06libfrog: move paths.c out of libxcmdDarrick J. Wong3-796/+1
2017-12-06libfrog: move conversion factors out of libxcmdDarrick J. Wong1-375/+0
2017-12-06libfrog: move topology code out of libxcmdDarrick J. Wong2-343/+1
2017-08-04xfsprogs: remove double-underscore integer typesDarrick J. Wong1-7/+7
2017-06-21libxcmd: add cvt{int, long} to convert strings to int and longDarrick J. Wong1-0/+152
2017-06-21xfs_io: refactor numlen into a library functionDarrick J. Wong1-0/+13
2017-06-21xfs_growfs: ensure target path is an active xfs mountpointBill O'Donnell1-0/+31
2017-01-12xfs_io: implement 'utimes' commandDeepa Dinamani1-0/+22
2017-01-12libxcmd: add non-iterating user commandsDave Chinner1-7/+28
2017-01-12libxcmd: don't check generic library commandsDave Chinner3-2/+6
2017-01-12libxcmd: merge command() and iterate_command()Dave Chinner1-44/+66
2017-01-12libxcmd: rename args_command to command_iteratorDave Chinner1-8/+8
2017-01-12libxcmd: check CMD_FLAG_GLOBAL inside args_command()Dave Chinner3-9/+15
2016-11-01xfsprogs: replace [fl]stat64 by equivalent [fl]statFelix Janda1-2/+2
2016-10-03libxcmd: fix counting of xfs entries in fs_table_insertEryu Guan1-1/+2
2016-09-19libxcmd: populate fs table with xfs entries first, foreign entries lastBill O'Donnell1-1/+11
2016-08-26xfs_quota: certain commands must always be availableBill O'Donnell2-2/+4
2016-08-26xfs_quota: add capabilities for use on non-XFS filesystemsBill O'Donnell1-4/+3
2016-08-26libxcmd: fix mount option parsing to find rt/log devicesDarrick J. Wong1-3/+10
2016-05-30libxcmd: generalize topology functionsBill O'Donnell2-1/+343
2016-05-10xfs_quota: fully support users and groups beginning with digitsZorro Lang1-2/+2
2016-02-15xfs_fs.h: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionDave Chinner1-4/+4
2015-12-21xfsprogs: Remove trailing blanks on various placesJan Tulak1-2/+1
2015-10-28libxcmd: provide a common function to report command runtimesDarrick J. Wong1-0/+27
2015-08-18xfsprogs: undefined variable fixJan Tulak1-1/+1
2015-08-03xfsprogs: don't install platform_defs.hChristoph Hellwig4-4/+4
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig6-13/+13
2015-07-31xfsprogs: remove install-qa targetChristoph Hellwig1-1/+1
2015-07-31progs: clean up all remaining xfs*h includesDave Chinner6-13/+13
2014-07-16libxcmd: make all comparisons using realpath'd pathsEric Sandeen1-16/+26
2013-10-17xfsprogs: handle symlinks etc in fs_table_initialise_mounts()Eric Sandeen1-16/+28
2013-04-23xfsprogs: xfs_quota allow user or group names beginning with digitsRich Johnston1-0/+13
2013-02-01xfsprogs: fix warning in libxcmd/input.cBen Myers1-1/+1
2012-12-21xfs_quota: support relative path as `path' argumentsSatoru Takeuchi1-13/+29
2012-09-24libxcmd: link against readlineMike Frysinger1-0/+2
2011-10-06xfsprogs: libxcmd: ignore errors when initializing fs_tableAlex Elder1-12/+15
2011-10-06xfsprogs: libxcmd: avoid exiting when an error occursAlex Elder1-46/+20
2011-10-06xfsprogs: libxcmd: isolate strdup() calls to fs_table_insert()Alex Elder1-73/+77
2011-10-06xfsprogs: libxcmd: encapsulate fs_table initializationAlex Elder1-11/+38
2011-10-06xfsprogs: libxcmd: avoid using strtok()Alex Elder1-4/+13
2011-10-06xfsprogs: libxcmd: rearrange some routinesAlex Elder1-80/+82
2011-09-29xfsprogs: libxcmd: allow 0 as a wildcard fs_table entry type selectorAlex Elder1-8/+20
2011-09-29xfsprogs: libxcmd: use fs_device_number() consistentlyAlex Elder1-25/+21
2011-09-29xfsprogs: libxcmd: move fs_device_number() up in the fileAlex Elder1-14/+14
2011-09-29xfsprogs: libxcmd: kill "search" arg in fs_device_number()Alex Elder1-27/+8
2011-09-29xfsprogs: libxcmd: simplify fs_table_lookup()Alex Elder1-4/+18
2011-09-29xfsprogs: libxcmd: don't clobber fs_table on realloc()Alex Elder1-3/+5
2011-05-19xfsprogs: Don't translate command nameArkadiusz Miśkiewicz2-4/+4
2010-08-30xfsprogs: Validate string -> number conversionArkadiusz Mi?kiewicz1-12/+24
2010-08-03xfsprogs: fix depend targetsAlex Elder1-1/+1
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2009-05-18xfsprogs: fix readline/editline for xfs_io and xfs_quotaEric Sandeen1-0/+8
2009-03-03fix various typosMalcolm Parsons1-1/+1
2009-01-29libxcmd: move error messages to appropriate placeArkadiusz Miśkiewicz1-3/+6
2009-01-29xfs_quota: add support for passing project paths on cmdlineArkadiusz Miśkiewicz1-0/+30
2009-01-02xfs_quota: fix input of a projectid which starts whith a digitLeo Baltus1-1/+5
2008-09-08Update xfsprogs to latest kernel headers and functionsBarry Naujok2-6/+3
2007-07-16Improve xfs_io and xfs_quota -c handlingBarry Naujok3-29/+39
2006-06-26Merge a bug fix from Bastian Kleineidam, related to correctly transalating de...Nathan Scott1-1/+4
2006-06-22Bump xfsprogs version number, merge trivial double-free bugfix from community.Nathan Scott1-22/+25
2006-03-03Fix mishandling of external log/rt devices in userspace for old kernels where...Nathan Scott1-14/+39
2005-12-08Couple of trivial fixes - cvtnum and EFI/EFD log printing.Nathan Scott1-1/+1
2005-12-05Fix trivial compiler warning about libxcmd/input and tolower.Nathan Scott1-0/+1
2005-12-05Add xfs_io code to grok direct IO size/alignment information.Nathan Scott1-8/+15
2005-11-11Fix up compiler warnings and other issues when building on IRIX.Nathan Scott6-16/+19
2005-11-11Update copyright/license notices to match SGI legal prefered boilerplate.Nathan Scott7-178/+66
2005-10-08Fix read/write calls in xfs_io to allow buffers larger than 4GiB on 64 bit pl...Nathan Scott1-2/+2
2005-09-29Cleanup fsxattr interace use, now that IRIX also supports projid via this mec...Nathan Scott1-13/+1
2005-09-20Fix strtok botch which prevented extraction of rtdev name.Nathan Scott1-10/+4
2005-09-20Switch to using /proc/self/mounts instead of /etc/mtab now this has all we need.Nathan Scott1-2/+7
2005-08-11Fix builds for FreeBSD, thanks to Craig Rodrigues.Nathan Scott2-4/+10
2005-06-20Reset loop counter for multiple commands, found by QA.Nathan Scott1-0/+1
2005-06-20Switch to using fsxattr instead of special projid ioctls.Nathan Scott1-3/+12
2005-04-25GCC4 signedness fixesChristoph Hellwig1-2/+2
2005-04-19Move common utility code into a libxcmd.a to ease sharing amongst multiple to...Nathan Scott7-0/+1466