]> 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 5cb691b2163e986328051f962d1699ba0bae0f46..fede5478990362f46ea881430e42ec60c6eb3a6f 100644 (file)
@@ -1,3 +1,697 @@
+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 ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+  * Modify vdev_elevator_switch() to use elevator_change()
+  * Minimize ztest stack frame size
+  * Replace tempnam() with mkstemp()
+  * Verify the return value for warn_unused_result functions
+  * Realpath arg 2 must be a minimum of PATH_MAX
+  * Set default zvol elevator to noop
+
+  [ Chris Siden ]
+  * Illumos #1948: zpool list should show more detailed pool info
+  * Illumos #1950: ztest backwards compatibility testing option.
+  * Fix mmap() usage in ztest.
+
+  [ Bill Pijewski ]
+  * Illumos #2703: add mechanism to report ZFS send progress
+
+  [ Chris Wedgwood ]
+  * zvol_probe should return NULL when the device isn't found.
+
+  [ Cyril Plisko ]
+  * Implement .commit_metadata hook for NFS export
+
+  [ Etienne Dechamps ]
+  * Force 4K blocksize when testing ext2 on zvol.
+  * Create threads in detached state in userspace.
+  * Fix VOP_CLOSE() in userspace.
+  * Fix ztest vdev file paths.
+  * Temporarily disable the reguid test.
+  * Use dynamic file descriptor numbers in ztest.
+  * Align DISCARD requests on zvols.
+
+  [ George Wilson ]
+  * Illumos #3129, #3130
+
+  [ Richard Lowe ]
+  * Illumos #2399: zfs manual page does not document use of "zfs diff".
+
+  [ Matthew Ahrens ]
+  * Illumos #3100: zvol rename fails with EBUSY when dirty.
+
+  [ Chris Dunlop ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+  * Use gbp-pq to manage debian/patches.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sat, 06 Oct 2012 22:05:16 -0500
+
+zfs-linux (0.6.0.80-0ubuntu2) unstable; urgency=low
+
+  * Revert dh_fixperms rule for old debhelper systems.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Wed, 19 Sep 2012 13:24:46 -0500
+
+zfs-linux (0.6.0.80-0ubuntu1) unstable; urgency=low
+
+  [ Richard Lowe ]
+  * Illumos #2088 zdb could use a reasonable manual page
+
+  [ Brian Behlendorf ]
+  * zfs-0.6.0-rc11
+  * Seg fault 'zpool import -d /dev/disk/by-id -a'
+
+ -- Darik Horn <dajhorn@vanadac.com>  Tue, 18 Sep 2012 17:03:41 -0500
+
+zfs-linux (0.6.0.79-0ubuntu1) unstable; urgency=low
+
+  [ Darik Horn ]
+  * Generate META from debian/changelog.
+  * Update packaging to standards version 3.9.3.1
+  * Improve DEP5 conformance for Lintian.
+  * Update debian/copyright attributions.
+
+  [ Brian Behlendorf ]
+  * Clear PG_writeback for sync I/O error case
+  * Switch KM_SLEEP to KM_PUSHPAGE
+  * Improve `zpool import` search behavior
+
+  [ Cyril Plisko ]
+  * ZFS replay transaction error 5
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 17 Sep 2012 23:43:52 -0500
+
+zfs-linux (0.6.0.78-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Revert "Improve AF hard disk detection"
+  * Move iput() after zfs_inode_update()
+
+  [ Cyril Plisko ]
+  * Fix zdb printf format string for ZIL data blocks
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 14 Sep 2012 13:07:59 -0500
+
+zfs-linux (0.6.0.77-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Remove zvol device node
+
+  [ Etienne Dechamps ]
+  * Silence "setting dataset to sync always" message in ztest.
+
+  [ Chris Dunlop ]
+  * Remove autotools products
+
+  [ Cyril Plisko ]
+  * Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful"
+  * Avoid running exportfs on each zfs/zpool command invocation
+
+ -- Darik Horn <dajhorn@vanadac.com>  Tue, 11 Sep 2012 17:11:53 -0500
+
+zfs-linux (0.6.0.76-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+  * Disable page allocation warnings for ARC buffers
+  * Add zstreamdump .gitignore
+
+  [ Michael Martin ]
+  * Fix missing vdev names in zpool status output
+
+  [ Etienne Dechamps ]
+  * Increase the stack space in userspace.
+
+  [ Cyril Plisko ]
+  * Make ZFS filesystem id persistent across different machines
+
+ -- Darik Horn <dajhorn@vanadac.com>  Thu, 06 Sep 2012 20:14:04 -0500
+
+zfs-linux (0.6.0.75-0ubuntu1) unstable; urgency=low
+
+  [ Martin Matuska ]
+  * Add zstreamdump(8) command to examine ZFS send streams.
+
+  [ Etienne Dechamps ]
+  * Add libnvpair to mount_zfs dependencies
+
+  [ Brian Behlendorf ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+  * Improve AF hard disk detection
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Wed, 05 Sep 2012 10:05:40 -0500
+
+zfs-linux (0.6.0.74-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+  [ Chris Dunlop ]
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 02 Sep 2012 14:42:48 -0500
+
+zfs-linux (0.6.0.73-0ubuntu1) unstable; urgency=low
+
+  [ Richard Yao ]
+  * Check kernel source directory for SPL
+  * Consistent menuconfig name
+  * Switch KM_SLEEP to KM_PUSHPAGE
+
+  [ Brian Behlendorf ]
+  * rmdir(2) should return ENOTEMPTY
+  * Remove autotools products
+  * Pre-allocate vdev I/O buffers
+  * Annotate KM_PUSHPAGE call paths with PF_NOFS
+  * mzap_upgrade() must use kmem_alloc()
+  * Clear PG_writeback after zil_commit() for sync I/O
+
+  [ Prakash Surya ]
+  * Remove autoconf check for CONFIG_PREEMPT
+
+  [ Richard Yao ]
+  * Revert Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
+  * Revert Fix zpl_writepage() deadlock
+  * Revert Disable direct reclaim for z_wr_* threads
+
+  [ Etienne Dechamps ]
+  * Fix mount_zfs dependency on libzpool.
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 31 Aug 2012 15:39:03 -0500
+
+zfs-linux (0.6.0.72-0ubuntu1) unstable; urgency=low
+
+  [ Martin Matuska ]
+  * Properly initialize and free destroydata
+
+  [ Brian Behlendorf ]
+  * Add copy-builtin to EXTRA_DIST
+  * Revert "Use SA_HDL_PRIVATE for SA xattrs"
+
+  [ Alexander Eremin ]
+  * Illumos #1977: zfs allow arguments not parsed correctly after pyzfs removal
+  * Illumos #1726: Removal of pyzfs broke delegation for volumes
+
+  [ Andrew Stormont ]
+  * Illumos #1936: add support for "-t <datatype>" argument to zfs get
+
+  [ Eric Schrock ]
+  * Illumos #2635: 'zfs rename -f' to perform force unmount
+
+  [ Christopher Siden ]
+  * Illumos #1796, #2871, #2903, #2957
+  * Illumos #3085: zfs diff panics, then panics in a loop on booting
+
+  [ Garrett D'Amore ]
+  * Illumos #2803: zfs get guid pretty-prints the output
+
+  [ Massimo Maggi ]
+  * Fix snapshot automounting with GrSecurity constify plugin.
+
+  [ Prakash Surya ]
+  * Wrap smp_processor_id in kpreempt_[dis|en]able
+
+  [ Javen Wu ]
+  * Drop spill buffer reference
+
+  [ Simon Klinkert ]
+  * Illumos #2901: zfs receive fails for exabyte sparse files
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 26 Aug 2012 18:09:15 -0500
+
+zfs-linux (0.6.0.71-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Cleanly remove zfs-modules-devel headers
+  * Export dmu_buf_rele() symbol
+  * ZFS 0.6.0-rc10
+
+ -- Darik Horn <dajhorn@vanadac.com>  Tue, 14 Aug 2012 21:41:22 -0500
+
+zfs-linux (0.6.0.70-0ubuntu1) unstable; urgency=low
+
+  [ Richard Yao ]
+  * Add missing dependencies to ./copy-builtin
+
+  [ Etienne Dechamps ]
+  * Set zvol discard_granularity to the volblocksize.
+
+  [ Dan McDonald ]
+  * Illumos #1693: persistent 'comment' field for a zpool
+
+  [ Prakash Surya ]
+  * Add '--with-spl-timeout' option
+  * Support building a zfs-modules-dkms sub package
+
+  [ Brian Behlendorf ]
+  * Export dbuf_* symbols
+  * Illumos #1888:  zfs(8) should mention zfs recv -e
+  * Suppress 'zfs_sb_create' memory warning
+
+  [ Ned Bass ]
+  * Fix man page installation path
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+  [ Peter Fern ]
+  * Add debug packages for libs and tools
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 10 Aug 2012 20:35:15 -0500
+
+zfs-linux (0.6.0.69-0ubuntu3) unstable; urgency=low
+
+  [ Darik Horn ]
+  * Update the README file for deb packages.
+
+  [ Brian Behlendorf ]
+  * Allow '-o remount' for non-legacy datasets
+
+  [ Manuel Amador (Rudd-O) ]
+  * Adding grub2 mkconfig support patch
+
+  [ Matthew Ahrens ]
+  * Illumos #1644, #1645, #1646, #1647, #1708
+
+  [ Etienne Dechamps ]
+  * Limit the number of blocks to discard at once.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 06 Aug 2012 11:39:15 -0500
+
+zfs-linux (0.6.0.68-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Add 'inline' keyword
+  * Add ddt_object_load() error handling
+  * Disable .zfs directory on 32-bit systems
+
+  [ Richard Yao ]
+  * Fix build failures on PaX/GRSecurity patched kernels
+  * Fix NULL pointer dereference on PaX/GRSecurity patched Linux 3.3 and later kernels
+  * Linux 3.5 compat, eops->encode_fh() takes inodes
+  * Linux 3.5 compat, iops->truncate_range() removed
+  * Linux 3.5 compat, end_writeback() changed to clear_inode()
+
+  [ Etienne Dechamps ]
+  * Move partition scanning from userspace to module.
+  * Don't build packages that haven't been selected.
+  * Make configure builtin-aware.
+  * Fake modpost stage for LINUX_COMPILE.
+  * When checking for symbol exports, try compiling.
+  * Add script for builtin module building.
+  * Use /sys/module instead of /proc/modules.
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 27 Jul 2012 14:37:39 -0500
+
+zfs-linux (0.6.0.67-0ubuntu1) unstable; urgency=low
+
+  [ Richard Yao ]
+  * Use ULL suffix in constants
+  * Relicense zfs.gentoo.in from GPLv2 to 2-clause BSD
+
+  [ Garrett D'Amore ]
+  * Illumos #1748: desire support for reguid in zfs
+
+  [ George Wilson ]
+  * Illumos #1949, #1953
+
+  [ Etienne Dechamps ]
+  * Fix error handling for "zpool online -e".
+  * Use the right device path when relabeling.
+  * Fix efi_use_whole_disk() when efi_nparts == 128.
+
+  [ Brian Behlendorf ]
+  * Add PowerPC to supported VTOCs
+  * Move zfs.release generation to configure step
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 15 Jul 2012 23:11:46 -0500
+
+zfs-linux (0.6.0.66-0ubuntu1) unstable; urgency=low
+
+  [ Etienne Dechamps ]
+  * Add ZIL statistics.
+
+  [ Prakash Surya ]
+  * Support debug and debug-devel sub packages
+
+  [ Brian Behlendorf ]
+  * Remove Chaos 4.x RPM support
+  * Update incorrect ddt_zap_lookup() assertion
+
+ -- Darik Horn <dajhorn@vanadac.com>  Wed, 04 Jul 2012 00:16:38 -0500
+
+zfs-linux (0.6.0.65-0ubuntu2) unstable; urgency=high
+
+  * chmod 0440 /etc/sudoers.d/zfs
+
+ -- Darik Horn <dajhorn@vanadac.com>  Tue, 19 Jun 2012 10:54:09 -0500
+
+zfs-linux (0.6.0.65-0ubuntu1) unstable; urgency=low
+
+  [ Etienne Dechamps ]
+  * Make zil_slog_limit a tunable module parameter.
+
+  [ Richard Yao ]
+  * Make zvol_remove_link() print a more useful error message
+
+  [ Pawel Jakub Dawidek ]
+  * Speed up 'zfs list -t snapshot -o name -s name'
+
+  [ Darik Horn ]
+  * Add zvol_inhibit_dev module option.
+  * Refresh debian/patches after upstream merge.
+
+  [ Brian Behlendorf ]
+  * Workaround for failing zvol_id
+  * Mark zdev.conf as a config file
+  * ZFS 0.6.0-rc9
+
+ -- Darik Horn <dajhorn@vanadac.com>  Thu, 14 Jun 2012 15:18:54 -0500
+
+zfs-linux (0.6.0.64-0ubuntu1) unstable; urgency=low
+
+  [ Ned Bass ]
+  * Improve CONFIG_DEBUG_LOCK_ALLOC error message
+
+  [ Etienne Dechamps ]
+  * Honor logbias when writing to ZVOLs.
+
+  [ Richard Yao ]
+  * Linux 3.4 compat, d_make_root() replaces d_alloc_root()
+
+  [ Daniel Verite ]
+  * Include <locale.h> to avoid error: 'LC_ALL' undeclared.
+  * Retry removal of busy minors
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 11 Jun 2012 23:12:08 -0500
+
+zfs-linux (0.6.0.63-0ubuntu1) unstable; urgency=low
+
+  [ Jorgen Lundman ]
+  * Define the needed ISA types for ARM
+
+  [ Brian Behlendorf ]
+  * Extend CONFIG_DEBUG_LOCK_ALLOC check
+  * Add /dev/mapper/ to search path
+  * Improve 'zpool import' EBUSY error message
+
+  [ Ned A. Bass ]
+  * Add vdev_id for JBOD-friendly udev aliases
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+  * Disable Ubuntu 10.10 Maverick Meerkat builds.
+  * Add Add-zvol_inhibit_dev-module-option.patch
+  * Add /etc/sudoers.d/zfs file.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 01 Jun 2012 22:02:32 -0500
+
+zfs-linux (0.6.0.62-0ubuntu1) unstable; urgency=low
+
+  [ Mike Harsch ]
+  * Illumos #952: separate intent logs should be obvious in 'zpool iostat' output
+
+  [ Frederik Wessels ]
+  * Illumos #1946: incorrect formatting when listing output of multiple pools with zpool iostat -v
+
+  [ Richard Lowe ]
+  * Illumos #2067: uninitialized variables in zfs(1M) may make snapshots undestroyable
+
+  [ Richard Yao ]
+  * Update ARC memory limits to account for SLUB internal fragmentation
+  * Disable direct reclaim on zvols
+
+  [ Brian Behlendorf ]
+  * Add zfs_mdcomp_disable module option
+  * Integrate ARC more tightly with Linux
+  * Linux 3.3 compat, iops->create()/mkdir()/mknod()
+  * Add mdadm and bc dependencies
+  * Revert "Disable direct reclaim on zvols"
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Tue, 01 May 2012 14:44:11 -0500
+
+zfs-linux (0.6.0.61-0ubuntu1) unstable; urgency=low
+
+  [ Prakash Surya ]
+  * Use KM_PUSHPAGE in l2arc_write_buffers
+
+  [ Brian Behlendorf ]
+  * Illumos #1909: disk sync write perf regression when slog is used post oi_148
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sun, 22 Apr 2012 08:13:33 -0500
+
+zfs-linux (0.6.0.60-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Export additional dsl symbols
+
+  [ Richard Laager ]
+  * Document the zle compression algorithm
+  * Improve error message consistency
+
+  [ Andriy Gapon ]
+  * Illumos #1680: zfs vdev_file_io_start: validate vdev before using vdev_tsd
+
+  [ Martin Matuska ]
+  * OS-926: zfs panic in zfs_fill_zplprops_impl()
+
+  [ George Wilson ]
+  * Illumos #1951: leaking a vdev when removing an l2cache device
+
+  [ Albert Lee ]
+  * Illumos #1475: zfs spill block hold can access invalid spill blkptr
+
+  [ Martin Matuska ]
+  * Illumos #1346: zfs incremental receive may leave behind temporary clones
+
+  [ P.SCH ]
+  * ZFS snapshot alias
+  * ZFS list snapshot property alias
+
+  [ Darik Horn ]
+  * Add Improve-the-SPL-version-error-for-DKMS-systems.patch
+
+ -- Darik Horn <dajhorn@vanadac.com>  Sat, 21 Apr 2012 10:38:51 -0500
+
+zfs-linux (0.6.0.58-0ubuntu1) unstable; urgency=low
+
+  [ Richard Yao ]
+  * Print human readable error message for ENOENT
+  * Make Gentoo initscript use modinfo
+
+  [ Gunnar Beutner ]
+  * Fixed a NULL pointer dereference bug in zfs_preumount
+
+  [ Darik Horn ]
+  * Refresh debian/patches after upstream merge.
+  * Add dkms kernel source exception for Proxmox 2.0
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 09 Apr 2012 09:49:36 -0500
+
+zfs-linux (0.6.0.57-0ubuntu2) unstable; urgency=low
+
+  [ Darik Horn ]
+  * Reorder zfs-dkms.postinst for dh_dkms glitch.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 02 Apr 2012 23:05:23 -0500
+
+zfs-linux (0.6.0.57-0ubuntu1) unstable; urgency=low
+
+  [ Craig Sanders ]
+  * Remove hard-coded 80 column output
+
+  [ Brian Behlendorf ]
+  * Properly expose the mfu ghost list kstats
+
+  [ Darik Horn ]
+  * Invoke notify-reboot-required for upgrades.
+  * Add libgcc_s.so.1 to the zfs-initramfs manifest.
+  * Add missing #DEBHELPER# macro to zfsutils.
+  * Refresh debian/patches after upstream merge.
+  * Enable 0007-Integrate-ARC-more-tightly-with-Linux.patch
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 30 Mar 2012 00:38:33 -0500
+
+zfs-linux (0.6.0.56-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Fix executable permissions
+  * ZFS 0.6.0-rc8
+
+  [ Darik Horn ]
+  * Disable 0007-Integrate-ARC-more-tightly-with-Linux.patch
+
+ -- Darik Horn <dajhorn@vanadac.com>  Mon, 26 Mar 2012 21:19:40 -0500
+
+zfs-linux (0.6.0.55-0ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Add .zfs control directory
+  * Account for .zfs ctldir inodes
+  * Add ZFS_META_RELEASE to module load/unload messages
+  * Enhance a dmu_tx_dirty_buf() assertion
+  * Add --enable-debug-dmu-tx configure option
+
+  [ Darik Horn ]
+  * Add 0007-Integrate-ARC-more-tightly-with-Linux.patch
+  * Add: Add-.zfs-control-directory.patch
+  * Refresh debian/patches after upstream merge.
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 23 Mar 2012 20:37:43 -0500
+
+zfs-linux (0.6.0.54-1ubuntu1) unstable; urgency=low
+
+  [ Brian Behlendorf ]
+  * Revert "Add zio constructor/destructor"
+  * Add zio constructor/destructor
+
+ -- Darik Horn <dajhorn@vanadac.com>  Wed, 21 Mar 2012 17:42:33 -0500
+
+zfs-linux (0.6.0.54-0ubuntu1) unstable; urgency=low
+
+  [ Gregor Kopka ]
+  * Use stderr for 'no pools/datasets available' error
+
+  [ Brian Behlendorf ]
+  * Add missing NULL in zpl_xattr_handlers
+  * ZFS 0.6.0-rc7
+
+ -- Darik Horn <dajhorn@vanadac.com>  Fri, 16 Mar 2012 23:40:54 -0500
+
 zfs-linux (0.6.0.53-0ubuntu1) unstable; urgency=low
 
   [ Darik Horn ]