<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src, branch zfs-0.6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Tag zfs-0.6.4</title>
<updated>2015-04-09T03:16:45+00:00</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2015-04-09T03:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d07a16360c1ee219b8820f80d035e56a18c58b84'/>
<id>d07a16360c1ee219b8820f80d035e56a18c58b84</id>
<content type='text'>
META file and release log updated.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
META file and release log updated.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use vmem_alloc() in spa_config_write()</title>
<updated>2015-04-07T22:10:19+00:00</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2015-04-03T16:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f42d7f4111f754b0f77e5982278fc79d31408d8c'/>
<id>f42d7f4111f754b0f77e5982278fc79d31408d8c</id>
<content type='text'>
The packed nvlist allocated in spa_config_write() may exceed the
warning threshold for large configurations.  Use the vmem interfaces
for this short lived allocation.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The packed nvlist allocated in spa_config_write() may exceed the
warning threshold for large configurations.  Use the vmem interfaces
for this short lived allocation.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3251
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark all ZPL and ioctl functions as PF_FSTRANS</title>
<updated>2015-04-03T18:38:59+00:00</updated>
<author>
<name>Tim Chase</name>
<email>tim@chase2k.com</email>
</author>
<published>2015-03-31T03:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=40d06e3c78c23b199dfd9284809e710fab549391'/>
<id>40d06e3c78c23b199dfd9284809e710fab549391</id>
<content type='text'>
Prevent deadlocks by disabling direct reclaim during all ZPL and ioctl
calls as well as the l2arc and adapt ARC threads.

This obviates the need for MUTEX_FSTRANS so its previous uses and
definition have been eliminated.

Signed-off-by: Tim Chase &lt;tim@chase2k.com&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent deadlocks by disabling direct reclaim during all ZPL and ioctl
calls as well as the l2arc and adapt ARC threads.

This obviates the need for MUTEX_FSTRANS so its previous uses and
definition have been eliminated.

Signed-off-by: Tim Chase &lt;tim@chase2k.com&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3225
</pre>
</div>
</content>
</entry>
<entry>
<title>Update zfs_pd_bytes_max default in zfs(8)</title>
<updated>2015-03-31T18:55:28+00:00</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2015-03-31T18:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74aa2ba259e61512bd029c9e8f857f0611a80bbd'/>
<id>74aa2ba259e61512bd029c9e8f857f0611a80bbd</id>
<content type='text'>
Commit b738bc5 should have updated the default value of zfs_pd_bytes_max
in the zfs(8) man page.  The correct default value is 50*1024*1024.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b738bc5 should have updated the default value of zfs_pd_bytes_max
in the zfs(8) man page.  The correct default value is 50*1024*1024.

Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override</title>
<updated>2015-03-27T22:02:56+00:00</updated>
<author>
<name>Matthew Ahrens</name>
<email>mahrens@delphix.com</email>
</author>
<published>2015-03-27T06:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0f7d2a4b3d2d7fc0975a7ef53bd3c4700d47c51b'/>
<id>0f7d2a4b3d2d7fc0975a7ef53bd3c4700d47c51b</id>
<content type='text'>
5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override
Reviewed by: George Wilson &lt;george@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Dan McDonald &lt;danmcd@omniti.com&gt;

References:
  https://www.illumos.org/issues/5693
  https://github.com/illumos/illumos-gate/commit/7f7ace3

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override
Reviewed by: George Wilson &lt;george@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Dan McDonald &lt;danmcd@omniti.com&gt;

References:
  https://www.illumos.org/issues/5693
  https://github.com/illumos/illumos-gate/commit/7f7ace3

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3231
</pre>
</div>
</content>
</entry>
<entry>
<title>Illumos 5694 - traverse_prefetcher does not prefetch enough</title>
<updated>2015-03-27T22:02:50+00:00</updated>
<author>
<name>George Wilson</name>
<email>george.wilson@delphix.com</email>
</author>
<published>2015-03-27T04:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b738bc5a0f8ccd0281ed06831c34fbe31d2b2138'/>
<id>b738bc5a0f8ccd0281ed06831c34fbe31d2b2138</id>
<content type='text'>
5694 traverse_prefetcher does not prefetch enough
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: Alex Reece &lt;alex@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Josef 'Jeff' Sipek &lt;josef.sipek@nexenta.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Garrett D'Amore &lt;garrett@damore.org&gt;

References:
  https://www.illumos.org/issues/5694
  https://github.com/illumos/illumos-gate/commit/34d7ce05

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5694 traverse_prefetcher does not prefetch enough
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: Alex Reece &lt;alex@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Josef 'Jeff' Sipek &lt;josef.sipek@nexenta.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Garrett D'Amore &lt;garrett@damore.org&gt;

