[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-06-12 Thread Jorgen Lundman
@lundman pushed 1 commit. 02dceca [PATCH] Make zvol update volsize operation synchronous. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[developer] Re: [openzfs/openzfs] Reserve DMU_BACKUP_FEATURE for ZSTD (#652)

2018-06-12 Thread Matthew Ahrens
ahrens approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/652#pullrequestreview-128188396 -- openzfs:

[developer] Re: [openzfs/openzfs] 7143 dbuf_read() creates unnecessary zio_root() for bonus buf (#137)

2018-06-12 Thread Matthew Ahrens
Closed #137. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/137#event-1677525364 -- openzfs: openzfs-developer Permalink:

[developer] Re: [openzfs/openzfs] 9433 Fix ARC hit rate (#606)

2018-06-12 Thread Matthew Ahrens
FYI - @grwilson said that he noticed that this change on ZoL had a negative perf impact under high-iops workloads. We should probably still go ahead and integrate this, but we may need to do some more work to skip these calls when they aren't totally necessary. -- You are receiving this

[developer] [openzfs/openzfs] Reserve DMU_BACKUP_FEATURE for ZSTD (#652)

2018-06-12 Thread Allan Jude
Reserve #25 for the ZSTD compression feature from FreeBSD. Also note that #24 is reserved for 'raw send', part of the zfs encryption patch from ZoL. You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/652 -- Commit Summary -- * Reserve

[developer] Re: [openzfs/openzfs] 7815 remove unused static variables in libresolve2 (#293)

2018-06-12 Thread Matthew Ahrens
This seems to be stale. Feel free to open another PR when you have time to work on this, or file your RTI directly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] 7815 remove unused static variables in libresolve2 (#293)

2018-06-12 Thread Matthew Ahrens
Closed #293. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/293#event-1677522633 -- openzfs: openzfs-developer Permalink:

[developer] [openzfs/openzfs] 9591 ms_shift can be incorrectly changed in MOS config for indirect vdevs that have been historically expanded (#651)

2018-06-12 Thread Serapheim Dimitropoulos
Problem: According to spa_config_update() we expect new vdevs to have vdev_ms_array equal to 0 and then we go ahead and set their metaslab size. The problem is that indirect vdevs also have vdev_ms_array == 0 because their metaslabs are destroyed once their removal is done. As a result, if a vdev

[developer] Re: [openzfs/openzfs] 9428 ZFS pool import should ignore unparseable devids (#605)

2018-06-12 Thread Pavel Zakharov
pzakha requested changes on this pull request. > vdev_dbgmsg(vd, "vdev_disk_open: invalid " "vdev_devid '%s'", vd->vdev_devid); - return (SET_ERROR(EINVAL)); + dvd->vd_devid = NULL; +

[developer] Re: [openzfs/openzfs] 9577 remove zfs_dbuf_evict_key tsd (#645)

2018-06-12 Thread Brian Behlendorf
behlendorf approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/645#pullrequestreview-128081663 -- openzfs: