aboutsummaryrefslogtreecommitdiffstats
path: root/growfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libxfs: split out a libxfs_dev structure from struct libxfs_initChristoph Hellwig1-10/+10
2023-12-18libxfs: making passing flags to libxfs_init less confusingChristoph Hellwig1-1/+1
2023-12-18libxfs: rename struct libxfs_xinit to libxfs_initChristoph Hellwig1-1/+1
2022-01-31xfsprogs: fix static build problems caused by liburcuTheodore Ts'o1-2/+2
2021-10-01misc: convert utilities to use "fallthrough;"Darrick J. Wong1-3/+3
2021-09-29xfsprogs: introduce liburcu supportDave Chinner1-1/+2
2021-04-20xfs_growfs: support shrinking unused spaceGao Xiang1-5/+4
2020-05-09xfsprogs: remove libreadline supportChristoph Hellwig1-3/+0
2020-04-08xfsprogs: fix silently broken option parsingDave Chinner1-1/+0
2019-11-06libfrog: convert fsgeom.c functions to negative error codesDarrick J. Wong1-2/+2
2019-11-04xfs_growfs: allow mounted device node as argumentEric Sandeen1-0/+3
2019-09-09libfrog: move path.h to libfrog/Darrick J. Wong1-1/+1
2019-09-09libfrog: move fsgeom.h to libfrog/Darrick J. Wong1-1/+1
2019-09-09libfrog: refactor online geometry queriesDarrick J. Wong1-17/+11
2019-06-06misc: remove all use of xfs_fsop_geom_tDarrick J. Wong1-2/+2
2018-07-23xfsprogs: convert to SPDX license tagsDave Chinner2-14/+2
2018-05-23xfs_growfs: refactor geometry reportingDarrick J. Wong1-86/+2
2018-05-23xfs_info: move to xfs_spacemanDarrick J. Wong2-34/+0
2017-12-06libfrog: move list_sort out of libxfsDarrick J. Wong1-2/+2
2017-06-21xfs_growfs: ensure target path is an active xfs mountpointBill O'Donnell1-1/+9
2016-10-26xfs_growfs: report the presence of the reflink featureDarrick J. Wong1-3/+9
2016-08-19xfs_growfs: report rmapbt presenceDarrick J. Wong1-5/+9
2015-07-31xfsprogs: simplify internal includesChristoph Hellwig1-2/+2
2015-07-31Merge branch 'progs-cleanup' into for-nextDave Chinner1-2/+2
2015-07-31growfs: display sparse inode status from xfs_infoBrian Foster1-5/+8
2015-07-31progs: clean up all remaining xfs*h includesDave Chinner1-1/+1
2015-07-31progs: clean up libxfs.h includesDave Chinner1-1/+1
2015-02-06xfsprogs: do not do any dynamic linking of libtool librariesRomain Naour1-1/+1
2014-05-27growfs: report finobt status in fs geometry (xfs_info)Brian Foster1-5/+9
2014-04-14xfsprogs: remove write-only assignmentsEric Sandeen1-1/+0
2014-03-03xfs_growfs: don't grow data if only -m is specifiedEric Sandeen1-3/+6
2013-10-23xfsprog: add dirent filetype information for xfs_infoMark Tinguely1-5/+9
2013-08-06xfsprogs: support CRC enabled filesystem detectionDave Chinner1-4/+12
2013-04-25xfsprogs: Fix up usage() errors and omissionsEric Sandeen1-10/+1
2011-10-06xfsprogs: libxcmd: encapsulate fs_table initializationAlex Elder1-1/+1
2011-07-16xfsprogs: fix gcc 4.6 variable set but not used warningsChristoph Hellwig1-4/+0
2010-01-21xfsprogs: Automatic build dependency calculationsDave Chinner1-1/+3
2009-10-10update configure defaultsChristoph Hellwig1-3/+3
2009-09-09xfsprogs: fix the -V option for most shell scriptsChristoph Hellwig1-1/+4
2009-05-18xfsprogs: fix readline/editline for xfs_io and xfs_quotaEric Sandeen1-0/+8
2008-06-05Fix up incorrect mkfs/growfs output for ascii-ci modeBarry Naujok1-2/+2
2008-05-26ASCII case-insensitive support for xfsprogsv2.10.0Barry Naujok1-6/+9
2008-04-15Remove sysv3 legacy functionsBarry Naujok1-1/+1
2008-01-21Make xfs_info handle mount points with spacesBarry Naujok1-2/+2
2007-11-22Add missing \n in growfs output,Niv Sardi1-1/+1
2007-11-16Default to log, attr, inodes v2, Drop the ability to turn unwritten extents o...Niv Sardi1-7/+4
2007-09-07Link xfsprogs utils to libpthread when linking to libxfsBarry Naujok1-1/+1
2007-05-22Userspace support for lazy superblock countersDave Chinner1-4/+9
2006-12-22Return error (1) if something fails in xfs_growfsBarry Naujok1-1/+1
2006-08-08Cleanup some leftover turds from the days when volume managers new about XFS ...Nathan Scott1-1/+0
2006-06-30Added prefetching to buffer cache via POSIX lio_listio interface.Madan Valluri1-1/+1
2005-11-11Update copyright/license notices to match SGI legal prefered boilerplate.Nathan Scott3-81/+11
2005-11-11Report inline attr version, and allow mkfs to explicitly set it too.Nathan Scott1-5/+9
2005-09-20Switch to using /proc/self/mounts instead of /etc/mtab now this has all we need.Nathan Scott1-9/+12
2005-04-19Move common utility code into a libxcmd.a to ease sharing amongst multiple to...Nathan Scott4-183/+23
2003-09-15xfsprogs update - added code for manipulating additional inode flags, fix upNathan Scott1-6/+12
2003-04-29Fix includes to not be relative to paths provided by -I directives, forNathan Scott2-2/+2
2003-04-16Merge whitespace changes overRussell Cattelan3-38/+38
2003-03-31Bunch of portability related changes to xfsprogs. Includes some code toNathan Scott1-14/+20
2002-12-19Flush out my xfsprogs backlog - bunch of I18N and sector size relatedNathan Scott4-71/+87
2002-11-13Minor update - include less kernel headers, abstract some Linux/IRIX diffsNathan Scott4-78/+172
2002-09-03do some additional cleanup after autoconf has run.v2.3.0Nathan Scott1-5/+15
2002-07-25make xfs_info/growfs report v2 log dataEric Sandeen1-3/+10
2002-06-04Update copyright dates (again)Eric Sandeen3-3/+3
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen3-3/+3
2002-06-04Update copyright datesEric Sandeen3-3/+3
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111473a by nathans.Nathan Scott1-1/+1
2002-01-03force even number of 512-byte blocks when data/log/rt fills partitionEric Sandeen1-0/+11
2001-12-05bump version to 1.3.14.Nathan Scott1-34/+2
2001-08-31Bump version for 32-bit awareness.Eric Sandeen1-4/+50
2001-07-16needed an LTDEPENDENCIES line for LIBXFS.Nathan Scott1-0/+1
2001-07-16use LTINSTALL for libtool created binaries (wraps our install-sh).Nathan Scott1-1/+1
2001-07-16Correct parsing of mount options from hasmntopt() - parse on ","Eric Sandeen1-2/+2
2001-07-11rework for libtool support.v1.3.0Nathan Scott1-4/+4
2001-05-09insert (experimental) rtcp binary - for eric/others working on realtimeRelease-1_0_0Nathan Scott1-2/+0
2001-04-12fixup warnings with -Wno-parentheses removed.Nathan Scott1-2/+2
2001-04-09bump minor version number.Nathan Scott1-9/+11
2001-01-15initial version for reworked xfsprogs build environment.v1.1.0Nathan Scott1-4/+5
2001-01-15cmd/xfs/bmap/Makefile 1.8 Renamed to cmd/xfsprogs/bmap/MakefileNathan Scott3-0/+564