<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/fsdb/fsdb.h, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-30T13:01:25Z</updated>
<entry>
<title>Warning cleanup.</title>
<updated>2002-07-30T13:01:25Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-07-30T13:01:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=599304a42f38e8d5802b2d30c349423758bb3072'/>
<id>urn:sha1:599304a42f38e8d5802b2d30c349423758bb3072</id>
<content type='text'>
Format changes by peter
</content>
</entry>
<entry>
<title>This commit adds basic support for the UFS2 filesystem. The UFS2</title>
<updated>2002-06-21T06:18:05Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2002-06-21T06:18:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c85e6a35d93195e896b030d9a55f7ac4ccee2c3'/>
<id>urn:sha1:1c85e6a35d93195e896b030d9a55f7ac4ccee2c3</id>
<content type='text'>
filesystem expands the inode to 256 bytes to make space for 64-bit
block pointers. It also adds a file-creation time field, an ability
to use jumbo blocks per inode to allow extent like pointer density,
and space for extended attributes (up to twice the filesystem block
size worth of attributes, e.g., on a 16K filesystem, there is space
for 32K of attributes). UFS2 fully supports and runs existing UFS1
filesystems. New filesystems built using newfs can be built in either
UFS1 or UFS2 format using the -O option. In this commit UFS1 is
the default format, so if you want to build UFS2 format filesystems,
you must specify -O 2. This default will be changed to UFS2 when
UFS2 proves itself to be stable. In this commit the boot code for
reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c)
as there is insufficient space in the boot block. Once the size of the
boot block is increased, this code can be defined.

Things to note: the definition of SBSIZE has changed to SBLOCKSIZE.
The header file &lt;ufs/ufs/dinode.h&gt; must be included before
&lt;ufs/ffs/fs.h&gt; so as to get the definitions of ufs2_daddr_t and
ufs_lbn_t.

Still TODO:
Verify that the first level bootstraps work for all the architectures.
Convert the utility ffsinfo to understand UFS2 and test growfs.
Add support for the extended attribute storage. Update soft updates
to ensure integrity of extended attribute storage. Switch the
current extended attribute interfaces to use the extended attribute
storage. Add the extent like functionality (framework is there,
but is currently never used).

Sponsored by: DARPA &amp; NAI Labs.
Reviewed by:	Poul-Henning Kamp &lt;phk@freebsd.org&gt;
</content>
</entry>
<entry>
<title>Match prototypes to functions over in fsck_ffs.</title>
<updated>2002-05-14T09:40:33Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-05-14T09:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f2bb38c5c2182bb3908655892c5971efcf9b775'/>
<id>urn:sha1:3f2bb38c5c2182bb3908655892c5971efcf9b775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o __P removal.</title>
<updated>2002-03-21T13:10:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-21T13:10:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0638cc1a3950101932c23ee84e49ec09b9ffc92e'/>
<id>urn:sha1:0638cc1a3950101932c23ee84e49ec09b9ffc92e</id>
<content type='text'>
o ansi function definitions.
o main prototype removal
o unifdef __STDC__
</content>
</entry>
<entry>
<title>Something i always wanted to see: add a function to print the list of</title>
<updated>2002-01-26T15:53:23Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2002-01-26T15:53:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=280a49ec4b48bc5d050e2c8f525449ad5f25f9d0'/>
<id>urn:sha1:280a49ec4b48bc5d050e2c8f525449ad5f25f9d0</id>
<content type='text'>
blocks allocated by some inode.  Indirect blocks are printed
recursively, so beware :), the list could become lengthy...
(We should probably add some output pager to fsdb.)

MFC after:	1 month
</content>
</entry>
<entry>
<title>Allow fsdb the ability to work with entries named with whitespace embedded.</title>
<updated>2002-01-25T18:31:57Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2002-01-25T18:31:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8660ce229c04f3553fbeaa4ea10dfe9bf384ad93'/>
<id>urn:sha1:8660ce229c04f3553fbeaa4ea10dfe9bf384ad93</id>
<content type='text'>
This works by retokenizing a line with a split limit so that if the
argument count for a command is greater than the number of arguments
formed by splitting apart the line of user input, the last argument
is instead all of the remainder of the input line.

Yes, I needed this capability at one point to fix a filesystem manually,
which happened to break with a problematic space-containing directory
entry.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a -r option to fsdb(8), ``read/only''.</title>
<updated>1997-04-15T09:02:48Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-04-15T09:02:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36b8baa315f8d5bf6a3e599f1cd9d89917702f57'/>
<id>urn:sha1:36b8baa315f8d5bf6a3e599f1cd9d89917702f57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing $Id$</title>
<updated>1997-03-13T12:44:53Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-03-13T12:44:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd24d57d055a07e96b555af3a9bfeb1bb7c35d89'/>
<id>urn:sha1:fd24d57d055a07e96b555af3a9bfeb1bb7c35d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whoops.  RE-Import NetBSD's fsdb - I believe this was written by John Kohl.</title>
<updated>1995-11-03T22:38:54Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1995-11-03T22:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39bb6d1ef01b2a201d21dec65becf029692ff066'/>
<id>urn:sha1:39bb6d1ef01b2a201d21dec65becf029692ff066</id>
<content type='text'>
Obtained from: NetBSD
</content>
</entry>
</feed>
