freebsd-skq/usr.sbin/makefs/ffs
Nathan Whitehorn afb6a168f8 Allocate extra inodes in makefs when leaving free space in UFS images.
By default, makefs(8) has very few spare inodes in its output images,
which is fine for static filesystems, but not so great for VM images
where many more files will be added. Make makefs(8) use the same
default settings as newfs(8) when creating images with free space --
there isn't much point to leaving free space on the image if you
can't put files there. If no free space is requested, use current
behavior of a minimal number of available inodes.

Reviewed by:	manu
MFC after:	3 weeks
Differential Revision:	https://reviews.freebsd.org/D29492
2021-04-06 13:43:29 -04:00
..
buf.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
buf.h Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ffs_alloc.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ffs_balloc.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ffs_bswap.c
ffs_extern.h Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ffs_subr.c Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
Makefile.inc
mkfs.c Allocate extra inodes in makefs when leaving free space in UFS images. 2021-04-06 13:43:29 -04:00
newfs_extern.h
ufs_bmap.c
ufs_bswap.h
ufs_inode.h