]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/changelog
Use 0.6.0.21 as the unofficial version.
[mirror_zfs-debian.git] / debian / changelog
1 zfs-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
2
3 [ Prasad Joshi ]
4 * Tear down and flush the mmap region
5 * Use truncate_setsize in zfs_setattr
6
7 [ Brian Behlendorf ]
8 * Ensure all block devices are available
9
10 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:41:40 -0500
11
12 zfs-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
13
14 [ Gunnar Beutner ]
15 * Removed erroneous zfs_inode_destroy() calls from zfs_rmnode().
16 * Fix unlink/xattr deadlock
17
18 [ Brian Behlendorf ]
19 * Linux 3.0 compat, shrinker compatibility
20
21 [ Ned A. Bass ]
22 * Multipath device manageability improvements
23
24 -- Darik Horn <dajhorn@vanadac.com> Sat, 25 Jun 2011 22:14:26 -0500
25
26 zfs-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
27
28 [ Brian Behlendorf ]
29 * Use datadir not datarootdir for dracut
30 * Update rpm/deb packages to be FHS compliant
31 * Linux 2.6.37 compat, WRITE_FLUSH_FUA
32
33 [ Christian Kohlschütter ]
34 * Add "ashift" property to zpool create
35
36 [ Darik Horn ]
37 * Fix autoconf variable substitution in udev rules.
38 * Autogen refresh.
39 * Refresh patches.
40
41 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 13:06:43 -0500
42
43 zfs-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
44
45 [ Brian Behlendorf ]
46 * Fix 'zfs send -D' segfault
47 * Pass -f option for import
48 * Add default stack checking
49 * Check for -Wno-unused-but-set-variable gcc support
50 * Always check -Wno-unused-but-set-variable gcc support
51 * Handle /etc/mtab -> /proc/mounts symlink
52
53 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:39:30 -0500
54
55 zfs-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
56
57 [ Brian Behlendorf ]
58 * Make tgx_sync_thread zio's async
59 * Revert "Fix stack traverse_visitbp()"
60 * Fix stack ddt_zap_lookup()
61 * Fix stack ddt_class_contains()
62 * Fix zpios-sanity.sh return code
63 * Always unload zpios.ko on exit
64 * Delay before destroying loopback devices
65 * Sanatize zpios-sanity.sh environment
66
67 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:32:51 -0500
68
69 zfs-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
70
71 [ Brian Behlendorf ]
72 * Pass caller's credential in zfsdev_ioctl()
73 * Default to internal 'zfs userspace' implementation
74 * Use vmem_alloc() for zfs_ioc_userspace_many()
75 * Fix 4K sector support
76
77 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:47:15 -0500
78
79 zfs-linux (0.6.0.15-0ubuntu1) unstable; urgency=low
80
81 [ Alexey Shvetsov ]
82 * Make zfs.gentoo init script more gentoo style.
83 * Fix zfs.gentoo init script logic
84 * Remove root 'ls' after mount workaround
85 * Fix distribution detection for gentoo
86
87 [ Brian Behlendorf ]
88 * Update synchronous open zfs_close() comment
89 * Fix 'negative objects to delete' warning
90
91 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:18:38 -0500
92
93 zfs-linux (0.6.0.14-0ubuntu1) unstable; urgency=low
94
95 [ Brian Behlendorf ]
96 * Use vmem_alloc() for zfs_ioc_pool_get_history()
97 * Fix awk usage
98 * Handle NULL in nfsd .fsync() hook
99 * Disable direct reclaim for z_wr_* threads
100
101 [ Ned A. Bass ]
102 * Don't store rdev in SA for FIFOs and sockets
103
104 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:28:21 -0500
105
106 zfs-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
107
108 [ Brian Behlendorf ]
109 * Add missing ZFS tunables
110 * Allow mounting of read-only snapshots
111
112 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:48:14 -0500
113
114 zfs-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
115
116 * Add the debhelper token to zfs-initramfs.preinst
117 * Add the debehelper token to zfsutils.preinst
118 * Add extended package descriptions.
119 * Disable zpool-layout distribution.
120 * Add -e switch to the zfsutils.preinst whackbang.
121 * Add docs file for each package.
122 * Package libexec scripts as examples.
123 * Add -e switch to the zfs-initramfs.preinst whackbang.
124 * Flag autogen.sh as executable.
125 * Add -e switch to the zfs-dkms.postinst whackbang.
126 * Disable scripts distribution.
127 * Add whackbang to the ltmain.sh script.
128 * Remove unused zfs-dkms.preinst script.
129 * Add -e switch to the zfs-dkms.prerm whackbang.
130 * Remove unused zfs-dkms.postrm script.
131 * Specify a distro section for each package.
132 * Add snapshot-mount.patch
133
134 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:51:35 -0500
135
136 zfs-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
137
138 [ Brian Behlendorf ]
139 * Add Gentoo/Lunar/Redhat Init Scripts
140 * Prep zfs-0.6.0-rc4 tag
141
142 [ Darik Horn ]
143 * Use 0.6.0.12.rc4 as the unofficial version.
144 * Quilt refresh.
145
146 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:18:40 -0500
147
148 zfs-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
149
150 [ Brian Behlendorf ]
151 * Suppress 'vdev_metaslab_init' memory warning
152 * Fix 'zfs set volsize=N pool/dataset'
153 * Fully update inode when created
154 * Correct MAXUID
155
156 [ Gunnar Beutner ]
157 * Implemented NFS export_operations.
158
159 [ Alejandro R. Sedeño ]
160 * Add zpl_export.c to the list of targets.
161
162 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 19:07:36 -0500
163
164 zfs-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
165
166 [ Brian Behlendorf ]
167 * Fix zvol deadlock
168 * Conserve stack in dsl_scan_visitbp()
169 * Conserve stack in dsl_scan_visitbp()
170 * Conserve stack in dsl_scan_visit()
171
172 [ Darik Horn ]
173 * Use gethostid in the Linux convention.
174 * Use 0.6.0.10 as the unofficial version.
175 * Use substvars versions in the debian/control.
176
177 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:23:52 -0500
178
179 zfs-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
180
181 [ Brian Behlendorf ]
182 * Update zconfig.sh to use new zvol names
183 * Suppress 'zfs receive' memory warning
184 * Enforce ARC meta-data limits
185 * Fix spurious -EFAULT when setting I/O scheduler
186 * Fix 32-bit MAXOFFSET_T definition
187
188 [ Aniruddha Shankar ]
189 * Added required runlevel info for init on Debian
190
191 [ Gunnar Beutner ]
192 * Fixed a use-after-free bug in zfs_zget().
193
194 [ Darik Horn ]
195 * Use 0.6.0.9 as the unofficial version.
196 * Remove the gawk packaging dependency.
197
198 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:21:36 -0500
199
200 zfs-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
201
202 [ Brian Behlendorf ]
203 * Linux 2.6.29 compat, credentials
204 * Fix rebuildable RPMs for el6/ch5
205 * Autogen refresh for kernel-insert-inode-locked.m4
206 * Linux 2.6.39 compat, invalidate_inodes()
207 * Fix gcc compiler warning, dsl_pool_create()
208 * Fix gcc compiler warning, parse_option()
209 * Fix gcc configure warnings
210 * Set -Wno-unused-but-set-variable globally
211 * Add Gunnar Beutner to AUTHORS for his contributions
212 * Add parted and lsscsi dependencies to zfs-test
213
214 [ Richard Laager ]
215 * Fix a couple comments
216 * Correct man page section numbers for Linux
217 * Change /dev/dsk -> /dev in the man pages
218 * More and correct an example in zpool.8
219 * Use Linux disk names in zpool.8
220 * Linux has "partitions", not "slices"
221 * Remove a stray tab
222 * Improve some quoting consistency
223 * Improve the wording about hot spares
224 * Normalize the deferred destruction language
225 * Update the version in the zpool upgrade example
226 * Cleanup various Sun/Solaris-isms
227 * Support IEC base-2 prefixes
228
229 [ Ned Bass ]
230 * Use consistent indentation in mount-zfs.sh
231 * Align closing fi in mount-zfs.sh
232
233 [ Gunnar Beutner ]
234 * Added missing initialization for va.va_dentry in zfs_get_xattrdir.
235 * Truncate the xattr znode when updating existing attributes.
236
237 [ Darik Horn ]
238 * Refresh debian/patches.
239 * Use zfs-0.6.0.8 as the unofficial upstream version.
240 * Set a version on the spl-dkms dependency.
241
242 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 08:21:51 -0500
243
244 zfs-linux (0.6.0.7-0ubuntu2) unstable; urgency=low
245
246 [ Brian Behlendorf ]
247 * Call d_instantiate before unlocking inode
248 * Add missing arcstats
249 * Add direct+indirect ARC reclaim
250 * Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
251 * Prep zfs-0.6.0-rc3 tag
252
253 [ Manuel Amador (Rudd-O) ]
254 * Added .gitignore for mount.zfs and zvol_id
255 * Permit both mountpoint=legacy and mountpoint=/ in initrd
256 * Update zfs.fedora init script
257
258 [ Darik Horn ]
259 * Upstream zfs-0.6.0-rc3 tag. Use 0.6.0.7 instead.
260 * Add a zfs-grub dependency to zfs-initramfs.
261 * Add a NEWS entry for the decomposition and rename.
262
263 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 13:51:23 -0500
264
265 zfs-linux (0.6.0.6-0ubuntu2) unstable; urgency=low
266
267 * Partial autogen updates to fix PPA builds.
268
269 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 10:52:30 -0500
270
271 zfs-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
272
273 [ Fajar A. Nugraha ]
274 * Fixes to enable zvol symlink creation
275 * Spec file compat, %{datadir}
276
277 [ Brian Behlendorf ]
278 * Set cmd paths in udev rules using --prefix
279 * Fix inflated load average
280 * Fix libzpool cv_* build error
281 * Update CHAOS 5 Packaging
282 * Fix `make distclean` for `./configure --with-config=user
283
284 [ Ned Bass ]
285 * Call udevadm trigger more safely
286
287 [ Darik Horn ]
288 * Remove `make distclean` kludge.
289 * Ignore `zfs unmount -a` errors in the init script.
290 * Rename /etc/default/zfsload during upgrades.
291 * Disable dracut instead of reverting it.
292 * Move udev rules from /etc to /lib.
293 * Add ${shlibs:Depends} to each control stanza.
294 * Remove volume and swap handling from the init script.
295
296 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:08:06 -0500
297
298 zfs-linux (0.6.0.5-1ubuntu7) unstable; urgency=low
299
300 * Force the dkms.conf file into the zfs-dkms package.
301
302 -- Darik Horn <dajhorn@vanadac.com> Thu, 31 Mar 2011 11:03:56 -0500
303
304 zfs-linux (0.6.0.5-1ubuntu6) unstable; urgency=low
305
306 * Link /proc/mounts to /etc/mtab.
307 * Add the /etc/default/zfs import to the init script.
308
309 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 16:12:41 -0500
310
311 zfs-linux (0.6.0.5-1ubuntu5) unstable; urgency=low
312
313 * Use /sbin/mount.zfs for the root mount in the initramfs.
314 * Handle the GRUB zfs-bootfs parameter in the initramfs.
315
316 -- Darik Horn <dajhorn@vanadac.com> Wed, 30 Mar 2011 12:22:12 -0500
317
318 zfs-linux (0.6.0.5-1ubuntu2) unstable; urgency=low
319
320 * Rename the zfs package to zfsutils.
321 * Rename the zfs-lib package to libzfs0.
322 * Decompose the zfs-lib package.
323 * Restrict the package architecture to linux-any.
324 * Remove the KQ init script that was imported from zfs-linux/lzfs.
325 * Import the zfsutils init script from Debian kFreeBSD.
326 * Check zvols for Linux swap areas instead of FreeBSD swap areas.
327 * Replace zfs by zfsutils in the debian/control file.
328 * Add libzfs-dev to the debian/control file.
329 * Change usr/lib/include to usr/include in the libzfs-dev.install file.
330 * Add a zfs-lib replacement to each constituent library.
331
332 -- Darik Horn <dajhorn@vanadac.com> Tue, 29 Mar 2011 09:17:38 -0500
333
334 zfs-linux (0.6.0.5-0ubuntu2) unstable; urgency=low
335
336 * Include /sbin/mount.zfs in the zfs package.
337
338 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Mar 2011 12:37:40 -0500
339
340 zfs-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
341
342 [ Brian Behlendorf ]
343 * Check for trailing '/' in mount.zfs
344 * Don't set I/O Scheduler for Partitions
345 * Always allow '-o remount,ro'
346 * Strip 'zfsutil,remount' from /etc/mtab
347 * Register .sync_fs handler
348 * Register .remount_fs handler
349 * Add init scripts
350 * Fix getcwd() warning
351 * Fix 'LDFLAGS=-Wl,--as-needed' build error
352 * Use KM_PUSHPAGE instead of KM_SLEEP
353 * Fix evict() deadlock
354 * Linux compat, umount2(2) flags
355 * Linux 2.6.27 compat, blk_queue_stackable()
356 * Linux 2.6.28 compat, insert_inode_locked()
357 * Linux 2.6.29 compat, credentials
358 * Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs
359
360 [ Darik Horn ]
361 * Full upstream merge. Use zfs-0.6.0.5 as the unofficial upstream version.
362 * Revert the dracut commit in debian/patches.
363 * Revert the init script commit in debian/patches.
364 * Quilt refresh.
365 * Properly strip the bootfs= and rpool= kernel command line parameters.
366 * Remove the whack-bang and execute bit from the initramfs boot script.
367
368 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 23:07:49 -0500
369
370 zfs-linux (0.6.0.4.rc2-0ubuntu6) unstable; urgency=low
371
372 * Trivial typo correction in the debian/copyright file.
373 * Remove the init-top/hostname script and force BUSYBOX=y instead.
374 * Correct typos in the debian/debuild-ppa.sh helper.
375 * Add a debian/source/options file that disable the
376 implied --single-debian-patch build option.
377
378 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 19:11:12 -0500
379
380 zfs-linux (0.6.0.4.rc2-0ubuntu5) unstable; urgency=low
381
382 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
383 * Add fix-getcwd-warning.patch from behlendorf/master.
384 * Add fix-gentoo-ldflags.patch from behlendorf/master.
385 * Add the pkg-zfs repository to the debian/copyright file.
386
387 -- Darik Horn <dajhorn@vanadac.com> Sun, 20 Mar 2011 15:27:49 -0500
388
389 zfs-linux (0.6.0.4.rc2-0ubuntu4) unstable; urgency=low
390
391 * Add behlendorf/dracut patch for better dismount handling at shutdown.
392
393 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Mar 2011 09:16:00 -0500
394
395 zfs-linux (0.6.0.4.rc2-0ubuntu3) unstable; urgency=low
396
397 * Add patches from behlendorf/master:
398 * check-for-trailing-slash-in-mount.patch
399 * do-not-set-io-scheduler-for-partitions.patch
400 * Add gawk dependency to the zfs-initramfs package.
401
402 -- Darik Horn <dajhorn@vanadac.com> Sun, 13 Mar 2011 21:32:32 -0500
403
404 zfs-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
405
406 * Initial zfs-initramfs packaging for root filesystem support.
407
408 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 15:39:37 -0600
409
410 zfs-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
411
412 * Upstream spl-0.6.0-rc2 release.
413
414 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:35:43 -0600
415
416 zfs-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
417
418 * Revert the '+' in the upstream version because it is not recognized by DKMS.
419
420 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:24:41 -0600
421
422 zfs-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
423
424 * Change spl-dkms to a pre-dependency in the control file.
425
426 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:54:07 -0600
427
428 zfs-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
429
430 * Begin using the +git upstream naming convention.
431 * Merge the behlendorf/mount and behlendorf/master branches.
432
433 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:09:24 -0600
434
435 zfs-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
436
437 * Merge the behlendorf/master branch for the xvattr changes
438 and tag it as 0.6.0.2 upstream.
439
440 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:24:42 -0600
441
442 zfs-linux (0.6.0.1rc.1-0ubuntu6) unstable; urgency=low
443
444 * Check for a Debian host in PRE_BUILD and configure for split headers.
445 See https://github.com/behlendorf/spl/issues/closed/#issue/10
446
447 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:51:17 -0600
448
449 zfs-linux (0.6.0.1rc.1-0ubuntu5) unstable; urgency=low
450
451 * Remove the build dependency on linux-headers because it is unnecessary
452 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
453
454 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 13:20:03 -0600
455
456 zfs-linux (0.6.0.1rc.1-0ubuntu4) unstable; urgency=low
457
458 * Add version numbers to the dkms dependencies.
459
460 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 01:13:40 -0600
461
462 zfs-linux (0.6.0.1rc.1-0ubuntu3) unstable; urgency=low
463
464 * Add fix-set-block-scheduler-warnings.patch.
465
466 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:59:26 -0600
467
468 zfs-linux (0.6.0.1rc.1-0ubuntu2) unstable; urgency=low
469
470 * Add udev-zvol.patch for udev to create zvol links.
471 (Commit: 4c0d8e50b99b4f3b4a9b7bc67ac7fc4e406f5755)
472
473 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 15:20:41 -0600
474
475 zfs-linux (0.6.0.1rc.1-0ubuntu1) unstable; urgency=low
476
477 * Merge behlendorf/linux-compat for Linux 2.6.38 compatibility.
478 * Add /etc/default/zfsload for the init script.
479 * Add dist-blkdev_compat.patch so that the new block device
480 compatibility header is included by the dist rules.
481
482 -- Darik Horn <dajhorn@vanadac.com> Thu, 24 Feb 2011 10:30:13 -0600
483
484 zfs-linux (0.6.0.1rc-1~lucid.4) lucid; urgency=low
485
486 * Force all zfsload returns to 0.
487 * Initial master branch for git-buildpackage.
488 * Update Vcs-Git and Vcs-Browser fields in the control file.
489
490 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Feb 2011 11:23:31 -0600
491
492 zfs-linux (0.6.0.1rc-1~lucid.3) lucid; urgency=low
493
494 * Move the zfsload init script from the zfs-dkms package
495 to the zfs package.
496 * Disable non-zero returns in the zfsload script because
497 `zfs umount -a` is unreliable and init errors cause dpkg
498 to block package updates and removals.
499 * Create zfs.examples for dh_installexamples and change the
500 install manifest for etc/zfs/*.example accordingly.
501 * Split zfs into zfs-lib to satisfy the dpkg-shlibdeps warnings.
502
503 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 11:27:11 -0600
504
505 zfs-linux (0.6.0.1rc-1~lucid.2) lucid; urgency=low
506
507 * Reduce the dpkg scripts to #DEBHELPER# because dh_dkms
508 is automatically and correctly filling template.
509 * Set a versioned debhelper dependency to satisfy the
510 lintian warning.
511
512 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 10:27:29 -0600
513
514 zfs-linux (0.6.0.1rc-1~lucid.1) lucid; urgency=low
515
516 * New upstream zfs-0.6.0-rc1.tar.gz release.
517 * Kludge the "rc1" version for the packaging convenience.
518 * Move the zfsload script to this package.
519 * Supercede the lzfs-dkms package.
520
521 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:46:36 -0600
522
523 zfs-linux (0.5.2-1~lucid.6) lucid; urgency=low
524
525 * Do uupdate on kqzfs_0.5.2 tag.
526 * Remove disable-check_stack_overflow patch.
527 * Add kernel-bio-failfast.patch for `make distdir`.
528
529 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 12:52:07 -0600
530
531 zfs-linux (0.5.1-1~lucid.5) lucid; urgency=low
532
533 * Initial DKMS packaging for Debian and Ubuntu.
534
535 -- Darik Horn <dajhorn@vanadac.com> Wed, 16 Feb 2011 12:26:49 -0600