<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu/ext2fs, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC ufs_readwrite.c 1.72, ext2_readwrite.c 1.20.  Fix a data-consistency</title>
<updated>2000-12-22T18:54:26+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2000-12-22T18:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b204ec7e0d4ea0d5941e7181c5915592b21a8cc7'/>
<id>b204ec7e0d4ea0d5941e7181c5915592b21a8cc7</id>
<content type='text'>
race between write() and mmap().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
race between write() and mmap().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.6: quick fix for not writing group descriptor group, inode</title>
<updated>2000-11-11T13:14:15+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-11-11T13:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=536c173e6b68f1f363ef163e21e918740289d590'/>
<id>536c173e6b68f1f363ef163e21e918740289d590</id>
<content type='text'>
bitmaps or block bitmaps before unmount() completes).

PR:		22726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bitmaps or block bitmaps before unmount() completes).

PR:		22726
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.25 fixed overruns of cookie buffer and directory buffer in</title>
<updated>2000-10-27T10:14:08+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-10-27T10:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1bef4f8117115d5c596b7b83148f51f97dbc06b4'/>
<id>1bef4f8117115d5c596b7b83148f51f97dbc06b4</id>
<content type='text'>
ext2_readdir()).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ext2_readdir()).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.63: don't forget to check for unsupported features when updating).</title>
<updated>2000-03-09T05:31:20+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-03-09T05:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e064d546f4d89f657f01fbdb18cbe107754f5344'/>
<id>e064d546f4d89f657f01fbdb18cbe107754f5344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Not a MFC: Fixed some bugs in the "filetype" support.  The wrong</title>
<updated>2000-02-02T15:31:56+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-02-02T15:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe9db3df254b910fd19c89c8ebcfbee07a781b34'/>
<id>fe9db3df254b910fd19c89c8ebcfbee07a781b34</id>
<content type='text'>
template was used for directories, so directories were usually
assigned the EXT2_FT_UNKNOWN filetype.  Other uses of
`struct odirtemplate' were also wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
template was used for directories, so directories were usually
assigned the EXT2_FT_UNKNOWN filetype.  Other uses of
`struct odirtemplate' were also wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: update to Linux ext2_fs.h; handle new features as well as possible;</title>
<updated>2000-02-02T14:53:05+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-02-02T14:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0758efe648b12fbb359bd81028af00e821316fb1'/>
<id>0758efe648b12fbb359bd81028af00e821316fb1</id>
<content type='text'>
support the "filetype" feature instead of panicing for filesystems
created with it.

COPYRIGHT.INFO:   rev 1.3 (all)
i386-bitops.h:    rev.1.5 (all) (don't use unportable asm)
ext2_fs.h:        rev.1.5-1.8 (all)
ext2_inode_cnv.c: rev.1.10-1.11 (all)
ext2_vfsops.c:    rev.1.61 (don't mount filesystems with incompatible features)
ext2_lookup.c:    rev.1.20 (most of the code for "filetype" feature).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support the "filetype" feature instead of panicing for filesystems
created with it.

COPYRIGHT.INFO:   rev 1.3 (all)
i386-bitops.h:    rev.1.5 (all) (don't use unportable asm)
ext2_fs.h:        rev.1.5-1.8 (all)
ext2_inode_cnv.c: rev.1.10-1.11 (all)
ext2_vfsops.c:    rev.1.61 (don't mount filesystems with incompatible features)
ext2_lookup.c:    rev.1.20 (most of the code for "filetype" feature).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fix link count overflow problems.</title>
<updated>1999-03-10T16:57:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-03-10T16:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3983ee3c14b72f1635d3e8d62d35b45773178b1'/>
<id>b3983ee3c14b72f1635d3e8d62d35b45773178b1</id>
<content type='text'>
	ext2_vnops.c 1.44
	ufs_vnopfs.c 1.109, 1.110, 1.111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	ext2_vnops.c 1.44
	ufs_vnopfs.c 1.109, 1.110, 1.111
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning for unused variable.</title>
<updated>1999-01-11T23:32:35+00:00</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-01-11T23:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=65c0c7b08e1ddce17994bf392b3878e52e103b2e'/>
<id>65c0c7b08e1ddce17994bf392b3878e52e103b2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pass unused unused timestamp args to UFS_UPDATE() or waste</title>
<updated>1999-01-07T16:14:19+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-07T16:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de5d1ba57c28dfa4306ca8977a764aba654bd5e6'/>
<id>de5d1ba57c28dfa4306ca8977a764aba654bd5e6</id>
<content type='text'>
time initializing them.  This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time initializing them.  This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
</pre>
</div>
</content>
</entry>
</feed>