References:
  https://www.illumos.org/issues/5694
  https://github.com/illumos/illumos-gate/commit/34d7ce05

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3230
</pre>
</div>
</content>
</entry>
<entry>
<title>Align code with Illumos</title>
<updated>2015-03-27T21:52:45+00:00</updated>
<author>
<name>Chris Dunlop</name>
<email>chris@onthe.net.au</email>
</author>
<published>2015-03-27T04:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee2f17aa2af3d8620470c3bbbe6f9dac9449d546'/>
<id>ee2f17aa2af3d8620470c3bbbe6f9dac9449d546</id>
<content type='text'>
Align code in traverse_visitbp() with that in Illumos in preparation for
applying Illumos-5694.

No functional change: use a temporary variable pd to replace multiple
occurrences of td-&gt;td_pfd.  This increases our stack use slightly more
then normal because the function is called recursively.

Signed-off-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Issue #3230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Align code in traverse_visitbp() with that in Illumos in preparation for
applying Illumos-5694.

No functional change: use a temporary variable pd to replace multiple
occurrences of td-&gt;td_pfd.  This increases our stack use slightly more
then normal because the function is called recursively.

Signed-off-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Issue #3230
</pre>
</div>
</content>
</entry>
<entry>
<title>Illumos 5695 - dmu_sync'ed holes do not retain birth time</title>
<updated>2015-03-27T21:51:34+00:00</updated>
<author>
<name>Prakash Surya</name>
<email>prakash.surya@delphix.com</email>
</author>
<published>2015-03-27T02:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4069eef2e403a3b2a307b23b7500e2adc6ecae5'/>
<id>a4069eef2e403a3b2a307b23b7500e2adc6ecae5</id>
<content type='text'>
5695 dmu_sync'ed holes do not retain birth time
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: George Wilson &lt;george@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Dan McDonald &lt;danmcd@omniti.com&gt;

References:
  https://www.illumos.org/issues/5695
  https://github.com/illumos/illumos-gate/commit/70163ac

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5695 dmu_sync'ed holes do not retain birth time
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: George Wilson &lt;george@delphix.com&gt;
Reviewed by: Christopher Siden &lt;christopher.siden@delphix.com&gt;
Reviewed by: Bayard Bell &lt;buffer.g.overflow@gmail.com&gt;
Approved by: Dan McDonald &lt;danmcd@omniti.com&gt;

References:
  https://www.illumos.org/issues/5695
  https://github.com/illumos/illumos-gate/commit/70163ac

Ported-by: Chris Dunlop &lt;chris@onthe.net.au&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3229
</pre>
</div>
</content>
</entry>
<entry>
<title>zpool import should honor overlay property</title>
<updated>2015-03-27T21:46:58+00:00</updated>
<author>
<name>Ned Bass</name>
<email>bass6@llnl.gov</email>
</author>
<published>2015-03-26T19:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9540be9b23fd6f8b5bf7d81853c251010d9b7205'/>
<id>9540be9b23fd6f8b5bf7d81853c251010d9b7205</id>
<content type='text'>
Make the 'zpool import' command honor the overlay property to allow
filesystems to be mounted on a non-empty directory. As it stands now
this property is only checked by the 'zfs mount' command.  Move the
check into 'zfs_mount()` in libzpool so the property is honored for all
callers.

Signed-off-by: Ned Bass &lt;bass6@llnl.gov&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the 'zpool import' command honor the overlay property to allow
filesystems to be mounted on a non-empty directory. As it stands now
this property is only checked by the 'zfs mount' command.  Move the
check into 'zfs_mount()` in libzpool so the property is honored for all
callers.

Signed-off-by: Ned Bass &lt;bass6@llnl.gov&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #3227
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NULL guard in zfs_zrlock_class event class</title>
<updated>2015-03-27T21:45:32+00:00</updated>
<author>
<name>Ned Bass</name>
<email>bass6@llnl.gov</email>
</author>
<published>2015-03-25T00:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=95a6990d9a77a56eb97b76f2880f95f0f42f4fe0'/>
<id>95a6990d9a77a56eb97b76f2880f95f0f42f4fe0</id>
<content type='text'>
The owner field could be NULL in some cases, so add a guard.  Shorten
__entry field names to fit assignment statements in 80 columns.

Signed-off-by: Ned Bass &lt;bass6@llnl.gov&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Fixes #3220
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The owner field could be NULL in some cases, so add a guard.  Shorten
__entry field names to fit assignment statements in 80 columns.

Signed-off-by: Ned Bass &lt;bass6@llnl.gov&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Fixes #3220
</pre>
</div>
</content>
</entry>
</feed>
