<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu/ext2fs/ext2_bmap.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-01-31T23:27:04Z</updated>
<entry>
<title>MFC: /*- and related license changes</title>
<updated>2005-01-31T23:27:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-31T23:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9769f3ab5327a99909391e070c143e92ddc43ec'/>
<id>urn:sha1:c9769f3ab5327a99909391e070c143e92ddc43ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's</title>
<updated>2004-04-07T20:46:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-04-07T20:46:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f36cfd49adb62472fd7009ecd4f0927c126ff785'/>
<id>urn:sha1:f36cfd49adb62472fd7009ecd4f0927c126ff785</id>
<content type='text'>
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.

Approved by: core, peter, alc, rwatson
</content>
</entry>
<entry>
<title>DuH!</title>
<updated>2003-10-18T14:10:28Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-10-18T14:10:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c18019f141eab7862508c732bed94aa42238813'/>
<id>urn:sha1:2c18019f141eab7862508c732bed94aa42238813</id>
<content type='text'>
bp-&gt;b_iooffset (the spot on the disk), not bp-&gt;b_offset (the offset in
the file)
</content>
</entry>
<entry>
<title>Initialize bp-&gt;b_offset before calling VOP_[SPEC]STRATEGY()</title>
<updated>2003-10-18T11:08:04Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-10-18T11:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60efe2c932c3527634ac2b614537ec7c60b9391e'/>
<id>urn:sha1:60efe2c932c3527634ac2b614537ec7c60b9391e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Add a new 'flags' parameter to getblk().</title>
<updated>2003-03-04T00:04:44Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2003-03-04T00:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7261f5f68e9349946444ffcabe43a0a23ee5303d'/>
<id>urn:sha1:7261f5f68e9349946444ffcabe43a0a23ee5303d</id>
<content type='text'>
 - Define one flag GB_LOCK_NOWAIT that tells getblk() to pass the LK_NOWAIT
   flag to the initial BUF_LOCK().  This will eventually be used in cases
   were we want to use a buffer only if it is not currently in use.
 - Convert all consumers of the getblk() api to use this extra parameter.

Reviwed by:	arch
Not objected to by:	mckusick
</content>
</entry>
<entry>
<title>Convert calls to BUF_STRATEGY to VOP_STRATEGY calls.  This is a no-op since</title>
<updated>2003-01-03T06:32:15Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-01-03T06:32:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=862702306bd0252492a444634027fdb365e5494d'/>
<id>urn:sha1:862702306bd0252492a444634027fdb365e5494d</id>
<content type='text'>
all BUF_STRATEGY did in the first place was call VOP_STRATEGY.
</content>
</entry>
<entry>
<title>Use explicitly-sized types where necessary to make ext2fs work again</title>
<updated>2002-05-18T19:12:38Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-05-18T19:12:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39e24f84acc7bd7fd313fcc640ea2533862870dd'/>
<id>urn:sha1:39e24f84acc7bd7fd313fcc640ea2533862870dd</id>
<content type='text'>
after the change to a 64-bit daddr_t.
</content>
</entry>
<entry>
<title>Following a repo-copy from src/sys/ufs/ufs, rename functions and</title>
<updated>2002-05-14T17:14:01Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2002-05-14T17:14:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf6b7c4adc388c37d58500c1461b5ca0c96866ca'/>
<id>urn:sha1:cf6b7c4adc388c37d58500c1461b5ca0c96866ca</id>
<content type='text'>
structures etc. to ext2fs-specific names, and remove ufs-specific
code that is no longer required. As a first stage, the code will
still convert back and forth between the on-disk format and struct
inode, so the struct dinode fields have been added to struct inode
for now.

Note that these files are not yet connected to the build.
</content>
</entry>
<entry>
<title>Make daddr_t and u_daddr_t 64bits wide.</title>
<updated>2002-05-14T11:09:43Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-05-14T11:09:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98b0c7897836555c6ae61785442cb5d6a4ed2551'/>
<id>urn:sha1:98b0c7897836555c6ae61785442cb5d6a4ed2551</id>
<content type='text'>
Retire daddr64_t and use daddr_t instead.

Sponsored by:	DARPA &amp; NAI Labs.
</content>
</entry>
<entry>
<title>Remove register keyword.</title>
<updated>2002-05-13T09:22:31Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-05-13T09:22:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05f4ff5da1eeb8bd9971c7ff47ab3f7a7716d7c3'/>
<id>urn:sha1:05f4ff5da1eeb8bd9971c7ff47ab3f7a7716d7c3</id>
<content type='text'>
Sponsored by:	DARPA &amp; NAI Labs.
Submitted by:	mckusick
</content>
</entry>
</feed>
