fuse icon indicating copy to clipboard operation
fuse copied to clipboard

Kernel notification support

Open vitalif opened this issue 1 year ago • 0 comments

This PR adds support for notifications from the FUSE server app to the kernel, including:

  • Poll
  • InvalInode
  • InvalEntry
  • Delete
  • Store
  • Retrieve and RetrieveReply

I tested these in https://github.com/yandex-cloud/geesefs and on Linux these seem to work just fine. Didn't check MacOS because I don't use it, but seems they're also supported there since osxfuse-3.7 https://github.com/osxfuse/osxfuse/releases/tag/osxfuse-3.7.0

vitalif avatar Mar 28 '23 14:03 vitalif