<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/module, branch zfs-0.5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=zfs-0.5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=zfs-0.5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-09-08T19:38:56Z</updated>
<entry>
<title>Support custom build directories and move includes</title>
<updated>2010-09-08T19:38:56Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-09-04T20:26:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6283f55ea1b91e680386388c17d14b89e344fa8d'/>
<id>urn:sha1:6283f55ea1b91e680386388c17d14b89e344fa8d</id>
<content type='text'>
One of the neat tricks an autoconf style project is capable of
is allow configurion/building in a directory other than the
source directory.  The major advantage to this is that you can
build the project various different ways while making changes
in a single source tree.

For example, this project is designed to work on various different
Linux distributions each of which work slightly differently.  This
means that changes need to verified on each of those supported
distributions perferably before the change is committed to the
public git repo.

Using nfs and custom build directories makes this much easier.
I now have a single source tree in nfs mounted on several different
systems each running a supported distribution.  When I make a
change to the source base I suspect may break things I can
concurrently build from the same source on all the systems each
in their own subdirectory.

wget -c http://github.com/downloads/behlendorf/zfs/zfs-x.y.z.tar.gz
tar -xzf zfs-x.y.z.tar.gz
cd zfs-x-y-z

------------------------- run concurrently ----------------------
&lt;ubuntu system&gt;  &lt;fedora system&gt;  &lt;debian system&gt;  &lt;rhel6 system&gt;
mkdir ubuntu     mkdir fedora     mkdir debian     mkdir rhel6
cd ubuntu        cd fedora        cd debian        cd rhel6
../configure     ../configure     ../configure     ../configure
make             make             make             make
make check       make check       make check       make check

This change also moves many of the include headers from individual
incude/sys directories under the modules directory in to a single
top level include directory.  This has the advantage of making
the build rules cleaner and logically it makes a bit more sense.
</content>
</entry>
<entry>
<title>Fix zfsdev_compat_ioctl() case</title>
<updated>2010-09-01T23:00:15Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-09-01T22:58:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5e79474f07ec7a2035da2e139885a046ad70066'/>
<id>urn:sha1:f5e79474f07ec7a2035da2e139885a046ad70066</id>
<content type='text'>
For the !CONFIG_COMPAT case fix the zfsdev_compat_ioctl()
compatibility function name.  This was caught by the
chaos4.3 builder.
</content>
</entry>
<entry>
<title>Add linux zpios support</title>
<updated>2010-08-31T20:42:01Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:58:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=302ef1517e5769cbe6a12d94c89f44a90721bfd4'/>
<id>urn:sha1:302ef1517e5769cbe6a12d94c89f44a90721bfd4</id>
<content type='text'>
Linux kernel implementation of PIOS test app.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux user disk support</title>
<updated>2010-08-31T20:42:00Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:56:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d603ed6c278f9c25b17ba8e75e9bce6e5d715ac0'/>
<id>urn:sha1:d603ed6c278f9c25b17ba8e75e9bce6e5d715ac0</id>
<content type='text'>
This topic branch contains all the changes needed to integrate the user
side zfs tools with Linux style devices.  Primarily this includes fixing
up the Solaris libefi library to be Linux friendly, and integrating with
the libblkid library which is provided by e2fsprogs.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux compatibility</title>
<updated>2010-08-31T20:41:59Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:54:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=054bc00b4c0c257f6baf6d7145b270c7283fe51e'/>
<id>urn:sha1:054bc00b4c0c257f6baf6d7145b270c7283fe51e</id>
<content type='text'>
Resolve minor Linux compatibility issues.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux spa thread support</title>
<updated>2010-08-31T20:41:59Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b89a549965e50f4f80e41b804bfbc3c09bbddca'/>
<id>urn:sha1:7b89a549965e50f4f80e41b804bfbc3c09bbddca</id>
<content type='text'>
Disable the spa thread under Linux until it can be implemented.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux sha2 support</title>
<updated>2010-08-31T20:41:59Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:52:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c905c550bb9cb095a5d9707bc7cf72d3f2562af'/>
<id>urn:sha1:9c905c550bb9cb095a5d9707bc7cf72d3f2562af</id>
<content type='text'>
The upstream ZFS code has correctly moved to a faster native sha2
implementation.  Unfortunately, under Linux that's going to be a little
problematic so we revert the code to the more portable version contained
in earlier ZFS releases.  Using the native sha2 implementation in Linux
is possible but the API is slightly different in kernel version user
space depending on which libraries are used.  Ideally, we need a fast
implementation of SHA256 which builds as part of ZFS this shouldn't be
that hard to do but it will take some effort.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux kernel module support</title>
<updated>2010-08-31T20:41:58Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:49:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c28b227942b421ebdc03c9df9a012642fb517223'/>
<id>urn:sha1:c28b227942b421ebdc03c9df9a012642fb517223</id>
<content type='text'>
Setup linux kernel module support, this includes:
- zfs context for kernel/user
- kernel module build system integration
- kernel module macros
- kernel module symbol export
- kernel module options

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux kernel memory support</title>
<updated>2010-08-31T20:41:57Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:46:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00b46022c676e402e3f33ce93ee2983bbad2c46f'/>
<id>urn:sha1:00b46022c676e402e3f33ce93ee2983bbad2c46f</id>
<content type='text'>
Required kmem/vmem changes

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
<entry>
<title>Add linux kernel disk support</title>
<updated>2010-08-31T20:41:57Z</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2010-08-26T18:45:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60101509ee73c6e61e50c0a4079097f31bb39f4b'/>
<id>urn:sha1:60101509ee73c6e61e50c0a4079097f31bb39f4b</id>
<content type='text'>
Native Linux vdev disk interfaces

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
</entry>
</feed>
