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