]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/changelog
PPA 0.6.0.66-0ubuntu1 release.
[mirror_zfs-debian.git] / debian / changelog
1 zfs-linux (0.6.0.66-0ubuntu1) unstable; urgency=low
2
3 [ Etienne Dechamps ]
4 * Add ZIL statistics.
5
6 [ Prakash Surya ]
7 * Support debug and debug-devel sub packages
8
9 [ Brian Behlendorf ]
10 * Remove Chaos 4.x RPM support
11 * Update incorrect ddt_zap_lookup() assertion
12
13 -- Darik Horn <dajhorn@vanadac.com> Wed, 04 Jul 2012 00:16:38 -0500
14
15 zfs-linux (0.6.0.65-0ubuntu2) unstable; urgency=high
16
17 * chmod 0440 /etc/sudoers.d/zfs
18
19 -- Darik Horn <dajhorn@vanadac.com> Tue, 19 Jun 2012 10:54:09 -0500
20
21 zfs-linux (0.6.0.65-0ubuntu1) unstable; urgency=low
22
23 [ Etienne Dechamps ]
24 * Make zil_slog_limit a tunable module parameter.
25
26 [ Richard Yao ]
27 * Make zvol_remove_link() print a more useful error message
28
29 [ Pawel Jakub Dawidek ]
30 * Speed up 'zfs list -t snapshot -o name -s name'
31
32 [ Darik Horn ]
33 * Add zvol_inhibit_dev module option.
34 * Refresh debian/patches after upstream merge.
35
36 [ Brian Behlendorf ]
37 * Workaround for failing zvol_id
38 * Mark zdev.conf as a config file
39 * ZFS 0.6.0-rc9
40
41 -- Darik Horn <dajhorn@vanadac.com> Thu, 14 Jun 2012 15:18:54 -0500
42
43 zfs-linux (0.6.0.64-0ubuntu1) unstable; urgency=low
44
45 [ Ned Bass ]
46 * Improve CONFIG_DEBUG_LOCK_ALLOC error message
47
48 [ Etienne Dechamps ]
49 * Honor logbias when writing to ZVOLs.
50
51 [ Richard Yao ]
52 * Linux 3.4 compat, d_make_root() replaces d_alloc_root()
53
54 [ Daniel Verite ]
55 * Include <locale.h> to avoid error: 'LC_ALL' undeclared.
56 * Retry removal of busy minors
57
58 [ Darik Horn ]
59 * Refresh debian/patches after upstream merge.
60
61 -- Darik Horn <dajhorn@vanadac.com> Mon, 11 Jun 2012 23:12:08 -0500
62
63 zfs-linux (0.6.0.63-0ubuntu1) unstable; urgency=low
64
65 [ Jorgen Lundman ]
66 * Define the needed ISA types for ARM
67
68 [ Brian Behlendorf ]
69 * Extend CONFIG_DEBUG_LOCK_ALLOC check
70 * Add /dev/mapper/ to search path
71 * Improve 'zpool import' EBUSY error message
72
73 [ Ned A. Bass ]
74 * Add vdev_id for JBOD-friendly udev aliases
75
76 [ Darik Horn ]
77 * Refresh debian/patches after upstream merge.
78 * Disable Ubuntu 10.10 Maverick Meerkat builds.
79 * Add Add-zvol_inhibit_dev-module-option.patch
80 * Add /etc/sudoers.d/zfs file.
81
82 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jun 2012 22:02:32 -0500
83
84 zfs-linux (0.6.0.62-0ubuntu1) unstable; urgency=low
85
86 [ Mike Harsch ]
87 * Illumos #952: separate intent logs should be obvious in 'zpool iostat' output
88
89 [ Frederik Wessels ]
90 * Illumos #1946: incorrect formatting when listing output of multiple pools with zpool iostat -v
91
92 [ Richard Lowe ]
93 * Illumos #2067: uninitialized variables in zfs(1M) may make snapshots undestroyable
94
95 [ Richard Yao ]
96 * Update ARC memory limits to account for SLUB internal fragmentation
97 * Disable direct reclaim on zvols
98
99 [ Brian Behlendorf ]
100 * Add zfs_mdcomp_disable module option
101 * Integrate ARC more tightly with Linux
102 * Linux 3.3 compat, iops->create()/mkdir()/mknod()
103 * Add mdadm and bc dependencies
104 * Revert "Disable direct reclaim on zvols"
105
106 [ Darik Horn ]
107 * Refresh debian/patches after upstream merge.
108
109 -- Darik Horn <dajhorn@vanadac.com> Tue, 01 May 2012 14:44:11 -0500
110
111 zfs-linux (0.6.0.61-0ubuntu1) unstable; urgency=low
112
113 [ Prakash Surya ]
114 * Use KM_PUSHPAGE in l2arc_write_buffers
115
116 [ Brian Behlendorf ]
117 * Illumos #1909: disk sync write perf regression when slog is used post oi_148
118
119 -- Darik Horn <dajhorn@vanadac.com> Sun, 22 Apr 2012 08:13:33 -0500
120
121 zfs-linux (0.6.0.60-0ubuntu1) unstable; urgency=low
122
123 [ Brian Behlendorf ]
124 * Export additional dsl symbols
125
126 [ Richard Laager ]
127 * Document the zle compression algorithm
128 * Improve error message consistency
129
130 [ Andriy Gapon ]
131 * Illumos #1680: zfs vdev_file_io_start: validate vdev before using vdev_tsd
132
133 [ Martin Matuska ]
134 * OS-926: zfs panic in zfs_fill_zplprops_impl()
135
136 [ George Wilson ]
137 * Illumos #1951: leaking a vdev when removing an l2cache device
138
139 [ Albert Lee ]
140 * Illumos #1475: zfs spill block hold can access invalid spill blkptr
141
142 [ Martin Matuska ]
143 * Illumos #1346: zfs incremental receive may leave behind temporary clones
144
145 [ P.SCH ]
146 * ZFS snapshot alias
147 * ZFS list snapshot property alias
148
149 [ Darik Horn ]
150 * Add Improve-the-SPL-version-error-for-DKMS-systems.patch
151
152 -- Darik Horn <dajhorn@vanadac.com> Sat, 21 Apr 2012 10:38:51 -0500
153
154 zfs-linux (0.6.0.58-0ubuntu1) unstable; urgency=low
155
156 [ Richard Yao ]
157 * Print human readable error message for ENOENT
158 * Make Gentoo initscript use modinfo
159
160 [ Gunnar Beutner ]
161 * Fixed a NULL pointer dereference bug in zfs_preumount
162
163 [ Darik Horn ]
164 * Refresh debian/patches after upstream merge.
165 * Add dkms kernel source exception for Proxmox 2.0
166
167 -- Darik Horn <dajhorn@vanadac.com> Mon, 09 Apr 2012 09:49:36 -0500
168
169 zfs-linux (0.6.0.57-0ubuntu2) unstable; urgency=low
170
171 [ Darik Horn ]
172 * Reorder zfs-dkms.postinst for dh_dkms glitch.
173
174 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 Apr 2012 23:05:23 -0500
175
176 zfs-linux (0.6.0.57-0ubuntu1) unstable; urgency=low
177
178 [ Craig Sanders ]
179 * Remove hard-coded 80 column output
180
181 [ Brian Behlendorf ]
182 * Properly expose the mfu ghost list kstats
183
184 [ Darik Horn ]
185 * Invoke notify-reboot-required for upgrades.
186 * Add libgcc_s.so.1 to the zfs-initramfs manifest.
187 * Add missing #DEBHELPER# macro to zfsutils.
188 * Refresh debian/patches after upstream merge.
189 * Enable 0007-Integrate-ARC-more-tightly-with-Linux.patch
190
191 -- Darik Horn <dajhorn@vanadac.com> Fri, 30 Mar 2012 00:38:33 -0500
192
193 zfs-linux (0.6.0.56-0ubuntu1) unstable; urgency=low
194
195 [ Brian Behlendorf ]
196 * Fix executable permissions
197 * ZFS 0.6.0-rc8
198
199 [ Darik Horn ]
200 * Disable 0007-Integrate-ARC-more-tightly-with-Linux.patch
201
202 -- Darik Horn <dajhorn@vanadac.com> Mon, 26 Mar 2012 21:19:40 -0500
203
204 zfs-linux (0.6.0.55-0ubuntu1) unstable; urgency=low
205
206 [ Brian Behlendorf ]
207 * Add .zfs control directory
208 * Account for .zfs ctldir inodes
209 * Add ZFS_META_RELEASE to module load/unload messages
210 * Enhance a dmu_tx_dirty_buf() assertion
211 * Add --enable-debug-dmu-tx configure option
212
213 [ Darik Horn ]
214 * Add 0007-Integrate-ARC-more-tightly-with-Linux.patch
215 * Add: Add-.zfs-control-directory.patch
216 * Refresh debian/patches after upstream merge.
217
218 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Mar 2012 20:37:43 -0500
219
220 zfs-linux (0.6.0.54-1ubuntu1) unstable; urgency=low
221
222 [ Brian Behlendorf ]
223 * Revert "Add zio constructor/destructor"
224 * Add zio constructor/destructor
225
226 -- Darik Horn <dajhorn@vanadac.com> Wed, 21 Mar 2012 17:42:33 -0500
227
228 zfs-linux (0.6.0.54-0ubuntu1) unstable; urgency=low
229
230 [ Gregor Kopka ]
231 * Use stderr for 'no pools/datasets available' error
232
233 [ Brian Behlendorf ]
234 * Add missing NULL in zpl_xattr_handlers
235 * ZFS 0.6.0-rc7
236
237 -- Darik Horn <dajhorn@vanadac.com> Fri, 16 Mar 2012 23:40:54 -0500
238
239 zfs-linux (0.6.0.53-0ubuntu1) unstable; urgency=low
240
241 [ Darik Horn ]
242 * Add machine readable debian/copyright file.
243 * Split /etc/init.d/zfs into zfs-mount and zfs-share
244 * Remove the /etc/default/zfsload configuration file
245 * Use consistent branding in package descriptions.
246 * Remove the DISCLAIMER file from the docs list.
247
248 [ Brian Behlendorf ]
249 * Use SA_HDL_PRIVATE for SA xattrs
250 * Add zio constructor/destructor
251 * Add sa_spill_rele() interface
252
253 [ Ned Bass ]
254 * Align parition end on 1 MiB boundary
255
256 [ Richard Yao ]
257 * Fix distribution detection
258
259 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Mar 2012 20:53:01 -0600
260
261 zfs-linux (0.6.0.52-0ubuntu1) unstable; urgency=low
262
263 [ Turbo Fredriksson ]
264 * Add 'fsid' mount option to allowed options.
265
266 [ Richard Yao ]
267 * Support ashift=13 for 8KB SSD block sizes
268
269 [ Alex Zhuravlev ]
270 * Export symbols for zero-copy
271
272 [ Ned Bass ]
273 * Return success from check_slice() if device doesn't exist
274
275 [ Brian Behlendorf ]
276 * Add arc_state_t stats to arcstats
277 * Add 'dmu_tx' kstats entry
278 * Cleanly support debug packages
279
280 [ Darik Horn ]
281 * Change POST_INSTALL to POST_BUILD in dkms.conf
282 * Refresh debian/patches after upstream merge.
283
284 -- Darik Horn <dajhorn@vanadac.com> Mon, 27 Feb 2012 19:35:20 -0600
285
286 zfs-linux (0.6.0.51-0ubuntu1) unstable; urgency=low
287
288 [ Etienne Dechamps ]
289 * Use 32 as the default number of zvol threads.
290 * Implement the truncate_range() inode operation.
291 * Check permissions in zfs_space().
292 * Support the fallocate() file operation.
293 * Add support for DISCARD to ZVOLs.
294
295 [ Brian Behlendorf ]
296 * Use spl_debug_* helpers
297 * Export symbols for zero-copy
298 * Fix zconfig.sh non-optimal alignment
299
300 [ Darik Horn ]
301 * Refresh debian/patches after upstream merge.
302
303 -- Darik Horn <dajhorn@vanadac.com> Sun, 12 Feb 2012 19:28:19 -0600
304
305 zfs-linux (0.6.0.50-0ubuntu1) unstable; urgency=low
306
307 [ Etienne Dechamps ]
308 * Support "sync=always" for ZVOLs.
309 * Fix synchronicity for ZVOLs.
310 * Improve ZVOL queue behavior.
311
312 [ Darik Horn ]
313 * Let libnvpair be linked independently of libzfs. (Closes: #560)
314 * Refresh debian/patches after upstream merge.
315
316 -- Darik Horn <dajhorn@vanadac.com> Wed, 08 Feb 2012 17:56:45 -0600
317
318 zfs-linux (0.6.0.49-0ubuntu1) unstable; urgency=low
319
320 [ Brian Behlendorf ]
321 * Export symbol zfs_attr_table
322 * Allow multiple values per directory entry
323 * Cleanup ZFS debug infrastructure
324 * Linux 3.3 compat, sops->show_options()
325
326 [ Darik Horn ]
327 * Revert lib/libspl/asm-generic/atomic.S deletion.
328 * Revert "Manually sync scripts/ with the upstream release."
329 * Refresh patches after upstream merge.
330 * Add patch: Improve the --with-spl error
331
332 -- Darik Horn <dajhorn@vanadac.com> Fri, 03 Feb 2012 15:41:22 -0600
333
334 zfs-linux (0.6.0.48-0ubuntu1) unstable; urgency=low
335
336 [ Prakash Surya ]
337 * Ignore dataset if the dds_type is DMU_OST_OTHER
338
339 [ Darik Horn ]
340 * Disable dh_autotools-dev_updateconfig.
341
342 -- Darik Horn <dajhorn@vanadac.com> Thu, 19 Jan 2012 20:24:51 -0600
343
344 zfs-linux (0.6.0.47-0ubuntu1) unstable; urgency=low
345
346 [ Brian Behlendorf ]
347 * Add the release component to headers
348 * Fix rpm dependencies
349
350 [ Darik Horn ]
351 * Combine libraries: spl, avl, efi, share, unicode. (Closes: #430)
352 * Allow GPT+EFI vdev replacement in boot pools.
353 * Add libtool to Build-Depends.
354 * Refresh debian/patches after upstream merge.
355 * Remove distdir stubbing for DKMS module sources.
356 * Delete packaging for recomposed libraries.
357
358 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 20:40:27 -0600
359
360 zfs-linux (0.6.0.46-0ubuntu1) unstable; urgency=low
361
362 [ Ned Bass ]
363 * Reduce number of zio free threads
364
365 [ Darik Horn ]
366 * Run autogen for packaged builds.
367 * Move debian/patches into a separate branch.
368 * Disable zfs-dracut packaging.
369
370 [ Richard Laager ]
371 * Allow setting bootfs on any pool
372
373 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 14:01:23 -0600
374
375 zfs-linux (0.6.0.45-0ubuntu1) unstable; urgency=low
376
377 [ Prakash Surya ]
378 * Run ZFS_AC_PACMAN only if $VENDOR is "arch"
379
380 [ Brian Behlendorf ]
381 * Increase link count limit to 2^31-1
382
383 [ Darik Horn ]
384 * Wrap long lines in the dkms.conf file.
385 * FHS conformance and DKMS multiarch, ZFS interface.
386 * Add Allow-setting-bootfs-on-any-pool.patch
387
388 -- Darik Horn <dajhorn@vanadac.com> Sun, 15 Jan 2012 18:43:23 -0600
389
390 zfs-linux (0.6.0.44-0ubuntu1) unstable; urgency=low
391
392 [ Darik Horn ]
393 * Remove the mountall dependency from zfs-initramfs.
394 * Add /sbin/blkid to the initramfs manifest.
395 * Avoid using awk in the zpool_id script. (Closes: #259)
396 * Apply the ZoL coding standard to zpl_xattr.c
397 * Revert "Add security_inode_init_security.patch"
398 * Refresh debian/patches after upstream merge.
399
400 [ Brian Behlendorf ]
401 * Linux 3.1 compat, super_block->s_shrink
402 * Linux 3.2 compat, security_inode_init_security()
403
404 [ Richard Laager ]
405 * Treat /dev/vd* as whole disks
406
407 [ Suman Chakravartula ]
408 * Add overlay(-O) mount option support
409
410 -- Darik Horn <dajhorn@vanadac.com> Thu, 12 Jan 2012 19:35:47 -0600
411
412 zfs-linux (0.6.0.43-0ubuntu1) unstable; urgency=low
413
414 [ Seth Heeren ]
415 * added contrib/zfs_completion.bash
416
417 [ Darik Horn ]
418 * Wrap long lines in the debian/control file.
419 * Add libselinux1-dev to build-depends.
420 * Add bash command completion to zfsutils.
421 * Add security_inode_init_security.patch
422 * Add precise to the PPA build list.
423
424 -- Darik Horn <dajhorn@vanadac.com> Sat, 07 Jan 2012 11:05:03 -0600
425
426 zfs-linux (0.6.0.42-0ubuntu1) unstable; urgency=low
427
428 [ Prakash Surya ]
429 * Add make rule for building Arch Linux packages
430 * Move Arch Linux's VENDOR check above Ubuntu's
431
432 [ Darik Horn ]
433 * Update the character class in the zpool man page. (Closes: #438)
434 * Linux 3.2 compat: set_nlink() (Closes: #462)
435 * Add LIBSELINUX to mount_zfs_LDFLAGS.
436 * Refresh debian/patches after upstream merge.
437 * PPA 0.6.0.42-0ubuntu1 release.
438
439 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Dec 2011 09:09:59 -0600
440
441 zfs-linux (0.6.0.41-0ubuntu1) unstable; urgency=low
442
443 [ Brian Behlendorf ]
444 * Set zvol_major/zvol_threads permissions
445
446 [ Garrett D'Amore ]
447 * Illumos #734: Use taskq_dispatch_ent() interface
448
449 -- Darik Horn <dajhorn@vanadac.com> Thu, 15 Dec 2011 10:11:54 -0600
450
451 zfs-linux (0.6.0.40-0ubuntu1) unstable; urgency=low
452
453 [ Prakash Surya ]
454 * In autoconf v2.68, AC_LANG_PROGRAM must be quoted
455 * Fix configure tests to play nice with GCC 4.6
456
457 [ Brian Behlendorf ]
458 * Implement SA based xattrs
459 * Allow xattrs on symlinks
460 * Update default ARC memory limits
461
462 [ Gunnar Beutner ]
463 * Added comments for libshare's NFS functions.
464
465 [ Darik Horn ]
466 * Support path_id changes in udev 174.
467 * Quote variables in the zpool_id script.
468 * Demote egrep to grep in the zpool_id script.
469 * Demote the whackbang in the zpool_id script.
470 * Source /etc/default/zfs after setting defaults.
471 * Quote variables in the zfs.lsb script.
472 * Revert "Depend on udev that provides stand-alone path_id."
473
474 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:13:57 -0600
475
476 zfs-linux (0.6.0.39-0ubuntu1) unstable; urgency=low
477
478 [ Brian Behlendorf ]
479 * Limit maximum ashift value to 12
480
481 [ Suman Chakravartula ]
482 * Allow leading digits in userquota/groupquota names
483
484 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Nov 2011 08:35:47 -0600
485
486 zfs-linux (0.6.0.38-0ubuntu1) unstable; urgency=low
487
488 [ Brian Behlendorf ]
489 * Disown dataset in zfs_sb_create()
490 * Simplify BDI integration
491 * Suppress packaging warning
492 * Linux 3.1 compat, fops->fsync()
493 * Fix depmod warning
494
495 [ Darik Horn ]
496 * Refresh debian/patches after upstream merge.
497
498 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Nov 2011 09:05:40 -0600
499
500 zfs-linux (0.6.0.37-0ubuntu1) unstable; urgency=low
501
502 [ Gunnar Beutner ]
503 * Fix a race condition in zfs_getattr_fast()
504
505 [ Brian Behlendorf ]
506 * Fix NULL deref in balance_pgdat()
507 * Improve meta data performance
508
509 -- Darik Horn <dajhorn@vanadac.com> Sat, 05 Nov 2011 10:27:54 -0500
510
511 zfs-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
512
513 [ Brian Behlendorf ]
514 * Include distribution in release
515
516 [ Darik Horn ]
517 * Change sun.com URLs to zfsonlinux.org
518 * Depend on udev that provides stand-alone path_id.
519
520 [ Xin Li ]
521 * Illumos #1661: Fix flaw in sa_find_sizes() calculation
522
523 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:38:49 -0500
524
525 zfs-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
526
527 [ Ned Bass ]
528 * Use @ZFS_META LICENSE@ in spec.in files
529
530 [ Alexander Stetsenko ]
531 * Illumos #755: dmu_recv_stream builds incomplete guid_to_ds_map
532
533 [ Brian Behlendorf ]
534 * Set mtime on symbolic links
535
536 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 15:26:00 -0500
537
538 zfs-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
539
540 [ Oleg Stepura ]
541 * Fix 'unexpected operator' bashism
542
543 [ Brian Behlendorf ]
544 * Synchronize initramfs and system hostid
545 * Export symbols for the full SA API
546 * Prep zfs-0.6.0-rc6 tag
547 * Add provides lustre-backend-fs to rpm
548 * Export symbols for the VFS API
549 * Disable 90-zfs.rules for test suite
550
551 [ Darik Horn ]
552 * Add "activate update-initramfs" dpkg trigger.
553 * Add news item: The PPA for ZFS is moving.
554 * Add patch: Use /bin/bash to invoke dracut scripts.
555 * Add provides lustre-backend-fs to deb
556
557 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 21:16:47 -0500
558
559 zfs-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
560
561 [ Darik Horn ]
562 * Automatically set REMAKE_INITRD in the dkms.conf
563
564 [ Brian Behlendorf ]
565 * Install zfs-devel headers in /usr/include
566 * Suppress kmem_alloc() warning in zfs_prop_set_special()
567 * Export symbols for the full ZAP API
568 * Fix uninitialized varible in zfs_do_userspace()
569
570 [ Ned Bass ]
571 * Use automatic variable in Makefile
572
573 [ Zachary Bedell ]
574 * Fix boot failure in Dracut scripts.
575 * Make libefi-created GPT compatible with gptfdisk
576
577 [ Andreas Dilger ]
578 * zpl: Fix "df -i" to have better free inodes value
579
580 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:38:56 -0500
581
582 zfs-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
583
584 [ Prakash Surya ]
585 * Fix minor autoconf error message inconsistencies
586 * Convert 'if' statements to AS_IF in kernel.m4
587 * Fix package URLs to use the github repository
588 * Fix zfs.spec.in to use @LICENSE@ variable
589
590 [ Jeremy Gill ]
591 * Ensure FC15 boots when zfs isn't used for boot partition
592
593 [ Brian Behlendorf ]
594 * Fix usage of zsb after free
595
596 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:27:34 -0500
597
598 zfs-linux (0.6.0.31-0ubuntu2) unstable; urgency=low
599
600 * Change $ZFS to `zfs` in the init script.
601
602 -- Darik Horn <dajhorn@vanadac.com> Wed, 24 Aug 2011 10:04:15 -0500
603
604 zfs-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
605
606 [ Brian Behlendorf ]
607 * Disable zfs /etc/mtab updates
608 * Fix incompatible pointer type warning
609 * Fix missing format arguments
610 * Fixed uninitialized variable
611 * Buildbot suppression rules
612 * Fix autoconf variable substitution in init scripts.
613 * Fix incorrect zpool_cache substitution
614
615 [ Kyle Fuller ]
616 * Move 90-zfs udev rule from dracut to udev/rules.d
617 * Make dracut module-setup.sh an autoconf config file
618
619 [ Darik Horn ]
620 * Add chkconfig and description lines to zfs init.
621 * Disable default start action in the init script.
622 * Implement the status command in the init script.
623 * Share filesystems in the init script.
624 * Remove ellipses from log lines in the init script.
625
626 -- Darik Horn <dajhorn@vanadac.com> Mon, 22 Aug 2011 21:26:25 -0500
627
628 zfs-linux (0.6.0.30-0ubuntu2) unstable; urgency=low
629
630 * Remove zpool_layout from the initramfs manifest.
631 * Let mkinitramfs fail if the utilities are missing.
632
633 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 16:52:01 -0500
634
635 zfs-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
636
637 [ Brian Behlendorf ]
638 * Cleanup mmap(2) writes
639 * Add backing_device_info per-filesystem
640 * Correctly lock pages for .readpages()
641 * Autogen refresh for udev changes
642 * Improve HAVE_EVICT_INODE check
643
644 [ Kyle Fuller ]
645 * Move udev rules from /etc/udev to /lib/udev
646
647 [ Darik Horn ]
648 * Accomodate udev autotools changes in packaging.
649
650 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 01:17:20 -0500
651
652 zfs-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
653
654 [ Kyle Fuller ]
655 * Make autogen.sh executable
656 * Turn the init.d scripts into autoconf config files
657
658 [ Zachary Bedell ]
659 * Wrap dracut scripts to 79 chars
660
661 [ Brian Behlendorf ]
662 * Add .gitignore for zfs.<distro> init scripts
663
664 [ Tim Haley ]
665 * Illumos #xxx: zdb -vvv broken after zfs diff integration
666
667 [ Gordon Ross ]
668 * Illumos #764: panic in zfs:dbuf_sync_list
669
670 [ Garrett D'Amore ]
671 * Illumos #175: zfs vdev cache consumes excessive memory
672
673 [ Shampavman ]
674 * Illumos #510: 'zfs get' enhancement - mountpoint as an argument
675
676 [ George Wilson ]
677 * Illumos #1051: zfs should handle imbalanced luns
678
679 [ Matt Ahrens ]
680 * Illumos #1092: zfs refratio property
681
682 [ Eric Schrock ]
683 * Illumos #883: ZIL reuse during remount corruption
684
685 [ Martin Matuska ]
686 * Illumos #1043: Recursive zfs snapshot destroy fails
687 * Illumos #1313: Integer overflow in txg_delay()
688
689 [ Alexander Stetsenko ]
690 * Illumos #278: get rid zfs of python and pyzfs dependencies
691
692 [ James H ]
693 * Call exportfs -v once for NFS shares.
694
695 [ Gunnar Beutner ]
696 * Use /dev/null for stdout/stderr in libzfs_run_process().
697 * Use libzfs_run_process() in libshare.
698
699 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:18:10 -0500
700
701 zfs-linux (0.6.0.28-0ubuntu2) unstable; urgency=low
702
703 * Update replacement controls for libzfs-dev.
704
705 -- Darik Horn <dajhorn@vanadac.com> Tue, 26 Jul 2011 00:03:19 -0500
706
707 zfs-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
708
709 [ Brian Behlendorf ]
710 * Fix the configure CONFIG_* option detection
711 * Add missing <pool> option
712 * Fix txg_sync_thread deadlock
713
714 [ Zachary Bedell ]
715 * Soft to hard tabs
716 * Catch return errors from zpool commands
717
718 [ Darik Horn ]
719 * Force root pool imports in the initramfs script.
720 * lintian: non-dev-pkg-with-shlib-symlink
721 * Override lintian extra-license-file warnings.
722 * Update the project Github link.
723 * Override dh_shlibdeps warnings.
724
725 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:39:10 -0500
726
727 zfs-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
728
729 [ Brian Behlendorf ]
730 * Use zfs_mknode() to create dataset root
731
732 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:39:22 -0500
733
734 zfs-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
735
736 [ Brian Behlendorf ]
737 * Fix send/recv 'dataset is busy' errors
738 * Update 'zpool import' man page
739 * Fix mmap(2)/write(2)/read(2) deadlock
740 * Fix zio_execute() deadlock
741 * Fix zpl_writepage() deadlock
742 * Fix 'make install' overly broad 'rm'
743 * Honor setgit bit on directories
744
745 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Jul 2011 18:27:15 -0500
746
747 zfs-linux (0.6.0.25.rc5-0ubuntu4) unstable; urgency=low
748
749 * Add fix-issue-319 patch.
750
751 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 20:09:22 -0500
752
753 zfs-linux (0.6.0.25.rc5-0ubuntu3) unstable; urgency=low
754
755 * Stub the Makefile.in files in scripts/.
756
757 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 08:45:00 -0500
758
759 zfs-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
760
761 [ Andrew Tselischev ]
762 * Fix 'rc_parallel="YES"' error
763
764 [ Prasad Joshi ]
765 * Use consistent error message in zpool sub-command
766
767 [ Gunnar Beutner ]
768 * Fixed indentation in the zfs.lunar init script.
769 * Removed erroneous backticks in the zfs.lunar init script.
770 * Implemented sharing datasets via NFS using libshare.
771 * Link libshare directly to libzfs
772 * Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.
773 * Updated init scripts to enable automatic sharing of ZFS datasets.
774
775 [ Zachary Bedell ]
776 * Update zfs.gentoo/zfs.lsb init script
777 * Update for Dracut-010
778 * Document initramfs process
779
780 [ Brian Behlendorf ]
781 * Add proper library versioning
782 * Update ztest paths
783 * Update 'zfs send' documentation
784 * Add L2ARC tunables
785 * Improve fstat(2) performance
786
787 [ Darik Horn ]
788 * Refresh patches.
789 * Set the configuration prefix to root.
790 * Remove /usr/bin/hostid from the initramfs image.
791 * Add zfs-dracut package.
792 * Add libshare0 package.
793 * Disable disable-dist-init.patch
794 * Add nfs-kernel-server suggestion.
795 * Demote spl-dkms to a regular dependency.
796 * lintian: package-name-doesnt-match-sonames
797 * lintian: incorrect-libdir-in-la-file
798 * Rename libavl1 to libzavl1.
799
800 [ Fajar A. Nugraha ]
801 * Check for "udevadm settle" vs "udevsettle"
802 * Remove zfs service only on uninstall, not on upgrade
803
804 [ Kyle Fuller ]
805 * Provide a rc.d script for archlinux
806
807 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:49:02 -0500
808
809 zfs-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
810
811 [ Prasad Joshi ]
812 * MMAP Optimization
813
814 [ Brian Behlendorf ]
815 * Remove unused MMAP functions
816 * Add ZFS specific mmap() checks
817 * Avoid 'rpm -q' bug for 'make pkg'
818 * Linux compat 2.6.39: security_inode_init_security()
819 * Linux compat 2.6.39: mount_nodev()
820 * Fix implicit declaration of 'mkdirp'
821 * Always allow non-user xattrs
822 * Prep zfs-0.6.0-rc5 tag
823
824 [ Rohan Puri ]
825 * Support mandatory locks (nbmand)
826
827 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 13:06:48 -0500
828
829 zfs-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
830
831 [ Prasad Joshi ]
832 * Tear down and flush the mmap region
833 * Use truncate_setsize in zfs_setattr
834
835 [ Brian Behlendorf ]
836 * Ensure all block devices are available
837
838 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:41:40 -0500
839
840 zfs-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
841
842 [ Gunnar Beutner ]
843 * Removed erroneous zfs_inode_destroy() calls from zfs_rmnode().
844 * Fix unlink/xattr deadlock
845
846 [ Brian Behlendorf ]
847 * Linux 3.0 compat, shrinker compatibility
848
849 [ Ned A. Bass ]
850 * Multipath device manageability improvements
851
852 -- Darik Horn <dajhorn@vanadac.com> Sat, 25 Jun 2011 22:14:26 -0500
853
854 zfs-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
855
856 [ Brian Behlendorf ]
857 * Use datadir not datarootdir for dracut
858 * Update rpm/deb packages to be FHS compliant
859 * Linux 2.6.37 compat, WRITE_FLUSH_FUA
860
861 [ Christian Kohlschütter ]
862 * Add "ashift" property to zpool create
863
864 [ Darik Horn ]
865 * Fix autoconf variable substitution in udev rules.
866 * Autogen refresh.
867 * Refresh patches.
868
869 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 13:06:43 -0500
870
871 zfs-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
872
873 [ Brian Behlendorf ]
874 * Fix 'zfs send -D' segfault
875 * Pass -f option for import
876 * Add default stack checking
877 * Check for -Wno-unused-but-set-variable gcc support
878 * Always check -Wno-unused-but-set-variable gcc support
879 * Handle /etc/mtab -> /proc/mounts symlink
880
881 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:39:30 -0500
882
883 zfs-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
884
885 [ Brian Behlendorf ]
886 * Make tgx_sync_thread zio's async
887 * Revert "Fix stack traverse_visitbp()"
888 * Fix stack ddt_zap_lookup()
889 * Fix stack ddt_class_contains()
890 * Fix zpios-sanity.sh return code
891 * Always unload zpios.ko on exit
892 * Delay before destroying loopback devices
893 * Sanatize zpios-sanity.sh environment
894
895 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:32:51 -0500
896
897 zfs-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
898
899 [ Brian Behlendorf ]
900 * Pass caller's credential in zfsdev_ioctl()
901 * Default to internal 'zfs userspace' implementation
902 * Use vmem_alloc() for zfs_ioc_userspace_many()
903 * Fix 4K sector support
904
905 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:47:15 -0500
906
907 zfs-linux (0.6.0.15-0ubuntu1) unstable; urgency=low
908
909 [ Alexey Shvetsov ]
910 * Make zfs.gentoo init script more gentoo style.
911 * Fix zfs.gentoo init script logic
912 * Remove root 'ls' after mount workaround
913 * Fix distribution detection for gentoo
914
915 [ Brian Behlendorf ]
916 * Update synchronous open zfs_close() comment
917 * Fix 'negative objects to delete' warning
918
919 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:18:38 -0500
920
921 zfs-linux (0.6.0.14-0ubuntu1) unstable; urgency=low
922
923 [ Brian Behlendorf ]
924 * Use vmem_alloc() for zfs_ioc_pool_get_history()
925 * Fix awk usage
926 * Handle NULL in nfsd .fsync() hook
927 * Disable direct reclaim for z_wr_* threads
928
929 [ Ned A. Bass ]
930 * Don't store rdev in SA for FIFOs and sockets
931
932 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:28:21 -0500
933
934 zfs-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
935
936 [ Brian Behlendorf ]
937 * Add missing ZFS tunables
938 * Allow mounting of read-only snapshots
939
940 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:48:14 -0500
941
942 zfs-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
943
944 * Add the debhelper token to zfs-initramfs.preinst
945 * Add the debehelper token to zfsutils.preinst
946 * Add extended package descriptions.
947 * Disable zpool-layout distribution.
948 * Add -e switch to the zfsutils.preinst whackbang.
949 * Add docs file for each package.
950 * Package libexec scripts as examples.
951 * Add -e switch to the zfs-initramfs.preinst whackbang.
952 * Flag autogen.sh as executable.
953 * Add -e switch to the zfs-dkms.postinst whackbang.
954 * Disable scripts distribution.
955 * Add whackbang to the ltmain.sh script.
956 * Remove unused zfs-dkms.preinst script.
957 * Add -e switch to the zfs-dkms.prerm whackbang.
958 * Remove unused zfs-dkms.postrm script.
959 * Specify a distro section for each package.
960 * Add snapshot-mount.patch
961
962 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:51:35 -0500
963
964 zfs-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
965
966 [ Brian Behlendorf ]
967 * Add Gentoo/Lunar/Redhat Init Scripts
968 * Prep zfs-0.6.0-rc4 tag
969
970 [ Darik Horn ]
971 * Use 0.6.0.12.rc4 as the unofficial version.
972 * Quilt refresh.
973
974 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:18:40 -0500
975
976 zfs-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
977
978 [ Brian Behlendorf ]
979 * Suppress 'vdev_metaslab_init' memory warning
980 * Fix 'zfs set volsize=N pool/dataset'
981 * Fully update inode when created
982 * Correct MAXUID
983
984 [ Gunnar Beutner ]
985 * Implemented NFS export_operations.
986
987 [ Alejandro R. Sedeño ]
988 * Add zpl_export.c to the list of targets.
989
990 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 19:07:36 -0500
991
992 zfs-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
993
994 [ Brian Behlendorf ]
995 * Fix zvol deadlock
996 * Conserve stack in dsl_scan_visitbp()
997 * Conserve stack in dsl_scan_visitbp()
998 * Conserve stack in dsl_scan_visit()
999
1000 [ Darik Horn ]
1001 * Use gethostid in the Linux convention.
1002 * Use 0.6.0.10 as the unofficial version.
1003 * Use substvars versions in the debian/control.
1004
1005 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:23:52 -0500
1006
1007 zfs-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
1008
1009 [ Brian Behlendorf ]
1010 * Update zconfig.sh to use new zvol names
1011 * Suppress 'zfs receive' memory warning
1012 * Enforce ARC meta-data limits
1013 * Fix spurious -EFAULT when setting I/O scheduler
1014 * Fix 32-bit MAXOFFSET_T definition
1015
1016 [ Aniruddha Shankar ]
1017 * Added required runlevel info for init on Debian
1018
1019 [ Gunnar Beutner ]
1020 * Fixed a use-after-free bug in zfs_zget().
1021
1022 [ Darik Horn ]
1023 * Use 0.6.0.9 as the unofficial version.
1024 * Remove the gawk packaging dependency.
1025
1026 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:21:36 -0500
1027
1028 zfs-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
1029
1030 [ Brian Behlendorf ]
1031 * Linux 2.6.29 compat, credentials
1032 * Fix rebuildable RPMs for el6/ch5
1033 * Autogen refresh for kernel-insert-inode-locked.m4
1034 * Linux 2.6.39 compat, invalidate_inodes()
1035 * Fix gcc compiler warning, dsl_pool_create()
1036 * Fix gcc compiler warning, parse_option()
1037 * Fix gcc configure warnings
1038 * Set -Wno-unused-but-set-variable globally
1039 * Add Gunnar Beutner to AUTHORS for his contributions
1040 * Add parted and lsscsi dependencies to zfs-test
1041
1042 [ Richard Laager ]
1043 * Fix a couple comments
1044 * Correct man page section numbers for Linux
1045 * Change /dev/dsk -> /dev in the man pages
1046 * More and correct an example in zpool.8
1047 * Use Linux disk names in zpool.8
1048 * Linux has "partitions", not "slices"
1049 * Remove a stray tab
1050 * Improve some quoting consistency
1051 * Improve the wording about hot spares
1052 * Normalize the deferred destruction language
1053 * Update the version in the zpool upgrade example
1054 * Cleanup various Sun/Solaris-isms
1055 * Support IEC base-2 prefixes
1056
1057 [ Ned Bass ]
1058 * Use consistent indentation in mount-zfs.sh
1059 * Align closing fi in mount-zfs.sh
1060
1061 [ Gunnar Beutner ]
1062 * Added missing initialization for va.va_dentry in zfs_get_xattrdir.
1063 * Truncate the xattr znode when updating existing attributes.
1064
1065 [ Darik Horn ]
1066 * Refresh debian/patches.
1067 * Use zfs-0.6.0.8 as the unofficial upstream version.
1068 * Set a version on the spl-dkms dependency.
1069
1070 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 08:21:51 -0500
1071
1072 zfs-linux (0.6.0.7-0ubuntu2) unstable; urgency=low
1073
1074 [ Brian Behlendorf ]
1075 * Call d_instantiate before unlocking inode
1076 * Add missing arcstats
1077 * Add direct+indirect ARC reclaim
1078 * Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
1079 * Prep zfs-0.6.0-rc3 tag
1080
1081 [ Manuel Amador (Rudd-O) ]
1082 * Added .gitignore for mount.zfs and zvol_id
1083 * Permit both mountpoint=legacy and mountpoint=/ in initrd
1084 * Update zfs.fedora init script
1085
1086 [ Darik Horn ]
1087 * Upstream zfs-0.6.0-rc3 tag. Use 0.6.0.7 instead.
1088 * Add a zfs-grub dependency to zfs-initramfs.
1089 * Add a NEWS entry for the decomposition and rename.
1090
1091 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 13:51:23 -0500
1092
1093 zfs-linux (0.6.0.6-0ubuntu2) unstable; urgency=low
1094
1095 * Partial autogen updates to fix PPA builds.
1096
1097 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 10:52:30 -0500
1098
1099 zfs-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
1100
1101 [ Fajar A. Nugraha ]
1102 * Fixes to enable zvol symlink creation
1103 * Spec file compat, %{datadir}
1104
1105 [ Brian Behlendorf ]
1106 * Set cmd paths in udev rules using --prefix
1107 * Fix inflated load average
1108 * Fix libzpool cv_* build error
1109 * Update CHAOS 5 Packaging
1110 * Fix `make distclean` for `./configure --with-config=user
1111
1112 [ Ned Bass ]
1113 * Call udevadm trigger more safely
1114
1115 [ Darik Horn ]
1116 * Remove `make distclean` kludge.
1117 * Ignore `zfs unmount -a` errors in the init script.
1118 * Rename /etc/default/zfsload during upgrades.
1119 * Disable dracut instead of reverting it.
1120 * Move udev rules from /etc to /lib.
1121 * Add ${shlibs:Depends} to each control stanza.
1122 * Remove volume and swap handling from the init script.
1123
1124 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:08:06 -0500
1125
1126 zfs-linux (0.6.0.5-1ubuntu7) unstable; urgency=low
1127
1128 * Force the dkms.conf file into the zfs-dkms package.
1129
1130 -- Darik Horn <dajhorn@vanadac.com> Thu, 31 Mar 2011 11:03:56 -0500
1131
1132 zfs-linux (0.6.0.5-1ubuntu6) unstable; urgency=low
1133
1134 * Link /proc/mounts to /etc/mtab.
1135 * Add the /etc/default/zfs import to the init script.
1136
1137 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 16:12:41 -0500
1138
1139 zfs-linux (0.6.0.5-1ubuntu5) unstable; urgency=low
1140
1141 * Use /sbin/mount.zfs for the root mount in the initramfs.
1142 * Handle the GRUB zfs-bootfs parameter in the initramfs.
1143
1144 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 12:22:12 -0500
1145
1146 zfs-linux (0.6.0.5-1ubuntu2) unstable; urgency=low
1147
1148 * Rename the zfs package to zfsutils.
1149 * Rename the zfs-lib package to libzfs0.
1150 * Decompose the zfs-lib package.
1151 * Restrict the package architecture to linux-any.
1152 * Remove the KQ init script that was imported from zfs-linux/lzfs.
1153 * Import the zfsutils init script from Debian kFreeBSD.
1154 * Check zvols for Linux swap areas instead of FreeBSD swap areas.
1155 * Replace zfs by zfsutils in the debian/control file.
1156 * Add libzfs-dev to the debian/control file.
1157 * Change usr/lib/include to usr/include in the libzfs-dev.install file.
1158 * Add a zfs-lib replacement to each constituent library.
1159
1160 -- Darik Horn <dajhorn@vanadac.com> Tue, 29 Mar 2011 09:17:38 -0500
1161
1162 zfs-linux (0.6.0.5-0ubuntu2) unstable; urgency=low
1163
1164 * Include /sbin/mount.zfs in the zfs package.
1165
1166 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Mar 2011 12:37:40 -0500
1167
1168 zfs-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
1169
1170 [ Brian Behlendorf ]
1171 * Check for trailing '/' in mount.zfs
1172 * Don't set I/O Scheduler for Partitions
1173 * Always allow '-o remount,ro'
1174 * Strip 'zfsutil,remount' from /etc/mtab
1175 * Register .sync_fs handler
1176 * Register .remount_fs handler
1177 * Add init scripts
1178 * Fix getcwd() warning
1179 * Fix 'LDFLAGS=-Wl,--as-needed' build error
1180 * Use KM_PUSHPAGE instead of KM_SLEEP
1181 * Fix evict() deadlock
1182 * Linux compat, umount2(2) flags
1183 * Linux 2.6.27 compat, blk_queue_stackable()
1184 * Linux 2.6.28 compat, insert_inode_locked()
1185 * Linux 2.6.29 compat, credentials
1186 * Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs
1187
1188 [ Darik Horn ]
1189 * Full upstream merge. Use zfs-0.6.0.5 as the unofficial upstream version.
1190 * Revert the dracut commit in debian/patches.
1191 * Revert the init script commit in debian/patches.
1192 * Quilt refresh.
1193 * Properly strip the bootfs= and rpool= kernel command line parameters.
1194 * Remove the whack-bang and execute bit from the initramfs boot script.
1195
1196 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 23:07:49 -0500
1197
1198 zfs-linux (0.6.0.4.rc2-0ubuntu6) unstable; urgency=low
1199
1200 * Trivial typo correction in the debian/copyright file.
1201 * Remove the init-top/hostname script and force BUSYBOX=y instead.
1202 * Correct typos in the debian/debuild-ppa.sh helper.
1203 * Add a debian/source/options file that disable the
1204 implied --single-debian-patch build option.
1205
1206 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 19:11:12 -0500
1207
1208 zfs-linux (0.6.0.4.rc2-0ubuntu5) unstable; urgency=low
1209
1210 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
1211 * Add fix-getcwd-warning.patch from behlendorf/master.
1212 * Add fix-gentoo-ldflags.patch from behlendorf/master.
1213 * Add the pkg-zfs repository to the debian/copyright file.
1214
1215 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 15:27:49 -0500
1216
1217 zfs-linux (0.6.0.4.rc2-0ubuntu4) unstable; urgency=low
1218
1219 * Add behlendorf/dracut patch for better dismount handling at shutdown.
1220
1221 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Mar 2011 09:16:00 -0500
1222
1223 zfs-linux (0.6.0.4.rc2-0ubuntu3) unstable; urgency=low
1224
1225 * Add patches from behlendorf/master:
1226 * check-for-trailing-slash-in-mount.patch
1227 * do-not-set-io-scheduler-for-partitions.patch
1228 * Add gawk dependency to the zfs-initramfs package.
1229
1230 -- Darik Horn <dajhorn@vanadac.com> Sun, 13 Mar 2011 21:32:32 -0500
1231
1232 zfs-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
1233
1234 * Initial zfs-initramfs packaging for root filesystem support.
1235
1236 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 15:39:37 -0600
1237
1238 zfs-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
1239
1240 * Upstream spl-0.6.0-rc2 release.
1241
1242 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:35:43 -0600
1243
1244 zfs-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
1245
1246 * Revert the '+' in the upstream version because it is not recognized by DKMS.
1247
1248 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:24:41 -0600
1249
1250 zfs-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
1251
1252 * Change spl-dkms to a pre-dependency in the control file.
1253
1254 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:54:07 -0600
1255
1256 zfs-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
1257
1258 * Begin using the +git upstream naming convention.
1259 * Merge the behlendorf/mount and behlendorf/master branches.
1260
1261 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:09:24 -0600
1262
1263 zfs-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
1264
1265 * Merge the behlendorf/master branch for the xvattr changes
1266 and tag it as 0.6.0.2 upstream.
1267
1268 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:24:42 -0600
1269
1270 zfs-linux (0.6.0.1rc.1-0ubuntu6) unstable; urgency=low
1271
1272 * Check for a Debian host in PRE_BUILD and configure for split headers.
1273 See https://github.com/behlendorf/spl/issues/closed/#issue/10
1274
1275 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:51:17 -0600
1276
1277 zfs-linux (0.6.0.1rc.1-0ubuntu5) unstable; urgency=low
1278
1279 * Remove the build dependency on linux-headers because it is unnecessary
1280 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
1281
1282 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 13:20:03 -0600
1283
1284 zfs-linux (0.6.0.1rc.1-0ubuntu4) unstable; urgency=low
1285
1286 * Add version numbers to the dkms dependencies.
1287
1288 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 01:13:40 -0600
1289
1290 zfs-linux (0.6.0.1rc.1-0ubuntu3) unstable; urgency=low
1291
1292 * Add fix-set-block-scheduler-warnings.patch.
1293
1294 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:59:26 -0600
1295
1296 zfs-linux (0.6.0.1rc.1-0ubuntu2) unstable; urgency=low
1297
1298 * Add udev-zvol.patch for udev to create zvol links.
1299 (Commit: 4c0d8e50b99b4f3b4a9b7bc67ac7fc4e406f5755)
1300
1301 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 15:20:41 -0600
1302
1303 zfs-linux (0.6.0.1rc.1-0ubuntu1) unstable; urgency=low
1304
1305 * Merge behlendorf/linux-compat for Linux 2.6.38 compatibility.
1306 * Add /etc/default/zfsload for the init script.
1307 * Add dist-blkdev_compat.patch so that the new block device
1308 compatibility header is included by the dist rules.
1309
1310 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Feb 2011 10:30:13 -0600
1311
1312 zfs-linux (0.6.0.1rc-1~lucid.4) lucid; urgency=low
1313
1314 * Force all zfsload returns to 0.
1315 * Initial master branch for git-buildpackage.
1316 * Update Vcs-Git and Vcs-Browser fields in the control file.
1317
1318 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Feb 2011 11:23:31 -0600
1319
1320 zfs-linux (0.6.0.1rc-1~lucid.3) lucid; urgency=low
1321
1322 * Move the zfsload init script from the zfs-dkms package
1323 to the zfs package.
1324 * Disable non-zero returns in the zfsload script because
1325 `zfs umount -a` is unreliable and init errors cause dpkg
1326 to block package updates and removals.
1327 * Create zfs.examples for dh_installexamples and change the
1328 install manifest for etc/zfs/*.example accordingly.
1329 * Split zfs into zfs-lib to satisfy the dpkg-shlibdeps warnings.
1330
1331 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 11:27:11 -0600
1332
1333 zfs-linux (0.6.0.1rc-1~lucid.2) lucid; urgency=low
1334
1335 * Reduce the dpkg scripts to #DEBHELPER# because dh_dkms
1336 is automatically and correctly filling template.
1337 * Set a versioned debhelper dependency to satisfy the
1338 lintian warning.
1339
1340 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 10:27:29 -0600
1341
1342 zfs-linux (0.6.0.1rc-1~lucid.1) lucid; urgency=low
1343
1344 * New upstream zfs-0.6.0-rc1.tar.gz release.
1345 * Kludge the "rc1" version for the packaging convenience.
1346 * Move the zfsload script to this package.
1347 * Supercede the lzfs-dkms package.
1348
1349 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:46:36 -0600
1350
1351 zfs-linux (0.5.2-1~lucid.6) lucid; urgency=low
1352
1353 * Do uupdate on kqzfs_0.5.2 tag.
1354 * Remove disable-check_stack_overflow patch.
1355 * Add kernel-bio-failfast.patch for `make distdir`.
1356
1357 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 12:52:07 -0600
1358
1359 zfs-linux (0.5.1-1~lucid.5) lucid; urgency=low
1360
1361 * Initial DKMS packaging for Debian and Ubuntu.
1362
1363 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Feb 2011 12:26:49 -0600