aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs/growfs.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate set but not used variable.Kirk McKusick2022-06-281-4/+1
* growfs: do not error if filesystem is already requested sizeEd Maste2021-11-151-1/+4
* growfs: allow operation on RW-mounted filesystemsEd Maste2021-03-031-3/+2
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-251-0/+6
* Add missing cylinder group check-hash updates when doing large expansionsKirk McKusick2020-09-221-0/+3
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-13/+31
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-73/+50
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* growfs: ANSIfy cgckhash()Ed Maste2017-10-101-2/+1
* Growfs got missed in r323923 that added a check hash to cylinder groups.Kirk McKusick2017-10-101-0/+18
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-1/+1
* Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spuriousEdward Tomasz Napierala2016-05-111-4/+4
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Fix growfs(8) build with debug enabled (make -DGFSDBG).Edward Tomasz Napierala2015-04-241-2/+2
* Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-091-1/+1
* Allow the use of lowercase 'yes'Eitan Adler2013-05-081-1/+1
* Use arc4random() instead of random().Xin LI2013-04-151-6/+1
* When growing a filesystem, don't leave unused space at the endEdward Tomasz Napierala2012-12-161-7/+10
* Fix extending filesystems of weird size by making sure the actual sizeEdward Tomasz Napierala2012-12-151-0/+6
* Make it possible to resize filesystems mounted read-write, using newlyEdward Tomasz Napierala2012-11-181-7/+23
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-0/+1
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* Remove unneeded variable reported by gcc46 which stopped being used inEitan Adler2012-07-071-3/+0
* Fix offset calculation to actually rewrite the _last_ block.Edward Tomasz Napierala2012-05-061-2/+2
* Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangleEdward Tomasz Napierala2012-04-301-102/+237
* Style.Edward Tomasz Napierala2012-04-181-2/+2
* Style.Edward Tomasz Napierala2012-04-151-5/+5
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.Edward Tomasz Napierala2012-04-151-16/+1
* Style.Edward Tomasz Napierala2012-04-121-10/+7
* Remove block reallocation used to make room for the cylinder groupEdward Tomasz Napierala2012-04-121-854/+165
* Remove disklabel handling code from growfs. This should be doneEdward Tomasz Napierala2012-03-291-105/+9
* After r232548, clang complains about the apparent '=-' operator (aDimitry Andric2012-03-121-1/+1
* Make growfs(8) mostly style compliant. No functional changes,Edward Tomasz Napierala2012-03-051-505/+378
* Allow growfs to be built with GCC 4.7 and -Werror.Ed Schouten2012-01-171-1/+3
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Revert the mechanical change from 'file system' to 'filesystem', committedEdward Tomasz Napierala2011-06-281-22/+22
* Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indentEdward Tomasz Napierala2011-06-221-25/+25
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* s/utime/modtime/g -- utime shadows utime(3).Marcel Moolenaar2011-01-221-12/+12
* Unbreak the build on strong-aligned architectures (arm, ia64).Marcel Moolenaar2010-09-201-1/+1
* Revise r197763 which fixes filesystem corruption when extendingBrian Somers2010-09-191-14/+13
* When growing a UFS1 filesystem, we need to initialise all inodes in any newGavin Atkinson2010-02-131-4/+2
* Quiet spurious warnings.Kirk McKusick2010-02-111-8/+8
* Remove dead code. This section of code is only run in theGavin Atkinson2010-01-021-10/+4
* The cylinder group tag cg_initediblk needs to match the number of inodesMatt Jacob2009-10-051-2/+8
* Fix an int overflow on very large file systems.David Schultz2007-12-171-2/+2
* Remove duplicated assignment.Stefan Farfeleder2006-07-171-1/+0
* Remove \n at the end of err(3) stringsPhilippe Charnier2005-01-161-7/+5