Commit Graph

26 Commits (84920d11ddb7480758788f6cbb7718d96eda95ae)

Author SHA1 Message Date
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
Aaron Jacobs 5921525aab Removed special handling of statfs. 2015-09-09 09:49:54 +10:00
Aaron Jacobs 9a7512aac0 Improved debug logging for unknownOp. 2015-08-06 16:25:43 +10:00
Aaron Jacobs 96b8ce71f0 Fixed a bug: the flags parameter is in and out. 2015-07-29 14:53:09 +10:00
Aaron Jacobs 5c332f767b Moved the kernel response functions to a more appropriate place. 2015-07-27 15:55:14 +10:00
Aaron Jacobs 4c33dd3f40 Fixed some long lines. 2015-07-27 15:53:20 +10:00
Aaron Jacobs 95a6177c0c Fixed redundant internal op names. 2015-07-27 15:52:13 +10:00
Aaron Jacobs 407b005d68 Deleted some dead code. 2015-07-27 15:51:03 +10:00
Aaron Jacobs c997143411 Fixed a bug. 2015-07-27 15:49:38 +10:00
Aaron Jacobs 3755e3c1a1 Fixed package fuse. 2015-07-27 15:43:41 +10:00
Aaron Jacobs 20a01b67ef Fixed more build errors. 2015-07-27 15:34:14 +10:00
Aaron Jacobs 612735d590 Retooled kernelResponse. 2015-07-27 15:32:17 +10:00
Aaron Jacobs dd1fcfedf5 Fixed more build errors. 2015-07-27 15:12:43 +10:00
Aaron Jacobs 8305caad55 Restored the internal ops. 2015-07-27 14:47:29 +10:00
Aaron Jacobs 2f92789219 Fixed some build errors. 2015-07-27 14:46:41 +10:00
Aaron Jacobs a7bcfed288 Refactored kernelResponse methods into a single big function. 2015-07-27 14:45:59 +10:00
Aaron Jacobs 125c36dba8 Fixed up unknownOp. 2015-07-27 14:37:59 +10:00
Aaron Jacobs 623ae99fae Fixed a build error. 2015-07-27 14:27:34 +10:00
Aaron Jacobs eb5fba11cb Renamed internalOp to opCommon. 2015-07-27 14:26:03 +10:00
Aaron Jacobs 712ae49624 Trimmed and updated several functions. 2015-07-27 14:20:27 +10:00
Aaron Jacobs f1f41736b3 Updated commonOp fields. 2015-07-27 14:18:06 +10:00
Aaron Jacobs c7a53f572a Made basic updates to several structs. 2015-07-27 14:17:39 +10:00
Aaron Jacobs bf3dd28ec8 lookUpInodeOp 2015-07-27 14:13:08 +10:00
Aaron Jacobs f0bdfc203b Killed the Op interface. 2015-07-27 14:10:39 +10:00
Aaron Jacobs 6488c44fe2 Fixed package name. 2015-07-27 14:09:56 +10:00
Aaron Jacobs 36f2166878 Copied over ops.go. 2015-07-27 14:09:51 +10:00