Rob Norris

Results 47 issues of Rob Norris

### Motivation and Context This PR tackles a number of issues in the way BIOs (`struct bio`) are constructed for submission to the Linux block layer. #### BIO segment limits...

Status: Code Review Needed

### Motivation and Context Build failure on FreeBSD 13. ### Description The `pthread_*` functions are in `-lpthread` on FreeBSD. Some of them are implicitly linked through libc, but on FreeBSD...

Status: Accepted

### Motivation and Context A collection of small `spa_taskq` cleanups from a much larger refactor I'm working on. These are relatively small and focused and seem reasonable to include now....

Status: Code Review Needed

### Motivation and Context It's possible for OpenZFS to build correctly against a newer kernel than it is supported for, but then not work correctly. This invariably results in disappointment,...

Status: Code Review Needed

### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | 12 Kernel Version | 6.9-rc[37] Architecture | x86_64 OpenZFS Version | zfs-2.2.99-475_g04bae5ec9 ### Describe...

Type: Defect

### Motivation and Context As a good C program, OpenZFS uses bitfields everywhere. I am extremely bad at decoding these in my head, so I frequently find myself writing weird...

Status: Code Review Needed

### Motivation and Context The ongoing quest for better insight when things go wrong. And tidying up. ### Description See the commit messages. tl;dr: - make zdb produce a backtrace...

### Motivation and Context I keep trying to improve performance by looking for bottlenecks with external tools, and I find something, and fix it, only to find that that thing...

Add config items `mail_dir` and `state_dir` to allow these to be explicitly set in config, and modifies `--path` (`-C`) to set their defaults correctly depending on whether or not a...

If we detect a message that exists in notmuch, exists on the server, but is not in the maildir, treat it a little like a "new" message and redownload it...