Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Internal functions should grab the lock as well | Dan Goodliffe | 2021-01-03 |
| | |||
* | Clang format all the code | Dan Goodliffe | 2020-08-30 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-03-29 |
| | |||
* | First cut migration to fuse3 | Dan Goodliffe | 2019-11-21 |
| | |||
* | Shuffle some code back to where it came from | Dan Goodliffe | 2019-11-21 |
| | |||
* | Ice initialize must occur after any forking | Dan Goodliffe | 2019-09-28 |
| | |||
* | Fuse separation | Dan Goodliffe | 2019-09-24 |
| | | | | First swing at separating the fuse library interface with the fuse operations | ||
* | First round of clang tidy changes | Dan Goodliffe | 2019-03-31 |
| | |||
* | Take a shared lock of global state during regular operation | Dan Goodliffe | 2019-01-05 |
| | | | | | Fixes issue where proxies might be replaced whilst in-use. Splits file/dir proxy map lock. | ||
* | Tidy getHelper with constexpr and lambda | Dan Goodliffe | 2019-01-05 |
| | |||
* | Fix order of execution with gcc-7.2netfs-1.2.1 | Dan Goodliffe | 2017-12-16 |
| | | | | | | | | proxy->operation(function()) where function() is responsible for initializing proxy fails under gcc-7.2 because proxy is resolved before function is called. This change moves connectSession, ...ToService and ...ToVolume into a single beforeOperation function called from the fuse helper wrapper. | ||
* | Provide an internal helper for calling member functions via libfuse | Dan Goodliffe | 2017-12-16 |
| | |||
* | Greatly simplify the mess of fuse_operations initialisation and remove the ↵ | Dan Goodliffe | 2017-10-25 |
| | | | | now redundent fuseCall wrapper | ||
* | Replace forever the recursive error recovery code with a limited loop | Dan Goodliffe | 2016-06-04 |
| | |||
* | EIO makes more sense than ENOSYS when remote operations can't be performed | Dan Goodliffe | 2016-06-04 |
| | |||
* | Move libfusepp stuff into netfs, that's all it's gonna be used in | Dan Goodliffe | 2016-06-03 |