Jorgen Lundman

Results 16 issues of Jorgen Lundman

### System information Type | Version/Name --- | --- Distribution Name | macOS Distribution Version |I've not given it a version yet Linux Kernel |heh funny Architecture |x64 ZFS Version...

bug

``` zfs create -V1G -o encryption=on -o keyformat=passphrase BOOM/vol1 zfs snap BOOM/vol1@snap zfs clone BOOM/vol1@snap BOOM/vol2 zpool export -a zpool import -l ``` Only `BOOM/vol1` gets a /dev/diskX entry, and...

bug

There are some mutex locks being held for unusually long times. Here is tail end of the test running: ``` 2020-10-05 17:57:09.777 Df kernel.development[0:b9a] (zfs) SPL: mutex (0xffffff803bb2e5e0) held for...

bug

This is a relatively new bug, since rebase with upstream around Aug. Unsure why it only affects macOS, when all the interaction is in the shared source files. (not macOS...

bug

``` panic(cpu 0 caller 0xffffff7fa3e0b3d2): VERIFY3(tx->tx_txg os_spa)) failed (1274

``` testpool1: blkptr at 0xffffff88967d3cc0 DVA 0 has invalid VDEV 1 ```

### Motivation and Context Add macOS support. Yes, one giant commit - but don't panic. At first; the easy, independent, changes were taken out, and individually PRed against ZOL. Now...

Status: Code Review Needed

Make both Linux and Windows use the same assembler files. This is only the Linux part of the work, the Windows changes are here: https://github.com/openzfsonwindows/openzfs/pull/188/commits ### Motivation and Context Avoiding...

Status: Code Review Needed

This is a test to see if Linux, and toolchains, would be unhappy specifying sysv abi usage for the assembler functions, they are written with sysv in mind after all....

Status: Work in Progress

This includes the commit: `Add types to featureflags in zfs` as well as commits for userobj quotas, and project quotas, all in one PR. They are rather intertwined. This is...

enhancement
needs testing