]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/changelog
Merge branch 'upstream'
[mirror_zfs-debian.git] / debian / changelog
1 zfs-linux (0.6.0.39-0ubuntu1) unstable; urgency=low
2
3 [ Brian Behlendorf ]
4 * Limit maximum ashift value to 12
5
6 [ Suman Chakravartula ]
7 * Allow leading digits in userquota/groupquota names
8
9 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Nov 2011 08:35:47 -0600
10
11 zfs-linux (0.6.0.38-0ubuntu1) unstable; urgency=low
12
13 [ Brian Behlendorf ]
14 * Disown dataset in zfs_sb_create()
15 * Simplify BDI integration
16 * Suppress packaging warning
17 * Linux 3.1 compat, fops->fsync()
18 * Fix depmod warning
19
20 [ Darik Horn ]
21 * Refresh debian/patches after upstream merge.
22
23 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Nov 2011 09:05:40 -0600
24
25 zfs-linux (0.6.0.37-0ubuntu1) unstable; urgency=low
26
27 [ Gunnar Beutner ]
28 * Fix a race condition in zfs_getattr_fast()
29
30 [ Brian Behlendorf ]
31 * Fix NULL deref in balance_pgdat()
32 * Improve meta data performance
33
34 -- Darik Horn <dajhorn@vanadac.com> Sat, 05 Nov 2011 10:27:54 -0500
35
36 zfs-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
37
38 [ Brian Behlendorf ]
39 * Include distribution in release
40
41 [ Darik Horn ]
42 * Change sun.com URLs to zfsonlinux.org
43 * Depend on udev that provides stand-alone path_id.
44
45 [ Xin Li ]
46 * Illumos #1661: Fix flaw in sa_find_sizes() calculation
47
48 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:38:49 -0500
49
50 zfs-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
51
52 [ Ned Bass ]
53 * Use @ZFS_META LICENSE@ in spec.in files
54
55 [ Alexander Stetsenko ]
56 * Illumos #755: dmu_recv_stream builds incomplete guid_to_ds_map
57
58 [ Brian Behlendorf ]
59 * Set mtime on symbolic links
60
61 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 15:26:00 -0500
62
63 zfs-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
64
65 [ Oleg Stepura ]
66 * Fix 'unexpected operator' bashism
67
68 [ Brian Behlendorf ]
69 * Synchronize initramfs and system hostid
70 * Export symbols for the full SA API
71 * Prep zfs-0.6.0-rc6 tag
72 * Add provides lustre-backend-fs to rpm
73 * Export symbols for the VFS API
74 * Disable 90-zfs.rules for test suite
75
76 [ Darik Horn ]
77 * Add "activate update-initramfs" dpkg trigger.
78 * Add news item: The PPA for ZFS is moving.
79 * Add patch: Use /bin/bash to invoke dracut scripts.
80 * Add provides lustre-backend-fs to deb
81
82 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 21:16:47 -0500
83
84 zfs-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
85
86 [ Darik Horn ]
87 * Automatically set REMAKE_INITRD in the dkms.conf
88
89 [ Brian Behlendorf ]
90 * Install zfs-devel headers in /usr/include
91 * Suppress kmem_alloc() warning in zfs_prop_set_special()
92 * Export symbols for the full ZAP API
93 * Fix uninitialized varible in zfs_do_userspace()
94
95 [ Ned Bass ]
96 * Use automatic variable in Makefile
97
98 [ Zachary Bedell ]
99 * Fix boot failure in Dracut scripts.
100 * Make libefi-created GPT compatible with gptfdisk
101
102 [ Andreas Dilger ]
103 * zpl: Fix "df -i" to have better free inodes value
104
105 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:38:56 -0500
106
107 zfs-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
108
109 [ Prakash Surya ]
110 * Fix minor autoconf error message inconsistencies
111 * Convert 'if' statements to AS_IF in kernel.m4
112 * Fix package URLs to use the github repository
113 * Fix zfs.spec.in to use @LICENSE@ variable
114
115 [ Jeremy Gill ]
116 * Ensure FC15 boots when zfs isn't used for boot partition
117
118 [ Brian Behlendorf ]
119 * Fix usage of zsb after free
120
121 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:27:34 -0500
122
123 zfs-linux (0.6.0.31-0ubuntu2) unstable; urgency=low
124
125 * Change $ZFS to `zfs` in the init script.
126
127 -- Darik Horn <dajhorn@vanadac.com> Wed, 24 Aug 2011 10:04:15 -0500
128
129 zfs-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
130
131 [ Brian Behlendorf ]
132 * Disable zfs /etc/mtab updates
133 * Fix incompatible pointer type warning
134 * Fix missing format arguments
135 * Fixed uninitialized variable
136 * Buildbot suppression rules
137 * Fix autoconf variable substitution in init scripts.
138 * Fix incorrect zpool_cache substitution
139
140 [ Kyle Fuller ]
141 * Move 90-zfs udev rule from dracut to udev/rules.d
142 * Make dracut module-setup.sh an autoconf config file
143
144 [ Darik Horn ]
145 * Add chkconfig and description lines to zfs init.
146 * Disable default start action in the init script.
147 * Implement the status command in the init script.
148 * Share filesystems in the init script.
149 * Remove ellipses from log lines in the init script.
150
151 -- Darik Horn <dajhorn@vanadac.com> Mon, 22 Aug 2011 21:26:25 -0500
152
153 zfs-linux (0.6.0.30-0ubuntu2) unstable; urgency=low
154
155 * Remove zpool_layout from the initramfs manifest.
156 * Let mkinitramfs fail if the utilities are missing.
157
158 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 16:52:01 -0500
159
160 zfs-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
161
162 [ Brian Behlendorf ]
163 * Cleanup mmap(2) writes
164 * Add backing_device_info per-filesystem
165 * Correctly lock pages for .readpages()
166 * Autogen refresh for udev changes
167 * Improve HAVE_EVICT_INODE check
168
169 [ Kyle Fuller ]
170 * Move udev rules from /etc/udev to /lib/udev
171
172 [ Darik Horn ]
173 * Accomodate udev autotools changes in packaging.
174
175 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 01:17:20 -0500
176
177 zfs-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
178
179 [ Kyle Fuller ]
180 * Make autogen.sh executable
181 * Turn the init.d scripts into autoconf config files
182
183 [ Zachary Bedell ]
184 * Wrap dracut scripts to 79 chars
185
186 [ Brian Behlendorf ]
187 * Add .gitignore for zfs.<distro> init scripts
188
189 [ Tim Haley ]
190 * Illumos #xxx: zdb -vvv broken after zfs diff integration
191
192 [ Gordon Ross ]
193 * Illumos #764: panic in zfs:dbuf_sync_list
194
195 [ Garrett D'Amore ]
196 * Illumos #175: zfs vdev cache consumes excessive memory
197
198 [ Shampavman ]
199 * Illumos #510: 'zfs get' enhancement - mountpoint as an argument
200
201 [ George Wilson ]
202 * Illumos #1051: zfs should handle imbalanced luns
203
204 [ Matt Ahrens ]
205 * Illumos #1092: zfs refratio property
206
207 [ Eric Schrock ]
208 * Illumos #883: ZIL reuse during remount corruption
209
210 [ Martin Matuska ]
211 * Illumos #1043: Recursive zfs snapshot destroy fails
212 * Illumos #1313: Integer overflow in txg_delay()
213
214 [ Alexander Stetsenko ]
215 * Illumos #278: get rid zfs of python and pyzfs dependencies
216
217 [ James H ]
218 * Call exportfs -v once for NFS shares.
219
220 [ Gunnar Beutner ]
221 * Use /dev/null for stdout/stderr in libzfs_run_process().
222 * Use libzfs_run_process() in libshare.
223
224 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:18:10 -0500
225
226 zfs-linux (0.6.0.28-0ubuntu2) unstable; urgency=low
227
228 * Update replacement controls for libzfs-dev.
229
230 -- Darik Horn <dajhorn@vanadac.com> Tue, 26 Jul 2011 00:03:19 -0500
231
232 zfs-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
233
234 [ Brian Behlendorf ]
235 * Fix the configure CONFIG_* option detection
236 * Add missing <pool> option
237 * Fix txg_sync_thread deadlock
238
239 [ Zachary Bedell ]
240 * Soft to hard tabs
241 * Catch return errors from zpool commands
242
243 [ Darik Horn ]
244 * Force root pool imports in the initramfs script.
245 * lintian: non-dev-pkg-with-shlib-symlink
246 * Override lintian extra-license-file warnings.
247 * Update the project Github link.
248 * Override dh_shlibdeps warnings.
249
250 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:39:10 -0500
251
252 zfs-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
253
254 [ Brian Behlendorf ]
255 * Use zfs_mknode() to create dataset root
256
257 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:39:22 -0500
258
259 zfs-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
260
261 [ Brian Behlendorf ]
262 * Fix send/recv 'dataset is busy' errors
263 * Update 'zpool import' man page
264 * Fix mmap(2)/write(2)/read(2) deadlock
265 * Fix zio_execute() deadlock
266 * Fix zpl_writepage() deadlock
267 * Fix 'make install' overly broad 'rm'
268 * Honor setgit bit on directories
269
270 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Jul 2011 18:27:15 -0500
271
272 zfs-linux (0.6.0.25.rc5-0ubuntu4) unstable; urgency=low
273
274 * Add fix-issue-319 patch.
275
276 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 20:09:22 -0500
277
278 zfs-linux (0.6.0.25.rc5-0ubuntu3) unstable; urgency=low
279
280 * Stub the Makefile.in files in scripts/.
281
282 -- Darik Horn <dajhorn@vanadac.com> Fri, 15 Jul 2011 08:45:00 -0500
283
284 zfs-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
285
286 [ Andrew Tselischev ]
287 * Fix 'rc_parallel="YES"' error
288
289 [ Prasad Joshi ]
290 * Use consistent error message in zpool sub-command
291
292 [ Gunnar Beutner ]
293 * Fixed indentation in the zfs.lunar init script.
294 * Removed erroneous backticks in the zfs.lunar init script.
295 * Implemented sharing datasets via NFS using libshare.
296 * Link libshare directly to libzfs
297 * Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.
298 * Updated init scripts to enable automatic sharing of ZFS datasets.
299
300 [ Zachary Bedell ]
301 * Update zfs.gentoo/zfs.lsb init script
302 * Update for Dracut-010
303 * Document initramfs process
304
305 [ Brian Behlendorf ]
306 * Add proper library versioning
307 * Update ztest paths
308 * Update 'zfs send' documentation
309 * Add L2ARC tunables
310 * Improve fstat(2) performance
311
312 [ Darik Horn ]
313 * Refresh patches.
314 * Set the configuration prefix to root.
315 * Remove /usr/bin/hostid from the initramfs image.
316 * Add zfs-dracut package.
317 * Add libshare0 package.
318 * Disable disable-dist-init.patch
319 * Add nfs-kernel-server suggestion.
320 * Demote spl-dkms to a regular dependency.
321 * lintian: package-name-doesnt-match-sonames
322 * lintian: incorrect-libdir-in-la-file
323 * Rename libavl1 to libzavl1.
324
325 [ Fajar A. Nugraha ]
326 * Check for "udevadm settle" vs "udevsettle"
327 * Remove zfs service only on uninstall, not on upgrade
328
329 [ Kyle Fuller ]
330 * Provide a rc.d script for archlinux
331
332 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:49:02 -0500
333
334 zfs-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
335
336 [ Prasad Joshi ]
337 * MMAP Optimization
338
339 [ Brian Behlendorf ]
340 * Remove unused MMAP functions
341 * Add ZFS specific mmap() checks
342 * Avoid 'rpm -q' bug for 'make pkg'
343 * Linux compat 2.6.39: security_inode_init_security()
344 * Linux compat 2.6.39: mount_nodev()
345 * Fix implicit declaration of 'mkdirp'
346 * Always allow non-user xattrs
347 * Prep zfs-0.6.0-rc5 tag
348
349 [ Rohan Puri ]
350 * Support mandatory locks (nbmand)
351
352 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 13:06:48 -0500
353
354 zfs-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
355
356 [ Prasad Joshi ]
357 * Tear down and flush the mmap region
358 * Use truncate_setsize in zfs_setattr
359
360 [ Brian Behlendorf ]
361 * Ensure all block devices are available
362
363 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:41:40 -0500
364
365 zfs-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
366
367 [ Gunnar Beutner ]
368 * Removed erroneous zfs_inode_destroy() calls from zfs_rmnode().
369 * Fix unlink/xattr deadlock
370
371 [ Brian Behlendorf ]
372 * Linux 3.0 compat, shrinker compatibility
373
374 [ Ned A. Bass ]
375 * Multipath device manageability improvements
376
377 -- Darik Horn <dajhorn@vanadac.com> Sat, 25 Jun 2011 22:14:26 -0500
378
379 zfs-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
380
381 [ Brian Behlendorf ]
382 * Use datadir not datarootdir for dracut
383 * Update rpm/deb packages to be FHS compliant
384 * Linux 2.6.37 compat, WRITE_FLUSH_FUA
385
386 [ Christian Kohlschütter ]
387 * Add "ashift" property to zpool create
388
389 [ Darik Horn ]
390 * Fix autoconf variable substitution in udev rules.
391 * Autogen refresh.
392 * Refresh patches.
393
394 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 13:06:43 -0500
395
396 zfs-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
397
398 [ Brian Behlendorf ]
399 * Fix 'zfs send -D' segfault
400 * Pass -f option for import
401 * Add default stack checking
402 * Check for -Wno-unused-but-set-variable gcc support
403 * Always check -Wno-unused-but-set-variable gcc support
404 * Handle /etc/mtab -> /proc/mounts symlink
405
406 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:39:30 -0500
407
408 zfs-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
409
410 [ Brian Behlendorf ]
411 * Make tgx_sync_thread zio's async
412 * Revert "Fix stack traverse_visitbp()"
413 * Fix stack ddt_zap_lookup()
414 * Fix stack ddt_class_contains()
415 * Fix zpios-sanity.sh return code
416 * Always unload zpios.ko on exit
417 * Delay before destroying loopback devices
418 * Sanatize zpios-sanity.sh environment
419
420 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:32:51 -0500
421
422 zfs-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
423
424 [ Brian Behlendorf ]
425 * Pass caller's credential in zfsdev_ioctl()
426 * Default to internal 'zfs userspace' implementation
427 * Use vmem_alloc() for zfs_ioc_userspace_many()
428 * Fix 4K sector support
429
430 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:47:15 -0500
431
432 zfs-linux (0.6.0.15-0ubuntu1) unstable; urgency=low
433
434 [ Alexey Shvetsov ]
435 * Make zfs.gentoo init script more gentoo style.
436 * Fix zfs.gentoo init script logic
437 * Remove root 'ls' after mount workaround
438 * Fix distribution detection for gentoo
439
440 [ Brian Behlendorf ]
441 * Update synchronous open zfs_close() comment
442 * Fix 'negative objects to delete' warning
443
444 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:18:38 -0500
445
446 zfs-linux (0.6.0.14-0ubuntu1) unstable; urgency=low
447
448 [ Brian Behlendorf ]
449 * Use vmem_alloc() for zfs_ioc_pool_get_history()
450 * Fix awk usage
451 * Handle NULL in nfsd .fsync() hook
452 * Disable direct reclaim for z_wr_* threads
453
454 [ Ned A. Bass ]
455 * Don't store rdev in SA for FIFOs and sockets
456
457 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:28:21 -0500
458
459 zfs-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
460
461 [ Brian Behlendorf ]
462 * Add missing ZFS tunables
463 * Allow mounting of read-only snapshots
464
465 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:48:14 -0500
466
467 zfs-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
468
469 * Add the debhelper token to zfs-initramfs.preinst
470 * Add the debehelper token to zfsutils.preinst
471 * Add extended package descriptions.
472 * Disable zpool-layout distribution.
473 * Add -e switch to the zfsutils.preinst whackbang.
474 * Add docs file for each package.
475 * Package libexec scripts as examples.
476 * Add -e switch to the zfs-initramfs.preinst whackbang.
477 * Flag autogen.sh as executable.
478 * Add -e switch to the zfs-dkms.postinst whackbang.
479 * Disable scripts distribution.
480 * Add whackbang to the ltmain.sh script.
481 * Remove unused zfs-dkms.preinst script.
482 * Add -e switch to the zfs-dkms.prerm whackbang.
483 * Remove unused zfs-dkms.postrm script.
484 * Specify a distro section for each package.
485 * Add snapshot-mount.patch
486
487 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:51:35 -0500
488
489 zfs-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
490
491 [ Brian Behlendorf ]
492 * Add Gentoo/Lunar/Redhat Init Scripts
493 * Prep zfs-0.6.0-rc4 tag
494
495 [ Darik Horn ]
496 * Use 0.6.0.12.rc4 as the unofficial version.
497 * Quilt refresh.
498
499 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:18:40 -0500
500
501 zfs-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
502
503 [ Brian Behlendorf ]
504 * Suppress 'vdev_metaslab_init' memory warning
505 * Fix 'zfs set volsize=N pool/dataset'
506 * Fully update inode when created
507 * Correct MAXUID
508
509 [ Gunnar Beutner ]
510 * Implemented NFS export_operations.
511
512 [ Alejandro R. Sedeño ]
513 * Add zpl_export.c to the list of targets.
514
515 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 19:07:36 -0500
516
517 zfs-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
518
519 [ Brian Behlendorf ]
520 * Fix zvol deadlock
521 * Conserve stack in dsl_scan_visitbp()
522 * Conserve stack in dsl_scan_visitbp()
523 * Conserve stack in dsl_scan_visit()
524
525 [ Darik Horn ]
526 * Use gethostid in the Linux convention.
527 * Use 0.6.0.10 as the unofficial version.
528 * Use substvars versions in the debian/control.
529
530 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:23:52 -0500
531
532 zfs-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
533
534 [ Brian Behlendorf ]
535 * Update zconfig.sh to use new zvol names
536 * Suppress 'zfs receive' memory warning
537 * Enforce ARC meta-data limits
538 * Fix spurious -EFAULT when setting I/O scheduler
539 * Fix 32-bit MAXOFFSET_T definition
540
541 [ Aniruddha Shankar ]
542 * Added required runlevel info for init on Debian
543
544 [ Gunnar Beutner ]
545 * Fixed a use-after-free bug in zfs_zget().
546
547 [ Darik Horn ]
548 * Use 0.6.0.9 as the unofficial version.
549 * Remove the gawk packaging dependency.
550
551 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:21:36 -0500
552
553 zfs-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
554
555 [ Brian Behlendorf ]
556 * Linux 2.6.29 compat, credentials
557 * Fix rebuildable RPMs for el6/ch5
558 * Autogen refresh for kernel-insert-inode-locked.m4
559 * Linux 2.6.39 compat, invalidate_inodes()
560 * Fix gcc compiler warning, dsl_pool_create()
561 * Fix gcc compiler warning, parse_option()
562 * Fix gcc configure warnings
563 * Set -Wno-unused-but-set-variable globally
564 * Add Gunnar Beutner to AUTHORS for his contributions
565 * Add parted and lsscsi dependencies to zfs-test
566
567 [ Richard Laager ]
568 * Fix a couple comments
569 * Correct man page section numbers for Linux
570 * Change /dev/dsk -> /dev in the man pages
571 * More and correct an example in zpool.8
572 * Use Linux disk names in zpool.8
573 * Linux has "partitions", not "slices"
574 * Remove a stray tab
575 * Improve some quoting consistency
576 * Improve the wording about hot spares
577 * Normalize the deferred destruction language
578 * Update the version in the zpool upgrade example
579 * Cleanup various Sun/Solaris-isms
580 * Support IEC base-2 prefixes
581
582 [ Ned Bass ]
583 * Use consistent indentation in mount-zfs.sh
584 * Align closing fi in mount-zfs.sh
585
586 [ Gunnar Beutner ]
587 * Added missing initialization for va.va_dentry in zfs_get_xattrdir.
588 * Truncate the xattr znode when updating existing attributes.
589
590 [ Darik Horn ]
591 * Refresh debian/patches.
592 * Use zfs-0.6.0.8 as the unofficial upstream version.
593 * Set a version on the spl-dkms dependency.
594
595 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 08:21:51 -0500
596
597 zfs-linux (0.6.0.7-0ubuntu2) unstable; urgency=low
598
599 [ Brian Behlendorf ]
600 * Call d_instantiate before unlocking inode
601 * Add missing arcstats
602 * Add direct+indirect ARC reclaim
603 * Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
604 * Prep zfs-0.6.0-rc3 tag
605
606 [ Manuel Amador (Rudd-O) ]
607 * Added .gitignore for mount.zfs and zvol_id
608 * Permit both mountpoint=legacy and mountpoint=/ in initrd
609 * Update zfs.fedora init script
610
611 [ Darik Horn ]
612 * Upstream zfs-0.6.0-rc3 tag. Use 0.6.0.7 instead.
613 * Add a zfs-grub dependency to zfs-initramfs.
614 * Add a NEWS entry for the decomposition and rename.
615
616 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 13:51:23 -0500
617
618 zfs-linux (0.6.0.6-0ubuntu2) unstable; urgency=low
619
620 * Partial autogen updates to fix PPA builds.
621
622 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 10:52:30 -0500
623
624 zfs-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
625
626 [ Fajar A. Nugraha ]
627 * Fixes to enable zvol symlink creation
628 * Spec file compat, %{datadir}
629
630 [ Brian Behlendorf ]
631 * Set cmd paths in udev rules using --prefix
632 * Fix inflated load average
633 * Fix libzpool cv_* build error
634 * Update CHAOS 5 Packaging
635 * Fix `make distclean` for `./configure --with-config=user
636
637 [ Ned Bass ]
638 * Call udevadm trigger more safely
639
640 [ Darik Horn ]
641 * Remove `make distclean` kludge.
642 * Ignore `zfs unmount -a` errors in the init script.
643 * Rename /etc/default/zfsload during upgrades.
644 * Disable dracut instead of reverting it.
645 * Move udev rules from /etc to /lib.
646 * Add ${shlibs:Depends} to each control stanza.
647 * Remove volume and swap handling from the init script.
648
649 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:08:06 -0500
650
651 zfs-linux (0.6.0.5-1ubuntu7) unstable; urgency=low
652
653 * Force the dkms.conf file into the zfs-dkms package.
654
655 -- Darik Horn <dajhorn@vanadac.com> Thu, 31 Mar 2011 11:03:56 -0500
656
657 zfs-linux (0.6.0.5-1ubuntu6) unstable; urgency=low
658
659 * Link /proc/mounts to /etc/mtab.
660 * Add the /etc/default/zfs import to the init script.
661
662 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 16:12:41 -0500
663
664 zfs-linux (0.6.0.5-1ubuntu5) unstable; urgency=low
665
666 * Use /sbin/mount.zfs for the root mount in the initramfs.
667 * Handle the GRUB zfs-bootfs parameter in the initramfs.
668
669 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 12:22:12 -0500
670
671 zfs-linux (0.6.0.5-1ubuntu2) unstable; urgency=low
672
673 * Rename the zfs package to zfsutils.
674 * Rename the zfs-lib package to libzfs0.
675 * Decompose the zfs-lib package.
676 * Restrict the package architecture to linux-any.
677 * Remove the KQ init script that was imported from zfs-linux/lzfs.
678 * Import the zfsutils init script from Debian kFreeBSD.
679 * Check zvols for Linux swap areas instead of FreeBSD swap areas.
680 * Replace zfs by zfsutils in the debian/control file.
681 * Add libzfs-dev to the debian/control file.
682 * Change usr/lib/include to usr/include in the libzfs-dev.install file.
683 * Add a zfs-lib replacement to each constituent library.
684
685 -- Darik Horn <dajhorn@vanadac.com> Tue, 29 Mar 2011 09:17:38 -0500
686
687 zfs-linux (0.6.0.5-0ubuntu2) unstable; urgency=low
688
689 * Include /sbin/mount.zfs in the zfs package.
690
691 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Mar 2011 12:37:40 -0500
692
693 zfs-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
694
695 [ Brian Behlendorf ]
696 * Check for trailing '/' in mount.zfs
697 * Don't set I/O Scheduler for Partitions
698 * Always allow '-o remount,ro'
699 * Strip 'zfsutil,remount' from /etc/mtab
700 * Register .sync_fs handler
701 * Register .remount_fs handler
702 * Add init scripts
703 * Fix getcwd() warning
704 * Fix 'LDFLAGS=-Wl,--as-needed' build error
705 * Use KM_PUSHPAGE instead of KM_SLEEP
706 * Fix evict() deadlock
707 * Linux compat, umount2(2) flags
708 * Linux 2.6.27 compat, blk_queue_stackable()
709 * Linux 2.6.28 compat, insert_inode_locked()
710 * Linux 2.6.29 compat, credentials
711 * Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs
712
713 [ Darik Horn ]
714 * Full upstream merge. Use zfs-0.6.0.5 as the unofficial upstream version.
715 * Revert the dracut commit in debian/patches.
716 * Revert the init script commit in debian/patches.
717 * Quilt refresh.
718 * Properly strip the bootfs= and rpool= kernel command line parameters.
719 * Remove the whack-bang and execute bit from the initramfs boot script.
720
721 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 23:07:49 -0500
722
723 zfs-linux (0.6.0.4.rc2-0ubuntu6) unstable; urgency=low
724
725 * Trivial typo correction in the debian/copyright file.
726 * Remove the init-top/hostname script and force BUSYBOX=y instead.
727 * Correct typos in the debian/debuild-ppa.sh helper.
728 * Add a debian/source/options file that disable the
729 implied --single-debian-patch build option.
730
731 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 19:11:12 -0500
732
733 zfs-linux (0.6.0.4.rc2-0ubuntu5) unstable; urgency=low
734
735 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
736 * Add fix-getcwd-warning.patch from behlendorf/master.
737 * Add fix-gentoo-ldflags.patch from behlendorf/master.
738 * Add the pkg-zfs repository to the debian/copyright file.
739
740 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 15:27:49 -0500
741
742 zfs-linux (0.6.0.4.rc2-0ubuntu4) unstable; urgency=low
743
744 * Add behlendorf/dracut patch for better dismount handling at shutdown.
745
746 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Mar 2011 09:16:00 -0500
747
748 zfs-linux (0.6.0.4.rc2-0ubuntu3) unstable; urgency=low
749
750 * Add patches from behlendorf/master:
751 * check-for-trailing-slash-in-mount.patch
752 * do-not-set-io-scheduler-for-partitions.patch
753 * Add gawk dependency to the zfs-initramfs package.
754
755 -- Darik Horn <dajhorn@vanadac.com> Sun, 13 Mar 2011 21:32:32 -0500
756
757 zfs-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
758
759 * Initial zfs-initramfs packaging for root filesystem support.
760
761 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 15:39:37 -0600
762
763 zfs-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
764
765 * Upstream spl-0.6.0-rc2 release.
766
767 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:35:43 -0600
768
769 zfs-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
770
771 * Revert the '+' in the upstream version because it is not recognized by DKMS.
772
773 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:24:41 -0600
774
775 zfs-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
776
777 * Change spl-dkms to a pre-dependency in the control file.
778
779 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:54:07 -0600
780
781 zfs-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
782
783 * Begin using the +git upstream naming convention.
784 * Merge the behlendorf/mount and behlendorf/master branches.
785
786 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:09:24 -0600
787
788 zfs-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
789
790 * Merge the behlendorf/master branch for the xvattr changes
791 and tag it as 0.6.0.2 upstream.
792
793 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:24:42 -0600
794
795 zfs-linux (0.6.0.1rc.1-0ubuntu6) unstable; urgency=low
796
797 * Check for a Debian host in PRE_BUILD and configure for split headers.
798 See https://github.com/behlendorf/spl/issues/closed/#issue/10
799
800 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:51:17 -0600
801
802 zfs-linux (0.6.0.1rc.1-0ubuntu5) unstable; urgency=low
803
804 * Remove the build dependency on linux-headers because it is unnecessary
805 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
806
807 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 13:20:03 -0600
808
809 zfs-linux (0.6.0.1rc.1-0ubuntu4) unstable; urgency=low
810
811 * Add version numbers to the dkms dependencies.
812
813 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 01:13:40 -0600
814
815 zfs-linux (0.6.0.1rc.1-0ubuntu3) unstable; urgency=low
816
817 * Add fix-set-block-scheduler-warnings.patch.
818
819 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:59:26 -0600
820
821 zfs-linux (0.6.0.1rc.1-0ubuntu2) unstable; urgency=low
822
823 * Add udev-zvol.patch for udev to create zvol links.
824 (Commit: 4c0d8e50b99b4f3b4a9b7bc67ac7fc4e406f5755)
825
826 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 15:20:41 -0600
827
828 zfs-linux (0.6.0.1rc.1-0ubuntu1) unstable; urgency=low
829
830 * Merge behlendorf/linux-compat for Linux 2.6.38 compatibility.
831 * Add /etc/default/zfsload for the init script.
832 * Add dist-blkdev_compat.patch so that the new block device
833 compatibility header is included by the dist rules.
834
835 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Feb 2011 10:30:13 -0600
836
837 zfs-linux (0.6.0.1rc-1~lucid.4) lucid; urgency=low
838
839 * Force all zfsload returns to 0.
840 * Initial master branch for git-buildpackage.
841 * Update Vcs-Git and Vcs-Browser fields in the control file.
842
843 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Feb 2011 11:23:31 -0600
844
845 zfs-linux (0.6.0.1rc-1~lucid.3) lucid; urgency=low
846
847 * Move the zfsload init script from the zfs-dkms package
848 to the zfs package.
849 * Disable non-zero returns in the zfsload script because
850 `zfs umount -a` is unreliable and init errors cause dpkg
851 to block package updates and removals.
852 * Create zfs.examples for dh_installexamples and change the
853 install manifest for etc/zfs/*.example accordingly.
854 * Split zfs into zfs-lib to satisfy the dpkg-shlibdeps warnings.
855
856 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 11:27:11 -0600
857
858 zfs-linux (0.6.0.1rc-1~lucid.2) lucid; urgency=low
859
860 * Reduce the dpkg scripts to #DEBHELPER# because dh_dkms
861 is automatically and correctly filling template.
862 * Set a versioned debhelper dependency to satisfy the
863 lintian warning.
864
865 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 10:27:29 -0600
866
867 zfs-linux (0.6.0.1rc-1~lucid.1) lucid; urgency=low
868
869 * New upstream zfs-0.6.0-rc1.tar.gz release.
870 * Kludge the "rc1" version for the packaging convenience.
871 * Move the zfsload script to this package.
872 * Supercede the lzfs-dkms package.
873
874 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:46:36 -0600
875
876 zfs-linux (0.5.2-1~lucid.6) lucid; urgency=low
877
878 * Do uupdate on kqzfs_0.5.2 tag.
879 * Remove disable-check_stack_overflow patch.
880 * Add kernel-bio-failfast.patch for `make distdir`.
881
882 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 12:52:07 -0600
883
884 zfs-linux (0.5.1-1~lucid.5) lucid; urgency=low
885
886 * Initial DKMS packaging for Debian and Ubuntu.
887
888 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Feb 2011 12:26:49 -0600