]> 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 dcf3f9df4f2bd461de542b3e44c9455c184397c8..fede5478990362f46ea881430e42ec60c6eb3a6f 100644 (file)
@@ -1,3 +1,355 @@
+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 ]