fusego/internal/fusekernel
Doychin Atanasov 37d63df227
Add support for the FUSE_BATCH_FORGET operation (#123)
There are certain Kernel versions which do not send individual
Forget operations after they receive "not implemented" for Batch Forget.
One example is "5.4.0-110-generic" on Ubuntu 20.04. I am sure there are
plenty of others.

This leads to inode "leaks". Where reference counts are never decreased
and the inodes were left hanging around long after they are not needed
any more.

The best way to fix that was adding support for batch operations to the
lib. This way all users will be able to benefit from the batching
optimization.

Co-authored-by: Doychin Atanasov <doychin.atanasov@chaosgroup.com>
2022-05-27 08:49:15 +02:00
..
fuse_kernel.go Add support for the FUSE_BATCH_FORGET operation (#123) 2022-05-27 08:49:15 +02:00
fuse_kernel_darwin.go Made package fuseshim build. 2015-07-24 09:42:42 +10:00
fuse_kernel_linux.go Fixed some Linux build errors. 2015-07-24 12:57:29 +10:00
fuse_kernel_std.go Fixed kernel package name. 2015-07-24 09:42:42 +10:00
protocol.go Fixed Protocol layering. 2015-07-24 09:42:42 +10:00