Rob Norris

Results 294 comments of Rob Norris

Right, I think I understand the dbuf refcount bug, and I'll send a patch through for that soon (tonight I hope). I don't think it's related to the original issue;...

#16191 should fix the dbuf refcounting thing. I doubt it'll do much for the original issue, but should at least let `reference_tracking_enable=1` get a read on it.

Oh, I love this. I write a jank variant of this nearly every day. Nice work! If `sys/debug.h` is going to be "the same" on both platforms, should it just...

Support for 6.7 is already available on master (#15681) and will be in 2.2.3 (#15694).

A point release has certain expectations of stability and it takes time to test and polish. 2.2.3 is also perhaps a little bigger than a normal point release, as 2.2.1...

The only code in `dm-crypt.c` that returns `EIO` is two instances of: ``` /* Reject unexpected unaligned bio. */ if (unlikely(bv_in.bv_len & (cc->sector_size - 1))) return -EIO; ``` While not...

FYI, [2.2.4](https://github.com/openzfs/zfs/releases/tag/zfs-2.2.4) just shipped, with #15588 and followup patches included. If you are still having this problem, you might try setting `zfs_vdev_disk_classic=0` in your `zfs` module parameters and seeing if...

@delan see your installed `man 4 zfs` for more info, or eebf00be.

FYI, 2.2.3 is released: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.3

> You don't seem to have added a pool feature flag for this, which would cause things to break pretty badly on older systems. I don't think that's true. Nothing...