Tv

Results 377 comments of Tv

Thanks for all the effort.

@ramrunner The first messages exchanged over `/dev/fuse` are `InitRequest` and `InitResponse`. At least they are everywhere else except OpenBSD!

I like the general idea and thank you for contributing. I'm not yet convinced that NodeFsyncer can be deprecated because I fear we can get handleless sync requests -- would...

I want to leave this open, just with low priority. This is all good input for future API changes.

This issue is about possibly changing the logic to skip the `Attr` call if the `Lookup`/`Create`/`Mkdir` already filled in the information, but it's not clear at this time whether that's...

@tkatsivas Just set `resp.EntryValid` in your `Lookup` method. Not sure why you're calling it a "delay", it's expiry for the kernel dentry name cache. After that time, you'll get a...

@tkatsivas I'm confused about what you mean by "try unsuccessfully to modify resp.EntryValid". Did you manage to modify it or not? Did your modification just have no effect? This seems...

Absolutely, though perhaps s/offset/magic cookie/, or something; details to be discovered. I inherited the ReadDir API as-is from rsc/fuse and do intend to change it. There's a bundle of API...

Status update: AppendDirent currently forces its semantics on Offset, and it's been just difficult enough to work around that I've spent time on other things, instead.

Sorry for being too silent. I'm looking at very similar problems right now, and realized this probably isn't prominent enough: Long-term plan for performance, as far as Linux is concerned,...