Christopher Berner

Results 118 comments of Christopher Berner

Thanks! Hmm, unfortunately I've never tried using a `fuser` binary as part of `fstab`. The only thing I can think of is that maybe it's expecting some kind of handshake...

Ya, I'd be happy to merge a PR for that, as long as it doesn't add too much maintenance burden. It sounds like may have a [compatibility layer](https://github.com/dokan-dev/dokany/wiki/FUSE), so this...

Ya, agreed! I'd love to see an async implementation :)

Note to self, for the future: I looked into implementing this in the current API, and it doesn't make sense. FUSE_INTERRUPT is for interrupting code that's hung in userspace. However,...

Thanks for the suggestion. I think this is a good idea. Although, if I understand correctly it would be a breaking change to the `Filesystem` API. I don't want to...

mount() seems to be missing from the libc crate for FreeBSD, so this is blocked on better support for FreeBSD in libc

Thanks for the suggestions! I spent a while optimizing the `r == 1` and `r == 2` cases, if you see anything specific that looks like it could be improved...

Ah yes, I think I understand your suggestion. > In order to create the submatrix I_u, the columns 0:i within rows i:L need to be zeroed out, again these changes...

Got it, right. Thanks for explaining that! Hopefully I'll have time, this weekend, to try implementing this and see how much it improves performance :)

@sleepybishop, I started on this today, but after reading through the RFC & my implementation again I'm not sure how to `replay the required operations from the plan to create...