<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu/ext2fs/ext2_vfsops.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fix two off-by-one errors when sanity-checking inode numbers.</title>
<updated>2002-07-01T00:18:51+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-07-01T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a0be4046945b427e7b8e0090a3e5e8d495dd7f1d'/>
<id>a0be4046945b427e7b8e0090a3e5e8d495dd7f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: set</title>
<updated>2002-04-08T09:39:30+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-04-08T09:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f323b64ce82931cf1d7fb9c83d39ee52788c9f01'/>
<id>f323b64ce82931cf1d7fb9c83d39ee52788c9f01</id>
<content type='text'>
si_iosize_max correctly in ffs, and don't forget to set it in cd9660
and ext2fs (the original log message mistakenly said msdosfs instead of
cd9660)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
si_iosize_max correctly in ffs, and don't forget to set it in cd9660
and ext2fs (the original log message mistakenly said msdosfs instead of
cd9660)).
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump __FreeBSD_version to 440002 to account for the mount structure</title>
<updated>2001-11-04T18:57:52+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-11-04T18:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8bb8998defce0b8da4742779f10fcf70eee82e1'/>
<id>f8bb8998defce0b8da4742779f10fcf70eee82e1</id>
<content type='text'>
change (LIST vnodelist -&gt; TAILQ nvnodelist).  At this time I am also
adding a second TAILQ list, currently reserved, to the mount structure
that will later be used to split the vnode list into a clean and dirty
list, so as to get all mount structure changes over and done with now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change (LIST vnodelist -&gt; TAILQ nvnodelist).  At this time I am also
adding a second TAILQ list, currently reserved, to the mount structure
that will later be used to split the vnode list into a clean and dirty
list, so as to get all mount structure changes over and done with now.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC change vnode list under mount point from LIST to TAILQ in preparation</title>
<updated>2001-10-25T19:18:55+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-10-25T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=215cc5a5bfe21111e0dad8d9dabb4b44cb96021b'/>
<id>215cc5a5bfe21111e0dad8d9dabb4b44cb96021b</id>
<content type='text'>
for scaleability fixes for machines with &gt;= 2G of ram coming down the pipe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for scaleability fixes for machines with &gt;= 2G of ram coming down the pipe.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: ext2fs support on alpha.  I have tested it using an ext2fs fs created</title>
<updated>2001-08-14T18:03:19+00:00</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2001-08-14T18:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8fa227552b6d5e238f547a4af6985e49888c8dc0'/>
<id>8fa227552b6d5e238f547a4af6985e49888c8dc0</id>
<content type='text'>
by rh7.1 on alpha &amp; it appears to work
approved by: murray
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by rh7.1 on alpha &amp; it appears to work
approved by: murray
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Change the interface to vflush() so that it can deal with</title>
<updated>2001-07-26T20:37:33+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-07-26T20:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6331c3441f25258a77872fe54d5f60b639e9d02c'/>
<id>6331c3441f25258a77872fe54d5f60b639e9d02c</id>
<content type='text'>
extra references on the filesystem root vnode. This fixes bugs in
a number of filesystems that could cause forced umounts to erroneously
return EBUSY, and it centralises a lot of xxx_unmount logic.

This unfortunately requires the recompilation of any filesystem
KLDs, although I have added an extra sanity check that should help
to avoid panics if old modules are used (the filesystem may refuse
to umount, and if so, a warning message will appear on the console).

Not objected to by:	-stable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extra references on the filesystem root vnode. This fixes bugs in
a number of filesystems that could cause forced umounts to erroneously
return EBUSY, and it centralises a lot of xxx_unmount logic.

This unfortunately requires the recompilation of any filesystem
KLDs, although I have added an extra sanity check that should help
to avoid panics if old modules are used (the filesystem may refuse
to umount, and if so, a warning message will appear on the console).

Not objected to by:	-stable
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (support filesystems with the not-so-new "sparse_superblocks"</title>
<updated>2000-11-05T19:17:40+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-11-05T19:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=319d05c53eff86a2e2947bd5d23750a7b5d6e0b1'/>
<id>319d05c53eff86a2e2947bd5d23750a7b5d6e0b1</id>
<content type='text'>
feature).

Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feature).

Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget to check for unsupported features when updating.  It was</title>
<updated>2000-03-09T05:21:10+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-03-09T05:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d1a417f17ed3893fe20613320b44ecd60c0435b2'/>
<id>d1a417f17ed3893fe20613320b44ecd60c0435b2</id>
<content type='text'>
possible to defeat the check for rw incompatibilty by mounting ro and
updating to rw.

Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
possible to defeat the check for rw incompatibilty by mounting ro and
updating to rw.

Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Give vn_isdisk() a second argument where it can return a suitable errno.</title>
<updated>2000-01-10T12:04:27+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-01-10T12:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba4ad1fceab8c8580845aa2006c51598a2573117'/>
<id>ba4ad1fceab8c8580845aa2006c51598a2573117</id>
<content type='text'>
Suggested by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by:	bde
</pre>
</div>
</content>
</entry>
</feed>
