Takeshi Nakatani

Results 247 comments of Takeshi Nakatani

With the modification of mknod issue(#1957), s3fs can read and write from NFS. However, additional modifications are still needed. If user creates or deletes a file from an s3fs process...

@giulianoc I am updating s3fs codes to support this NFS issue, and it probably is submitted in two separate PRs. I submitted one of them(first PR: #1964 ). Once it's...

@johncthomas I'm sorry for the late reply. I found a bug in the part you pointed out. (But I don't think it hangs.) I will post a PR about it...

@johncthomas Thank you for your quick response. From your logs, I know that [this code](https://github.com/s3fs-fuse/s3fs-fuse/blob/master/src/s3fs.cpp#L3606) has been executed, but I don't know the possibility of hangs after that yet. If...

Thanks for the report. We also try to look for causes and bottlenecks. Thanks in advance for your kindness.

The reason for this seems to be the poor performance of s3fs's internal processing when some number of jobs for fio. Currently, I found a problem function and reviewing it....

@zhijian-pro I have posted PR #2028 for this issue. If you can build and test it, try https://github.com/ggtakec/s3fs-fuse/tree/fix_fdcache_page. Thanks in advance for your help.

Does it mean that `atime` has been updated because `fsetxattr` was called? Is it possible that `xattr` is set in the copy source file? I set `xattr` in the source...

I prefer to convert to sh(or bash) or C/C++ helpers. I feel reluctant to change everything to python. :-/

`actions/setup-java` looks good.