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