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