Sjors Gielen

Results 89 comments of Sjors Gielen

~~@eladnava I'm running into the same problem as @ghost. Any updates to this perchance?~~ Actually, there's a solution here: https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260 > There appears to be a new feature in Google...

Ah, I did not realize that this part of fuse was still open source. In that case, I can try delving into it further. Just out of curiosity, can you...

@kaorun343 is anything stopping you from releasing a 10.0.0 at this point?

Any updates regarding this? I would like to see this merged so we can modify our timeout option as well. Is it ready to be merged or is additional work...

The issue seems to be resolved when I sort files returned from a `readdir` (via calls to `fill`): ``` diff --git a/client.go b/client.go index b7cab35..bc220ae 100644 --- a/client.go +++ b/client.go...

> How are you using the `ofst` argument when calling `fill`? Do you pass `0` or alternatively do you maintain **stable** offsets to your directory entries? Hi @billziss-gh, thanks for...

> Do you ever get a non-0 offset in `Readdir`? (You should not if you always pass `0` to `fill`.) I logged this for a while, and saw no non-0...

I can confirm that even with Opendir implemented, the issue still occurs. Readdir always has `ofst=0`. I tested with the following patch applied on top of my Gist: ``` diff...

> You said: > > > Perhaps there's an incorrect assumption in cgofuse or macfuse that the readdir results are sorted, or at least in a consistent order? That didn't...

Hi @billziss-gh! I've written the testcase against macfuse in C++ and could reproduce the same issue. That's probably good news for you! ;-) I've reported the issue further upstream at...