History log of /freebsd-9.3-release/sbin/growfs/growfs.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 246235 02-Feb-2013 trasz

MFC r243246:

Make it possible to resize filesystems mounted read-write, using newly
introduced UFS write suspension mechanism.

Reviewed by: kib, mckusick
Sponsored by: FreeBSD Foundation


# 237501 23-Jun-2012 trasz

MFC r234846:

Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle
them and commit separately.

1. Rewrite the way growfs(8) finds the device and mount point. This makes
it possible to use e.g. "growfs /mnt"; it's also used to display more
helpful messages.

2. Be more user-friendly, using descriptive messages, like this:

OK to grow filesystem on /dev/md0, mounted on /mnt, from 9.8GB to 20GB? [Yes/No]"

3. Allow to specify the size (-s option) just like with mdconfig(8), i.e. with
postfixes ("mdconfig -s 10g").4. Reload read-only filesystem after growing.

Reviewed by: kib, mckusick (earlier version)
Sponsored by: The FreeBSD Foundation

MFC r235079:

Fix offset calculation to actually rewrite the _last_ block.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223652 28-Jun-2011 trasz

Revert the mechanical change from 'file system' to 'filesystem', committed
in r223429. As bde@ pointed out, it was mostly backwards.


# 223429 22-Jun-2011 trasz

Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent
from messages.


# 221659 08-May-2011 gavin

We now have multiple filesystems (UFS, ZFS, ...), so for tools that only
operate on one type of filesystem, mention this.
While here, capitalise the use of "UFS" in growfs.8 to match other uses of
the term in other man pages.

MFC after: 1 week


# 140415 18-Jan-2005 ru

Sort sections.


# 139322 26-Dec-2004 jkoshy

Cross-reference ffsinfo(8).


# 124876 23-Jan-2004 blackend

Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".

PR: bin/61472
Submitted by: Alex Popa <razor@ldc.ro>
MFC after: 1 week


# 123868 26-Dec-2003 trhodes

Remove another instance of 'disklabel' which eluded me last time.

Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)


# 123774 23-Dec-2003 trhodes

s/disklabel/bsdlabel

Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)


# 116499 17-Jun-2003 brueffer

Remove references to ffsinfo(8) for now. It was disconnected from
the build almost a year ago.


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 107129 20-Nov-2002 keramida

Typo fix that I brought in rev 1.16


# 102562 29-Aug-2002 keramida

Mention that fdisk(8) should be used to grow the containing slice
before growing partitions with growfs(8), if necessary.

PR: docs/42148
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>


# 102231 21-Aug-2002 trhodes

s/filesystem/file system/g as discussed on -developers


# 101810 13-Aug-2002 ru

can not -> cannot.


# 99501 06-Jul-2002 charnier

The .Nm utility


# 96707 16-May-2002 trhodes

more file system > filesystem


# 90639 13-Feb-2002 keramida

Typo fix: Usally -> Usually.

PR: docs/34918
Submitted by: Harry Newton <harry_newton@telinco.co.uk>


# 90326 06-Feb-2002 markm

Minor grammar fixes.


# 81418 10-Aug-2001 ru

mdoc(7) police: spelling, punctuation and markup nits.


# 81311 08-Aug-2001 chm

fixing a bug in test mode (growfs -N)

Submitted by: Chris Boltwood <chris@hiendmedia.com>
Reviewed by: tomsoft
MFC after: 5 days


# 80898 01-Aug-2001 sheldonh

MFS: in HISTORY section, fix release number of first appearance


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 69999 13-Dec-2000 tomsoft

Fix a logical bug introduced by changing the formatting.

Submitted by: ru
Reviewed by: chm


# 69977 13-Dec-2000 ru

Mdoc(7)ify.


# 69926 12-Dec-2000 tomsoft

corrected spelling mistakes in comments
check a couple of mallocs
usage of errx
linebreaks of DBG_ macros,
correcting the usage of nroff macros

Submitted by: grog, charnier
Reviewed by: chm


# 69800 09-Dec-2000 tomsoft

added growfs(8) including ffsinfo(8) to the freebsd base system

Reviewed by: grog