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