Han-Wen Nienhuys

Results 206 comments of Han-Wen Nienhuys

FsStress problem is probably this: https://review.gerrithub.io/c/hanwen/go-fuse/+/555241

the nodefs package is deprecated and therefore frozen.

> otherwise grepping is hard. I had to write a tool to match requests and responses to produce these logs. A lot of bugs are due to timing issues, so...

Why do you want to mock the server for testing? What is wrong with mounting the file system and going through the kernel to issue FS operations?

fixed in https://github.com/hanwen/go-fuse/commit/d01fda7edf17995ff56e9b7d8c3f8114e4ae37ce

sorry for letting this languish for a long time. This is actually a serious issue. I have a fix out in https://review.gerrithub.io/c/hanwen/go-fuse/+/552116

I dont' understand the first comment though: the loopback filesystem doesn't use the default readdir implementation, so the random map iteration order can't be the cause of the problem.

fixed in https://review.gerrithub.io/c/hanwen/go-fuse/+/530724, commit 265a39266958b8c4a540b4102e57b6fc0c5f95ef

can you specify what you mean precisely by > POSIXly correct readdir() implementation regarding: > Dealing with go-fuse handing out its own sequential numbering scheme is only a nuisance in...

> NFSv4 doesn't have the equivalent of OPENDIR and CLOSEDIR. NFSv4 clients may send requests with arbitrary cookies obtained by previous calls, I can't remember where this was, but someone...