Commit Graph

18 Commits (c02e24f8cebac6093014cb15aec2077495751a56)

Author SHA1 Message Date
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
Kurt Jensen d82237972e
Add support for max_pages and increase to 256 (#96)
* Bump protocol version to min 7.28, max 7.31
* Increase read/write buffer size to 1MiB
* Add new fields to initOp
* Set FUSE_MAX_PAGES flag for init
* Lower min minor version to 19 for osxfuse
* Fix linux WriteSize test
2021-08-02 23:29:12 +02:00
Michael Stapelberg 2f65426467 implement NoOpenSupport and NoOpendirSupport
See also:
7678ac5061
d7afaec0b5
d9a9ea94f7
2020-02-15 08:31:54 +01:00
Michael Stapelberg 7c2b569250 implement symlink caching 2020-02-15 08:04:53 +01:00
Ka-Hing Cheung 4ee1cf7f62 add support for fallocate (#66)
* Fallocate support

* use fallocate wrapper that works on darwin
2019-10-26 10:15:00 +02:00
Ka-Hing Cheung d20c4665c1 GetXattr/ListXattr implementation 2017-05-11 14:45:40 -07:00
Aaron Jacobs 563f47c299 Deleted a broken FreeBSD file. 2015-07-27 11:49:13 +10:00
Aaron Jacobs 7b00963ee7 Deleted a test that references the old package. 2015-07-24 16:38:48 +10:00
Aaron Jacobs f3956ca109 Fixed some Linux build errors. 2015-07-24 12:57:29 +10:00
Aaron Jacobs aa32dd928b Fixed some more references to bazilfuse. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 8c94df5ce9 Made package fuseshim build. 2015-07-24 09:42:42 +10:00
Aaron Jacobs b14b41f3f5 Fixed more build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs bd41a4e788 Fixed more build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs ca5f985182 Fixed more errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs d6a582c6a5 Fixed more shim errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 4bc4c23872 Fixed Protocol layering. 2015-07-24 09:42:42 +10:00
Aaron Jacobs e8ddcd361c Fixed kernel package name. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 216fede41e Copied from jacobsa/bazilfuse@b378951. 2015-07-24 09:42:41 +10:00