fusego/internal
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
..
buffer remove memclr/memmove entirely now that they are unused 2022-03-03 09:28:15 +01:00
freelist remove naked returns across the code base (#75) 2020-01-28 10:10:08 +01:00
fusekernel Add support for the FUSE_BATCH_FORGET operation (#123) 2022-05-27 08:49:15 +02:00