<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/gnu/fs/ext2fs/ext2_vnops.c, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:31Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't pass unused unused timestamp args to UFS_UPDATE() or waste</title>
<updated>1999-01-07T16:14:19Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-01-07T16:14:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de5d1ba57c28dfa4306ca8977a764aba654bd5e6'/>
<id>urn:sha1:de5d1ba57c28dfa4306ca8977a764aba654bd5e6</id>
<content type='text'>
time initializing them.  This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
</content>
</entry>
<entry>
<title>Use TAILQ macros for clean/dirty block list processing.  Set b_xflags</title>
<updated>1998-10-31T15:31:29Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-31T15:31:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40c8cfe552b0306aac8201cfdbc8964c9d5e17b4'/>
<id>urn:sha1:40c8cfe552b0306aac8201cfdbc8964c9d5e17b4</id>
<content type='text'>
rather than abusing the list next pointer with a magic number.
</content>
</entry>
<entry>
<title>"The releaseing of the reference and lock is not temporary and belongs</title>
<updated>1998-08-12T21:42:54Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-08-12T21:42:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f01beb610a1bb098183cf2f9837eed78fb33c386'/>
<id>urn:sha1:f01beb610a1bb098183cf2f9837eed78fb33c386</id>
<content type='text'>
 where it is.  The reference and lock(s) are acquired just above the
 code in VREF() and relookup()."

Submitted by:	Michael Hancock &lt;michaelh@cet.co.jp&gt;
</content>
</entry>
<entry>
<title>Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep</title>
<updated>1998-05-16T16:52:20Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-05-16T16:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2c8838fec4b5732c09cd892e596458731c540533'/>
<id>urn:sha1:2c8838fec4b5732c09cd892e596458731c540533</id>
<content type='text'>
message string.
</content>
</entry>
<entry>
<title>In the words of the submitter:</title>
<updated>1998-05-07T04:58:58Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-05-07T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7be2d30077aa55c6bb468a5495a7d049b6dae61a'/>
<id>urn:sha1:7be2d30077aa55c6bb468a5495a7d049b6dae61a</id>
<content type='text'>
---------
Make callers of namei() responsible for releasing references or locks
instead of having the underlying filesystems do it.  This eliminates
redundancy in all terminal filesystems and makes it possible for stacked
transport layers such as umapfs or nullfs to operate correctly.

Quality testing was done with testvn, and lat_fs from the lmbench suite.

Some NFS client testing courtesy of Patrik Kudo.

vop_mknod and vop_symlink still release the returned vpp.  vop_rename
still releases 4 vnode arguments before it returns.  These remaining cases
will be corrected in the next set of patches.
---------

Submitted by:	Michael Hancock &lt;michaelh@cet.co.jp&gt;
</content>
</entry>
<entry>
<title>Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.</title>
<updated>1998-04-17T22:37:19Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-04-17T22:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc733423474fd7365890fcf290b2e017d9907635'/>
<id>urn:sha1:dc733423474fd7365890fcf290b2e017d9907635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eradicate the variable "time" from the kernel, using various measures.</title>
<updated>1998-03-30T09:56:58Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-03-30T09:56:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=227ee8a188f0f8da52dabd7c2c13748a2578efce'/>
<id>urn:sha1:227ee8a188f0f8da52dabd7c2c13748a2578efce</id>
<content type='text'>
"time" wasn't a atomic variable, so splfoo() protection were needed
around any access to it, unless you just wanted the seconds part.

Most uses of time.tv_sec now uses the new variable time_second instead.

gettime() changed to getmicrotime(0.

Remove a couple of unneeded splfoo() protections, the new getmicrotime()
is atomic, (until Bruce sets a breakpoint in it).

A couple of places needed random data, so use read_random() instead
of mucking about with time which isn't random.

Add a new nfs_curusec() function.

Mark a couple of bogosities involving the now disappeard time variable.

Update ffs_update() to avoid the weird "== &amp;time" checks, by fixing the
one remaining call that passwd &amp;time as args.

Change profiling in ncr.c to use ticks instead of time.  Resolution is
the same.

Add new function "tvtohz()" to avoid the bogus "splfoo(), add time, call
hzto() which subtracts time" sequences.

Reviewed by:	bde
</content>
</entry>
<entry>
<title>Style nits and staticism with the previous commit.</title>
<updated>1998-03-01T01:37:38Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-03-01T01:37:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ee98f088514d7c5e9f0f41cdb25458d48b3f660'/>
<id>urn:sha1:1ee98f088514d7c5e9f0f41cdb25458d48b3f660</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
<entry>
<title>Add local stup putpages/getpages routines.</title>
<updated>1998-03-01T00:51:43Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-03-01T00:51:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1f04c95e1efebbcfd987c6f45e378048eb2848a'/>
<id>urn:sha1:b1f04c95e1efebbcfd987c6f45e378048eb2848a</id>
<content type='text'>
Submitted by:	Terry Lambert &lt;terry@freebsd.org&gt;
</content>
</entry>
</feed>
