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