Update Illumos 5045, 4953, 4039, 6298, 3557
parent
efe50b53cd
commit
357a041aa4
|
@ -27,7 +27,7 @@ Status | Illumos Issue | Illumos
|
|||
: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
|
||||
:red_circle: | [6328](https://www.illumos.org/issues/6328) | [9a686fb](https://github.com/illumos/illumos-gate/commit/9a686fb) | | Fix cstyle errors in zfs codebase
|
||||
:white_circle: | [6298](https://www.illumos.org/issues/6298) | [e9316f7](https://github.com/illumos/illumos-gate/commit/e9316f7) | [PR4217](https://github.com/zfsonlinux/zfs/pull/4217) | zfs_create_008_neg and zpool_create_023_neg need to be updated for large block support
|
||||
: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
|
||||
:large_blue_circle: | [6295](https://www.illumos.org/issues/6295) | [daec38e](https://github.com/illumos/illumos-gate/commit/daec38e) | [5f3d9c6](https://github.com/zfsonlinux/zfs/commit/5f3d9c6) | metaslab_condense's dbgmsg should include vdev id
|
||||
:large_blue_circle: | [6293](https://www.illumos.org/issues/6293) | [8fe00bf](https://github.com/illumos/illumos-gate/commit/8fe00bf) | [ab5cbbd](https://github.com/zfsonlinux/zfs/commit/ab5cbbd) | ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()
|
||||
|
@ -156,7 +156,7 @@ Status | Illumos Issue | Illumos
|
|||
:large_blue_circle: | [5117](https://www.illumos.org/issues/5117) | [e503a68](https://github.com/illumos/illumos-gate/commit/e503a68) | [4f68d78](https://github.com/zfsonlinux/zfs/commit/4f68d78) | space map reallocation can cause corruption
|
||||
:large_blue_circle: | [5095](https://www.illumos.org/issues/5095) | [86bb58a](https://github.com/illumos/illumos-gate/commit/86bb58a) | [9925c28](https://github.com/zfsonlinux/zfs/commit/9925c28) | panic when adding a duplicate dbuf to dn_dbufs
|
||||
:large_blue_circle: | [5047](https://www.illumos.org/issues/5047) | [640c167](https://github.com/illumos/illumos-gate/commit/640c167) | [73ad4a9](https://github.com/zfsonlinux/zfs/commit/73ad4a9) | don't use atomic_*_nv if you discard the return value
|
||||
:white_circle: | [5045](https://www.illumos.org/issues/5045) | [1a5e258](https://github.com/illumos/illumos-gate/commit/1a5e258) | [PR4220](https://github.com/zfsonlinux/zfs/pull/4220) | use atomic_{inc,dec}_* instead of atomic_add_*
|
||||
:large_blue_circle: | [5045](https://www.illumos.org/issues/5045) | [1a5e258](https://github.com/illumos/illumos-gate/commit/1a5e258) | [bc89ac8](https://github.com/zfsonlinux/zfs/commit/bc89ac8) | use atomic_{inc,dec}_* instead of atomic_add_*
|
||||
:large_blue_circle: | [5049](https://www.illumos.org/issues/5049) | [2986efa](https://github.com/illumos/illumos-gate/commit/2986efa) | [f38dfec](https://github.com/zfsonlinux/zfs/commit/f38dfec) | panic when removing log device
|
||||
:large_blue_circle: | [5038](https://www.illumos.org/issues/5038) | [7f18da4](https://github.com/illumos/illumos-gate/commit/7f18da4) | [5aea364](https://github.com/zfsonlinux/zfs/commit/5aea364) | Remove "old-style" flexible array usage in ZFS.
|
||||
:large_blue_circle: | [5039](https://www.illumos.org/issues/5039) | [539eed8](https://github.com/illumos/illumos-gate/commit/539eed8) | [4d6369c](https://github.com/zfsonlinux/zfs/commit/4d6369c) | ztest should default to larger device sizes
|
||||
|
@ -172,8 +172,8 @@ Status | Illumos Issue | Illumos
|
|||
:large_blue_circle: | [4951](https://www.illumos.org/issues/4951) | [c39f2c8](https://github.com/illumos/illumos-gate/commit/c39f2c8) | [0c60cc3](https://github.com/zfsonlinux/zfs/commit/0c60cc3) | ZFS administrative commands should use reserved space, not fail with ENOSPC (fix call) Approved by: Christopher Siden <christopher.siden@delphix.com>
|
||||
:large_blue_circle: | [4951](https://www.illumos.org/issues/4951) | [7d46dc6](https://github.com/illumos/illumos-gate/commit/7d46dc6) | [3d45fdd](https://github.com/zfsonlinux/zfs/commit/3d45fdd) | ZFS administrative commands should use reserved space, not fail with ENOSPC
|
||||
:large_blue_circle: | [4966](https://www.illumos.org/issues/4966) | [cd67d23](https://github.com/illumos/illumos-gate/commit/cd67d23) | [3e43edd](https://github.com/zfsonlinux/zfs/commit/3e43edd) | zpool list iterator does not update output
|
||||
:white_circle: | [4953](https://www.illumos.org/issues/4953) | [33cde0d](https://github.com/illumos/illumos-gate/commit/33cde0d) | [PR4219](https://github.com/zfsonlinux/zfs/pull/4219) | zfs rename <snapshot> need not involve libshare 4954 "zfs create" need not involve libshare if we are not sharing 4955 libshare's get_zfs_dataset need not sort the datasets
|
||||
:white_circle: | [4950](https://www.illumos.org/issues/4950) | [4bb7380](https://github.com/illumos/illumos-gate/commit/4bb7380) | [PR4207](https://github.com/zfsonlinux/zfs/pull/4207) | files sometimes can't be removed from a full filesystem
|
||||
:large_blue_circle: | [4953](https://www.illumos.org/issues/4953) | [33cde0d](https://github.com/illumos/illumos-gate/commit/33cde0d) | [e3e670d](https://github.com/zfsonlinux/zfs/commit/e3e670d) | zfs rename <snapshot> need not involve libshare 4954 "zfs create" need not involve libshare if we are not sharing 4955 libshare's get_zfs_dataset need not sort the datasets
|
||||
:white_circle: | [4950](https://www.illumos.org/issues/4950) | [4bb7380](https://github.com/illumos/illumos-gate/commit/4bb7380) | [PR4207](https://github.com/zfsonlinux/zfs/pull/4207) | files sometimes can't be removed from a full filesystem
|
||||
:large_blue_circle: | [4929](https://www.illumos.org/issues/4929) | [b461c74](https://github.com/illumos/illumos-gate/commit/b461c74) | [1715493](https://github.com/zfsonlinux/zfs/commit/1715493) | want prevsnap property
|
||||
:large_blue_circle: | [4924](https://www.illumos.org/issues/4924) | [b8289d2](https://github.com/illumos/illumos-gate/commit/b8289d2) | [62bdd5e](https://github.com/zfsonlinux/zfs/commit/62bdd5e) | LZ4 Compression for metadata
|
||||
:large_blue_circle: | [4936](https://www.illumos.org/issues/4936) | [58d0718](https://github.com/illumos/illumos-gate/commit/58d0718) | [ee47122](https://github.com/zfsonlinux/zfs/commit/ee47122) | lz4 could theoretically overflow a pointer with a certain input
|
||||
|
@ -234,7 +234,7 @@ Status | Illumos Issue | Illumos
|
|||
:large_blue_circle: | [4061](https://www.illumos.org/issues/4061) | [2fbdf8d](https://github.com/illumos/illumos-gate/commit/2fbdf8d) | [8ce0af0](https://github.com/zfsonlinux/zfs/commit/8ce0af0) | libzfs: memory leak in iter_dependents_cb()
|
||||
:large_blue_circle: | [4047](https://www.illumos.org/issues/4047) | [713d6c2](https://github.com/illumos/illumos-gate/commit/713d6c2) | [b663a23](https://github.com/zfsonlinux/zfs/commit/b663a23) | panic from dbuf_free_range() from dmu_free_object() while doing zfs receive
|
||||
:large_blue_circle: | [3996](https://www.illumos.org/issues/3996) | [a7027df](https://github.com/illumos/illumos-gate/commit/a7027df) | [46ba1e5](https://github.com/zfsonlinux/zfs/commit/46ba1e5) | want a libzfs_core API to rollback to latest snapshot
|
||||
:white_circle: | [4039](https://www.illumos.org/issues/4039) | [18e6497](https://github.com/illumos/illumos-gate/commit/18e6497) | [PR4218](https://github.com/zfsonlinux/zfs/pull/4218) | zfs_rename()/zfs_link() needs stronger test for XDEV
|
||||
:large_blue_circle: | [4039](https://www.illumos.org/issues/4039) | [18e6497](https://github.com/illumos/illumos-gate/commit/18e6497) | [812e91a](https://github.com/zfsonlinux/zfs/commit/812e91a) | zfs_rename()/zfs_link() needs stronger test for XDEV
|
||||
:large_blue_circle: | [3956](https://www.illumos.org/issues/3956) | [b4952e1](https://github.com/illumos/illumos-gate/commit/b4952e1) | [5d1f7fb](https://github.com/zfsonlinux/zfs/commit/5d1f7fb) | ::vdev -r should work with pipelines 3957 ztest should update the cachefile before killing itself 3958 multiple scans can lead to partial resilvering 3959 ddt entries are not always resilvered 3960 dsl_scan can skip over dedup-ed blocks if physical birth != logical birth 3961 freed gang blocks are not resilvered and can cause pool to suspend 3962 ztest should print out zfs debug buffer before exiting
|
||||
:large_blue_circle: | [3955](https://www.illumos.org/issues/3955) | [be9000c](https://github.com/illumos/illumos-gate/commit/be9000c) | [383fc4a](https://github.com/zfsonlinux/zfs/commit/383fc4a) | ztest failure: assertion refcount_count(&tx->tx_space_written) + delta <= tx->tx_space_towrite
|
||||
:large_blue_circle: | [3949](https://www.illumos.org/issues/3949) | [2c1e2b4](https://github.com/illumos/illumos-gate/commit/2c1e2b4) | [621dd7b](https://github.com/zfsonlinux/zfs/commit/621dd7b) | ztest fault injection should avoid resilvering devices 3950 ztest: deadman fires when we're doing a scan 3951 ztest hang when running dedup test 3952 ztest: ztest_reguid test and ztest_fault_inject don't place nice together
|
||||
|
@ -277,7 +277,7 @@ Status | Illumos Issue | Illumos
|
|||
:large_blue_circle: | [3543](https://www.illumos.org/issues/3543) | [62eae88](https://github.com/illumos/illumos-gate/commit/62eae88) | [8dca0a9](https://github.com/zfsonlinux/zfs/commit/8dca0a9) | Feature flags causes assertion in spa.c to miss certain cases
|
||||
:large_blue_circle: | [3588](https://www.illumos.org/issues/3588) | [77372cb](https://github.com/illumos/illumos-gate/commit/77372cb) | [24a6465](https://github.com/zfsonlinux/zfs/commit/24a6465) | provide zfs properties for logical (uncompressed) space used and referenced
|
||||
:large_blue_circle: | [3552](https://www.illumos.org/issues/3552) | [03f8c36](https://github.com/illumos/illumos-gate/commit/03f8c36) | [7a61440](https://github.com/zfsonlinux/zfs/commit/7a61440) | condensing one space map burns 3 seconds of CPU in spa_sync() thread (fix race condition)
|
||||
:white_circle: | [3557](https://www.illumos.org/issues/3557) | [c61ea56](https://github.com/illumos/illumos-gate/commit/c61ea56) | [PR4217](https://github.com/zfsonlinux/zfs/pull/4217) | dumpvp_size is not updated correctly when a dump zvol's size is changed 3558 setting the volsize on a dump device does not return back ENOSPC 3559 setting a volsize larger than the space available sometimes succeeds 3560 dumpadm should be able to remove a dump device
|
||||
:large_blue_circle: | [3557](https://www.illumos.org/issues/3557) | [c61ea56](https://github.com/illumos/illumos-gate/commit/c61ea56) | [59d4c71](https://github.com/zfsonlinux/zfs/commit/59d4c71) | dumpvp_size is not updated correctly when a dump zvol's size is changed 3558 setting the volsize on a dump device does not return back ENOSPC 3559 setting a volsize larger than the space available sometimes succeeds 3560 dumpadm should be able to remove a dump device
|
||||
:large_blue_circle: | [3578](https://www.illumos.org/issues/3578) | [9eb57f7](https://github.com/illumos/illumos-gate/commit/9eb57f7) | [c2e42f9](https://github.com/zfsonlinux/zfs/commit/c2e42f9) | transferring the freed map to the defer map should be constant time 3579 ztest trips assertion in metaslab_weight()
|
||||
:large_blue_circle: | [3552](https://www.illumos.org/issues/3552) | [16a4a80](https://github.com/illumos/illumos-gate/commit/16a4a80) | [e51be06](https://github.com/zfsonlinux/zfs/commit/e51be06) | condensing one space map burns 3 seconds of CPU in spa_sync() thread 3564 spa_sync() spends 5-10% of its time in metaslab_sync() (when not condensing) 3566 recursive mutex panic in specfs
|
||||
:large_blue_circle: | [3561](https://www.illumos.org/issues/3561) | [20128a0](https://github.com/illumos/illumos-gate/commit/20128a0) | [23c0a13](https://github.com/zfsonlinux/zfs/commit/23c0a13) | arc_meta_limit should be exposed via kstats 3116 zpool reguid may log negative guids to internal SPA history
|
||||
|
@ -372,8 +372,8 @@ Status | Illumos Issue | Illumos
|
|||
:black_circle: | [184](https://www.illumos.org/issues/184) | [c4fc6b2](https://github.com/illumos/illumos-gate/commit/c4fc6b2) | | zfs_putpage() optimization
|
||||
:large_blue_circle: | [278](https://www.illumos.org/issues/278) | [1af68be](https://github.com/illumos/illumos-gate/commit/1af68be) | [0b7936d](https://github.com/zfsonlinux/zfs/commit/0b7936d5) | get rid zfs of python and pyzfs dependencies
|
||||
|
||||
- :large_blue_circle: 299 - Applied to master branch
|
||||
- :white_circle: 8 - Open pull request against master branch pending review
|
||||
- :large_blue_circle: 304 - Applied to master branch
|
||||
- :white_circle: 3 - Open pull request against master branch pending review
|
||||
- :red_circle: 37 - No existing pull request against the master branch
|
||||
- :black_circle: 23 - Not applicable to Linux
|
||||
|
||||
|
@ -390,4 +390,4 @@ The list of Illumos commits was automatically generated as follows:
|
|||
usr/src/man/man1m/zfs.1m usr/src/man/man1m/zpool.1m \
|
||||
usr/src/man/man1m/zstreamdump.1m usr/src/common/zfs \
|
||||
usr/src/uts/common/fs/zfs | sed 's#Reviewed.*##'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue