Difference between revisions of "Changelog"

From OpenZFS on OS X
Jump to: navigation, search
(OpenZFS_on_OS_X_1.3.0-rc3.pkg 2014-07-15)
Line 3: Line 3:
  
 
spl a662415e8f722ecdbd0295d9ea241a846bc72582
 
spl a662415e8f722ecdbd0295d9ea241a846bc72582
* Only replace a pre-existing custom icon if it's the snowflake
+
* only replace a pre-existing custom icon if it's the snowflake
* Run osascript as the logged-in user so the notifications actually show up
+
* run osascript as the logged-in user so the notifications actually show up
* Check for ZEVO either still installed or uninstalled but pre-reboot
+
* check for ZEVO either still installed or uninstalled but pre-reboot, and display error for the user
  
 
=== OpenZFS_on_OS_X_1.3.0-rc4_2014-07-16 ===
 
=== OpenZFS_on_OS_X_1.3.0-rc4_2014-07-16 ===

Revision as of 14:05, 21 July 2014

OpenZFS_on_OS_X_1.3.0-rc5 2014-07-21

zfs 10bade55e294da55992f193656dd6fc5b2feee15

spl a662415e8f722ecdbd0295d9ea241a846bc72582

  • only replace a pre-existing custom icon if it's the snowflake
  • run osascript as the logged-in user so the notifications actually show up
  • check for ZEVO either still installed or uninstalled but pre-reboot, and display error for the user

OpenZFS_on_OS_X_1.3.0-rc4_2014-07-16

zfs 12cda547e9bc1d79a5f90e056c7d85ec02360acf

spl a662415e8f722ecdbd0295d9ea241a846bc72582

  • fix installer bug affecting notifications for OS X 10.9+ (ilovezfs)
  • fix "Load the module manually by running ..." when kexts are in /Library/Extensions on OS X 10.9+ (ilovezfs)

OpenZFS_on_OS_X_1.3.0-rc3.pkg 2014-07-15

zfs 84dcdfe03e1d1fac931d22e9fdac10572a41f06e

spl a662415e8f722ecdbd0295d9ea241a846bc72582

  • fix mutex leaks, resulting in eventual panic in "mutex_enter()". (Jorgen Lundman)
  • fix spa_strdup freeing wrong size, causing kmem havok. (Jorgen Lundman)
  • enhance bmalloc to include free size, bounds and use after free; checks. (Brendon Humphrey)
  • fix zdb 'hang' waiting for reclaim_thread (Jorgen Lundman)
  • autoimport work and fixes (ilovezfs)
  • sysctl normalization code from legacy port, default off (Jorgen Lundman)
  • fix hang at export due to spotlight references (ilovezfs)

OpenZFS_on_OS_X_1.3.0-rc2.pkg 2014-07-01

zfs dafe91a17e791f04c5244e40f70594bc79f6f659

spl 8649cd2578351cf7d7367aed2314463ec7397e5a

  • reboot hang fix (wait for reclaim thread) (Jorgen Lundman)
  • reboot hang fix, take 2. (zed ignoring TERM) (Jorgen Lundman)
  • added spl_wait_interruptible functions (Jorgen Lundman)
  • merged ZOL-0.6.3
  • zvol-unmap support (Evan Susarret)
  • better disk icon support (ilovezfs)
  • onexit fixes, clean zfs send holds (Jorgen Lundman)
  • Replace MALLOC calls to use bmalloc for performance (Brendon Humphrey)
  • OSX Yosemite 10.10 compile fixes (ilovezfs)
  • zp reclaim vs zget remodel fix deadlocks (Jorgen Lundman)
  • Support legacy mountpoints (ilovezfs)
  • Initial non-root support (ilovezfs)
  • Rewrite ioctl after upstream (Jorgen Lundman)
  • normalized lookup panic fix (Jorgen Lundman)

and of course all the fixes in ZOL-0.6.3, thanks guys!

OpenZFS_on_OS_X_1.2.7.dmg 2014-05-15

  • Merged with ZFSOnLinux pre-0.6.3 dated Apr 8 2014 (6ac770b1961b9468daf0c69eae6515c608535789)
  • create_thread( 75%*num_cpus ) would create literal 75 threads, instead of the intended 3 threads on quad core machine (Jorgen Lundman)
  • VMEM allocate changed to use bmalloc (slice, SLAB, allocator on top of k_m_a) (Brendon Humphrey)
  • Add ZED (ZFS Event Daemon) to handle events (send alerts, emails) on pool issues. (Chris Dunlap)
  • name cache fixes (existing files claimed as missing, missing files claimed as existing) (Jorgen Lundman)
  • Change pool sync to remove 'idle' pool writes every 30s. (Jorgen Lundman)
  • Work around ZFS recv deadlock (ilovezfs)
  • vnop_pageout fixes for zerod blocks beyond EOF (POSIX) (Jorgen Lundman)
  • Add autoimport, zed startup scripts (ilovezfs)
  • ctldir (.zfs) fixes and cleanup (Jorgen Lundman)
  • Finder hardlinks fixes (Jorgen Lundman)
  • Reclaim fixes, throttle and waiting on vp changes (Jorgen Lundman)
  • ZVOL upstream incompatibility fixes (Evan Susarret) *1
  • ZFS rollback and promote fixes (ilovezfs)
  • Rework EFI label, and wholedisk detection, Core Storage (Jorgen Lundman, ilovezfs)

Which should result in greater stability, large performance enhancements, and finally capable of using more of the available memory.

The Installer no longer contain 32bit versions.

*1 Note that 1.2.0's ZFS Volumes are unintentionally incompatible with other platform version of ZFS, except for volblocksize = 512.

1.2.0.dmg 2014-03-13

  • First release