freebsd-dev/sbin/dump
Kirk McKusick 69becf4a5e Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystem
only preallocates a small number of inodes. The dump program tries
to scan through all the allocated inodes on a filesystem which
causes bad behavior if they have never been allocated. Thus dump
must calculate the set of inodes that have actually been allocated
and scan only those inodes.

Sponsored by:   DARPA & NAI Labs.
2002-12-03 05:10:07 +00:00
..
dump.8 Fix some 'SYNOPSIS' and 'usage' messages. 2002-08-27 00:49:27 +00:00
dump.h Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
dumprmt.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
itime.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
main.c Create a new 32-bit fs_flags word in the superblock. Add code to move 2002-11-27 02:18:58 +00:00
Makefile s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
optr.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
pathnames.h Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. 2002-05-17 11:47:12 +00:00
tape.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
traverse.c Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystem 2002-12-03 05:10:07 +00:00
unctime.c o remove __P 2002-03-20 22:49:40 +00:00