]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/changelog
PPA 0.6.0.86-0ubuntu1 release.
[mirror_zfs-debian.git] / debian / changelog
index 330a19c393d47d9815cae2fce5641b075249bb75..fede5478990362f46ea881430e42ec60c6eb3a6f 100644 (file)
@@ -1,3 +1,108 @@
+zfs-linux (0.6.0.86-0ubuntu1) unstable; urgency=low
+
+  [ Richard Yao ]
+  * Fix hard coded path in 60-vdev.rules.in
+
+  [ Brian Behlendorf ]
+  * zfs-0.6.0-rc12
+
+ -- Darik Horn <dajhorn@vanadac.com>  Wed, 14 Nov 2012 20:19:23 -0600
+
+zfs-linux (0.6.0.85-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Add txgs-<pool> kstat file
+  * Log I/Os longer than zio_delay_max (30s default)
+  * Fix zvol+btrfs hang
+  * Fix "allocating allocated segment" panic
+
+  [ Darik Horn ]
+  * Resolve lintian maintainer-script-empty.
+  * Resolve init.d-script-missing-dependency-on-remote_fs.
+  * Resolve syntax-error-in-dep5-copyright.
+  * Resolve debhelper-but-no-misc-depends.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 11 Nov 2012 23:33:24 -0600
+
+zfs-linux (0.6.0.84-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Add ddt_object_count() error handling
+
+  [ Darik Horn ]
+  * Fix /etc/sudoers.d/zfs mode regression.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 02 Nov 2012 17:24:36 -0500
+
+zfs-linux (0.6.0.83-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Allow 'zpool replace' to use short device names
+  * Update spare and cache device names on import
+  * Remove 'Resized bio's/dio' warning
+  * Revert "Don't ashift-align vdev read requests."
+
+  [ Peter Fern ]
+  * Add zdev rules to the initrd for all installations.
+
+  [ Darik Horn ]
+  * Disable Ubuntu 11.04 Natty Narwhal builds.
+  * Enable Ubuntu 12.10 Quantal Quetzal builds.
+  * Add dkms build dependency on spl.
+  * Fix a typo in the root mountpoint seatbelt.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 28 Oct 2012 23:19:48 -0500
+
+zfs-linux (0.6.0.82-0ubuntu1) unstable; urgency=low
+
+  [ Massimo Maggi ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+  [ KORN Andras ]
+  * zfs.8: add missing info about dedup, mlslabel
+
+  [ Cyril Plisko ]
+  * txg is spelled as tgx in places
+  * Make zfs_immediate_write_sz a module paramater
+
+  [ Richard Yao ]
+  * Fix zfs_write_limit_max integer size mismatch on 32-bit systems
+  * Linux 3.6 compat, iops->mkdir()
+
+  [ Brian Behlendorf ]
+  * Fix zfs_txg_timeout module parameter
+  * Disable ztest deadman timer
+  * Limit zfs_vdev_aggregation_limit to SPA_MAXBLOCKSIZE
+  * Condition variable usage, zevent_cv
+  * Condition variable usage, zilog->zl_cv_batch
+  * Condition variable usage, zp->r_{rd,wr}_cv
+  * Quote snapshot and mountpoint for .zfs automount
+
+  [ Richard Yao ]
+  * Remove vmem_size() consumers
+
+  [ Etienne Dechamps ]
+  * Don't ashift-align vdev read requests.
+  * Add atomic_sub_* functions to libspl.
+  * Add FASTWRITE algorithm for synchronous writes.
+  * Use the slog even with logbias=throughput.
+
+  [ Yuxuan Shui ]
+  * Linux 3.6 compat, sops->write_super() removed
+  * Linux 3.6 compat, sget()
+  * Linux 3.6 compat, iops->lookup()
+  * Linux 3.6 compat, iops->create()
+  * Return positive error number in zfsctl_shares_lookup.
+
+  [ Andrew Reid ]
+  * Do not return /dev/loop-control in unused_loop_device
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 21 Oct 2012 23:29:26 -0500
+
 zfs-linux (0.6.0.81-0ubuntu1) unstable; urgency=low
 
   [ Brian Behlendorf ]