Update OpenZFS 5984 6603 6637 7276 7259

George Melikov 2017-01-09 00:06:16 +04:00
parent 78e42e8719
commit e2996420c1
1 changed files with 5 additions and 5 deletions

@ -5,11 +5,11 @@
Status | OpenZFS Issue | OpenZFS | Linux | Description
------------------- | ------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------
:red_circle: | [7259](https://www.illumos.org/issues/7259) | [faa8036](https://github.com/illumos/illumos-gate/commit/faa8036) | | DS_FIELD_LARGE_BLOCKS is unused
:large_blue_circle: | [7259](https://www.illumos.org/issues/7259) | [faa8036](https://github.com/illumos/illumos-gate/commit/faa8036) | [24d42e2](https://github.com/zfsonlinux/zfs/commit/24d42e22211b68f3a6fa514c28ffdfe265d44fef) | DS_FIELD_LARGE_BLOCKS is unused
:red_circle: | [7336](https://www.illumos.org/issues/7336) | [dd862f6](https://github.com/illumos/illumos-gate/commit/dd862f6) | | vfork and O_CLOEXEC causes zfs_mount EBUSY
:red_circle: | [7278](https://www.illumos.org/issues/7278) | [608764b](https://github.com/illumos/illumos-gate/commit/608764b) | | tuning zfs_arc_max does not impact arc_c_min
:red_circle: | [7262](https://www.illumos.org/issues/7262) | [90f58f6](https://github.com/illumos/illumos-gate/commit/90f58f6) | [b8eb3c4](https://github.com/zfsonlinux/zfs/commit/b8eb3c4) | remove seq from zfs_receive_010.ksh
:red_circle: | [7276](https://www.illumos.org/issues/7276) | [d750135](https://github.com/illumos/illumos-gate/commit/d750135) | | zfs(1m) manpage could better describe space properties
:white_circle: | [7276](https://www.illumos.org/issues/7276) | [d750135](https://github.com/illumos/illumos-gate/commit/d750135) | [#5549](https://github.com/zfsonlinux/zfs/pull/5549) | zfs(1m) manpage could better describe space properties
:large_blue_circle: | [7004](https://www.illumos.org/issues/7004) | [d3e523d](https://github.com/illumos/illumos-gate/commit/d3e523d) | [2bce804](https://github.com/zfsonlinux/zfs/commit/2bce804) | dmu_tx_hold_zap() does dnode_hold() 7x on same object
:red_circle: | [7247](https://www.illumos.org/issues/7247) | [b09697c](https://github.com/illumos/illumos-gate/commit/b09697c) | | zfs receive of deduplicated stream fails
:large_blue_circle: | [7003](https://www.illumos.org/issues/7003) | [0780b3e](https://github.com/illumos/illumos-gate/commit/0780b3e) | [8bea981](https://github.com/zfsonlinux/zfs/commit/8bea981) | zap_lockdir() should tag hold
@ -73,13 +73,13 @@ Status | OpenZFS Issue | OpenZFS
:red_circle: | [4465](https://www.illumos.org/issues/4465) | [c8323d4](https://github.com/illumos/illumos-gate/commit/c8323d4) | | zpool(1M) is able to offline cache vdevs despite what man page says 5659 in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
:large_blue_circle: | [6659](https://www.illumos.org/issues/6659) | [aab83bb](https://github.com/illumos/illumos-gate/commit/aab83bb) | [8a5fc74](https://github.com/zfsonlinux/zfs/commit/8a5fc74) | nvlist_free(NULL) is a no-op
:red_circle: | [4521](https://www.illumos.org/issues/4521) | [8808ac5](https://github.com/illumos/illumos-gate/commit/8808ac5) | | zfstest is trying to execute evil "zfs unmount -a"
:red_circle: | [6603](https://www.illumos.org/issues/6603) | [0803e91](https://github.com/illumos/illumos-gate/commit/0803e91) | | zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies SPA_FEATURE_EXTENSIBLE_DATASET
:white_circle: | [6603](https://www.illumos.org/issues/6603) | [0803e91](https://github.com/illumos/illumos-gate/commit/0803e91) | [5573](https://github.com/zfsonlinux/zfs/pull/5573) | zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies SPA_FEATURE_EXTENSIBLE_DATASET
:red_circle: | [6586](https://www.illumos.org/issues/6586) | [22b6687](https://github.com/illumos/illumos-gate/commit/22b6687) | | Whitespace inconsistencies in the spa feature dependency arrays in zfeature_common.c
:large_blue_circle: | [6585](https://www.illumos.org/issues/6585) | [892586e8](https://github.com/illumos/illumos-gate/commit/892586e8) | [125a406](https://github.com/zfsonlinux/zfs/commit/125a406) | sha512, skein, and edonr have an unenforced dependency on extensible dataset
:large_blue_circle: | [6541](https://www.illumos.org/issues/6541) | [971640e](https://github.com/illumos/illumos-gate/commit/971640e) | [4a2e9a1](https://github.com/zfsonlinux/zfs/commit/4a2e9a1) | Pool feature-flag check defeated if "verify" is included in the dedup property value
:red_circle: | [6550](https://www.illumos.org/issues/6550) | [c16bcc4](https://github.com/illumos/illumos-gate/commit/c16bcc4) | | cmd/zfs: cleanup gcc warnings
:red_circle: | [6551](https://www.illumos.org/issues/6551) | [b327cd3](https://github.com/illumos/illumos-gate/commit/b327cd3) | | cmd/zpool: cleanup gcc warnings
:red_circle: | [6637](https://www.illumos.org/issues/6637) | [d189620](https://github.com/illumos/illumos-gate/commit/d189620) | | replacing "dontclose" with "should_close"
:white_circle: | [6637](https://www.illumos.org/issues/6637) | [d189620](https://github.com/illumos/illumos-gate/commit/d189620) | [5572](https://github.com/zfsonlinux/zfs/pull/5572) | replacing "dontclose" with "should_close"
:large_blue_circle: | [6562](https://www.illumos.org/issues/6562) | [5f7a8e6](https://github.com/illumos/illumos-gate/commit/5f7a8e6) | [8c62a0d](https://github.com/zfsonlinux/zfs/commit/8c62a0d) | Refquota on receive doesn't account for overage
:red_circle: | [5027](https://www.illumos.org/issues/5027) | [c3d26ab](https://github.com/illumos/illumos-gate/commit/c3d26ab) | | zfs large block support (add copyright)
:large_blue_circle: | [6536](https://www.illumos.org/issues/6536) | [880094b](https://github.com/illumos/illumos-gate/commit/880094b) | [b607405](https://github.com/zfsonlinux/zfs/commit/b607405) | zfs send: want a way to disable setting of DRR_FLAG_FREERECORDS
@ -111,7 +111,7 @@ Status | OpenZFS Issue | OpenZFS
:large_blue_circle: | [6292](https://www.illumos.org/issues/6292) | [a443cc8](https://github.com/illumos/illumos-gate/commit/a443cc8) | [2e8efe1](https://github.com/zfsonlinux/zfs/commit/2e8efe1) | exporting a pool while an async destroy is running can leave entries in the deferred tree
:large_blue_circle: | [6319](https://www.illumos.org/issues/6319) | [b39b744](https://github.com/illumos/illumos-gate/commit/b39b744) | [5511754](https://github.com/zfsonlinux/zfs/commit/5511754) | assertion failed in zio_ddt_write: bp->blk_birth == txg
:large_blue_circle: | [6367](https://www.illumos.org/issues/6367) | [e495b6e](https://github.com/illumos/illumos-gate/commit/e495b6e) | [adfe9d9](https://github.com/zfsonlinux/zfs/commit/adfe9d9) | spa_config_tryenter incorrectly handles the multiple-lock case
:red_circle: | [5984](https://www.illumos.org/issues/5984) | [780828c](https://github.com/illumos/illumos-gate/commit/780828c) | | zfs clone should not mount the clone if canmount == noauto
:large_blue_circle: | [5984](https://www.illumos.org/issues/5984) | [780828c](https://github.com/illumos/illumos-gate/commit/780828c) | [480f626](https://github.com/zfsonlinux/zfs/commit/480f62655d2a4c8fa9e3cf12f1245b455edac349) | zfs clone should not mount the clone if canmount == noauto
:red_circle: | [6328](https://www.illumos.org/issues/6328) | [9a686fb](https://github.com/illumos/illumos-gate/commit/9a686fb) | | Fix cstyle errors in zfs codebase
:large_blue_circle: | [6298](https://www.illumos.org/issues/6298) | [e9316f7](https://github.com/illumos/illumos-gate/commit/e9316f7) | [82f6f6e](https://github.com/zfsonlinux/zfs/commit/82f6f6e) | zfs_create_008_neg and zpool_create_023_neg need to be updated for large block support
:large_blue_circle: | [6267](https://www.illumos.org/issues/6267) | [d205810](https://github.com/illumos/illumos-gate/commit/d205810) | [bc4501f](https://github.com/zfsonlinux/zfs/commit/bc4501f) | dn_bonus evicted too early