Rob Norris

Results 294 comments of Rob Norris

Ahh I see, thanks. I had assumed that the elv13 docs were tracking master (I had no reason to think that, other than they seemed to work). I will learn...

Ooh, I never noticed that! Very nice!

A key toggle would be fine for now. I have an item on my list somewhere to make the UI nicer. Don't hold back adding features just for that!

I hit this yesterday, doing some checks in preparation for a restore from backup. I've been testing today, and its still present on master. However, I'm almost certain its a...

Is it enough to set `canmount=off` or `canmount=noauto` on the datasets you don't want mounted?

Right, I see. That's OpenZFS' `etc/init.d/zfs-load-key.in`, which of course distros are under no obligation to use but at least we could make some change if necessary. It looks like that's...

I can't reproduce it (yet), but I've been reading code. On the kernel side, the two errors come from this part of `check_heap_object()`: ```c if (is_vmalloc_addr(ptr) && !pagefault_disabled()) { struct...

Last push has support for FreeBSD, which is very straightforward because all the crypto code is already available in the kernel. Importantly, I've done a interop test: a pool with...

So, what's the next step for this? If its just waiting until volunteers have time to review, no problem, I get it! If there's something I could do or need...

@evrim there's two ways to look at it. One is that Linux's crypto code is only available to GPL kernel modules, which OpenZFS is not. The other is that by...