Skip to content

Commit

Permalink
Additional patches for the ZoL packages added.
Browse files Browse the repository at this point in the history
* Include fix from openzfs/zfs#4474.
* Include fix for #196
  • Loading branch information
FransUrbo committed Apr 4, 2016
1 parent 425ad63 commit c07d163
Show file tree
Hide file tree
Showing 14 changed files with 16,473 additions and 7 deletions.
18 changes: 13 additions & 5 deletions debian/README.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ from Illumos.

* Include my own iSCSI pull request
https://github.com/zfsonlinux/zfs/pull/1099
https://github.com/FransUrbo/zfs/tree/iscsi

* Include my own SMBFS rewrite pull request
https://github.com/zfsonlinux/zfs/pull/1476
https://github.com/FransUrbo/zfs/tree/smbfs_registry-shares

* Include my own NFS modifications
https://github.com/zfsonlinux/zfs/pull/2790
Expand All @@ -38,10 +40,16 @@ from Illumos.
* Fix include files before package them
https://github.com/zfsonlinux/zfs/issues/2903

* Default to --with-blkid in packaging
https://github.com/zfsonlinux/zfs/pull/2512
* Allow for "zfs receive" to skip existing snapshots
https://github.com/zfsonlinux/zfs/pull/2668

* Rename 'zed.service' to 'zfs-zed.service'
https://github.com/zfsonlinux/zfs/pull/3824
* Allow "zfs unshare <proto> -a" much like "zfs share <proto> -a"
https://github.com/zfsonlinux/zfs/pull/3238

-- Turbo Fredriksson <turbo@bayour.com> Sat, 18 Jul 2015 22:07:44 +0200
* Allow for '-o feature@<feature>=disable' on the command line
https://github.com/zfsonlinux/zfs/pull/3465

* Refactor systemd and use /etc/default/zfs if available
https://github.com/zfsonlinux/zfs/pull/3884

-- Turbo Fredriksson <turbo@bayour.com> Tue, 29 Mar 2016 14:55:37 +0200
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
zfs-linux (0.6.5.6-1) wheezy; urgency=low

* New upstream release.
* Merge PR 1099 - iSCSI support for ZoL.
* Merge PR 1476 - Change sharesmb to use REGISTRY shares.
* Merge PR 1867 - Adds support for property overrides.
* Merge PR 2668 - Allow for "zfs receive" to skip existing snapshots
* Merge PR 2790 - Rewrite of nfs.c to keep options per host separated.
* Merge PR 3238 - Allow "zfs unshare <proto> -a" much like "zfs share <proto> -a".
* Merge PR 3465 - Allow for '-o feature@<feature>=disable' on the command line.
* Merge PR 3559 - Refactor SYSV init and initramfs (Phase 2).
* Merge PR 3560 - Refactor SYSV init, initramfs and dracut (Phase 3).
* Merge PR 3884 - Refactor systemd and use /etc/default/zfs if available

-- Turbo Fredriksson <turbo@debian.org> Tue, 29 Mar 2016 14:51:39 +0200

zfs-linux (0.6.5.2-2) wheezy; urgency=low

* Fixing return variable from a bunch of assist functions.
Expand Down
Loading

0 comments on commit c07d163

Please sign in to comment.