<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/fs, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-02-10T21:08:01Z</updated>
<entry>
<title>MFC pseudofs_vnops.c 1.43: Fix a panic in pseudofs(9).</title>
<updated>2004-02-10T21:08:01Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-02-10T21:08:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97a0e95990464b3a760a22b2ddde629f3e0be99e'/>
<id>urn:sha1:97a0e95990464b3a760a22b2ddde629f3e0be99e</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC rev 1.9-1.10: Allow path rules to work on directories.</title>
<updated>2004-01-29T19:32:43Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-01-29T19:32:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2256e90431d44f89084d52efed72c09f89dffff1'/>
<id>urn:sha1:2256e90431d44f89084d52efed72c09f89dffff1</id>
<content type='text'>
Approved by:	rwatson (mentor), re (scottl)
</content>
</entry>
<entry>
<title>MFC: Make msdosfs long filenames matching case insensitive again.</title>
<updated>2003-12-17T11:35:11Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-12-17T11:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48455098b087fd6867632a5c5f751ad92e571165'/>
<id>urn:sha1:48455098b087fd6867632a5c5f751ad92e571165</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC rev. 1.33: Don't sign-extend characters in file names.</title>
<updated>2003-12-17T09:35:44Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-12-17T09:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=befc6801c45e35e53d61e4f3f1b4397d2f6c3ff6'/>
<id>urn:sha1:befc6801c45e35e53d61e4f3f1b4397d2f6c3ff6</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.</title>
<updated>2003-12-07T03:02:28Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-12-07T03:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a348451bd8bd6d66bcb5b23f2aaec00e74c1292f'/>
<id>urn:sha1:a348451bd8bd6d66bcb5b23f2aaec00e74c1292f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix vnode locking in fdesc_setattr. Lock vnode before invoking</title>
<updated>2003-11-19T04:14:42Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-11-19T04:14:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c39134984175e4daa676d6c8bfa92c6eb400ee9d'/>
<id>urn:sha1:c39134984175e4daa676d6c8bfa92c6eb400ee9d</id>
<content type='text'>
VOP_SETATTR on it.

Approved by:	re@ (rwatson)
</content>
</entry>
<entry>
<title>Use "fip-&gt;fi_readers == 0 &amp;&amp; fip-&gt;fi_writers == 0" as the condition for</title>
<updated>2003-11-16T01:11:11Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2003-11-16T01:11:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95c6cd2f4b74c1636e51a7c7f528e4b98d5184ac'/>
<id>urn:sha1:95c6cd2f4b74c1636e51a7c7f528e4b98d5184ac</id>
<content type='text'>
disposing fifo resources in fifo_cleanup() instead using of
"vp-&gt;v_usecount == 1".  There may be other references to the vnode, for
instance by nullfs, at the time fifo_open() or fifo_close() is called,
which could cause a resource leak.

Don't bother grabbing the vnode interlock in fifo_cleanup() since it no
longer accesses v_usecount.
</content>
</entry>
<entry>
<title>- A sanity check in unionfs verifies that lookups of '.' return the</title>
<updated>2003-11-14T08:23:13Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-11-14T08:23:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95eac68fea1e2f1d90042618de228a21ce80039c'/>
<id>urn:sha1:95eac68fea1e2f1d90042618de228a21ce80039c</id>
<content type='text'>
  vnode of the parent.  However, this check should not be performed if
  the lookup failed.  This change should fix "union_lookup returning
  . not same as startdir" panics people were seeing.  The bug was
  introduced by an incomplete import of a NetBSD delta in rev 1.38.
- Move the aforementioned check out from DIAGNOSTIC.  Performance
  is the least of our unionfs worries.
- Minor reorganization.

PR:		53004
MFC after:	1 week
</content>
</entry>
<entry>
<title>Initialize b_iooffset correctly.</title>
<updated>2003-11-13T09:58:09Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-11-13T09:58:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98d87dfecdb9b1024749ee43c6b0ebbf15c1287e'/>
<id>urn:sha1:98d87dfecdb9b1024749ee43c6b0ebbf15c1287e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't mess around with spare fields of public structures.</title>
<updated>2003-11-12T09:54:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-11-12T09:54:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2178f0e34082e48f7517a47bcbc30defb7e4b820'/>
<id>urn:sha1:2178f0e34082e48f7517a47bcbc30defb7e4b820</id>
<content type='text'>
</content>
</entry>
</feed>
