summaryrefslogtreecommitdiff
path: root/netfs/fuse
Commit message (Expand)AuthorAge
* Simplified and fixed up combined settings in fuseappDan Goodliffe2022-05-07
* Remove unused captureDan Goodliffe2022-05-06
* Rethrow flush failures in releaseDan Goodliffe2022-05-02
* Don't remove failed BG op, we need to throw it laterDan Goodliffe2022-05-02
* Always call get on future, as wait doesn't throw the stored exceptionDan Goodliffe2022-05-02
* Prefer std::copy over memcpy, handles case of null data ptr when emptyDan Goodliffe2022-04-27
* Handle async write errorsDan Goodliffe2022-04-27
* Fix race conditionDan Goodliffe2022-04-27
* Combine daemon settings with client settings, pass MessageMaxSize to OpenFilesDan Goodliffe2022-04-26
* Support getting daemon settings into the client.Dan Goodliffe2022-04-26
* Breaking: remove unused reqenv from ftruncate and fgetattrDan Goodliffe2022-04-21
* Use cpp:array on write data, prevents copyingDan Goodliffe2022-04-19
* Move construct ReqEnv from mapper valuesDan Goodliffe2022-04-19
* Prefer pragma onceDan Goodliffe2022-04-17
* Rename underscore named variablesDan Goodliffe2022-04-17
* Simplified constexpr operations mapDan Goodliffe2022-04-17
* constexpr the operations mapDan Goodliffe2022-04-16
* Turn off specific format-nonliteral warningsDan Goodliffe2022-04-15
* Enable lots of warnings, fix the few bits of falloutDan Goodliffe2022-04-15
* No hacky define, types for open maps public for testingDan Goodliffe2022-04-15
* Enable and fixup all conversion/cast warningsDan Goodliffe2022-04-15
* Safe numeric conversionsDan Goodliffe2022-04-15
* Reformat with new clang-formatDan Goodliffe2022-04-08
* Modernize namespaceDan Goodliffe2022-04-08
* Don't std::move trivially copyable, add some constDan Goodliffe2022-04-08
* Psycho-rebased branch mapper on top of netfs-1.4netfs-1.4.0.1-markDan Goodliffe2021-12-15
|\
| * Support for configuring new mappers in fuse clientDan Goodliffe2020-09-20
| * Common base for mappersDan Goodliffe2020-09-20
| * Add the MaskUnknown mapperDan Goodliffe2020-09-20
| * Test the hiding mapperDan Goodliffe2020-09-16
| * Progressive constructors for mappersDan Goodliffe2020-09-16
| * Concrete entcache typesDan Goodliffe2020-09-16
| * Add the HideUnknown mapperDan Goodliffe2020-09-06
| * Support mapper rejection signalled by 0 st_modeDan Goodliffe2020-09-06
| * Single FUSE version definitionDan Goodliffe2020-09-05
| * Tidy up of previous commit of extensible mapperDan Goodliffe2020-09-05
| * First cut extensible mapperDan Goodliffe2020-09-05
| * Clang format all the codeDan Goodliffe2020-09-05
* | Tweak to move volume proxy reset into locked regionDan Goodliffe2021-01-09
* | Update location of nolint after formatDan Goodliffe2021-01-09
* | Internal functions should grab the lock as wellDan Goodliffe2021-01-03
* | Use special members delete macroDan Goodliffe2021-01-03
* | Fix locking in FuseApp around volume and service proxiesDan Goodliffe2021-01-02
|/
* Clang format all the codeDan Goodliffe2020-08-30
* Configure settings from URI paramsDan Goodliffe2020-04-01
* Pull definitions of OpenFile and Dir into their own headerDan Goodliffe2020-03-31
* Modernize and tidyDan Goodliffe2020-03-29
* Implement copy rangeDan Goodliffe2020-03-29
* Fix FUSE version numberDan Goodliffe2020-03-29
* Fixes for tidyDan Goodliffe2019-11-24