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