summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Progressive constructors for mappersDan Goodliffe2020-09-16
|
* Concrete entcache typesDan Goodliffe2020-09-16
| | | | Allows specific constructor for group cache that takes a user cache
* Test EntCache basics for User and GroupDan Goodliffe2020-09-09
|
* Fix group membership loadingDan Goodliffe2020-09-09
|
* Add test for Group::hasMemberDan Goodliffe2020-09-09
|
* Add the HideUnknown mapperDan Goodliffe2020-09-06
| | | | This mapper hides inodes for which the user and/or group cannot be mapped to local entries
* 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
| | | | | Replaces the weird fallback half implementation with something that looks remotely fit for purpose.
* Clang format all the codeDan Goodliffe2020-09-05
|
* Clang format all the codeDan Goodliffe2020-08-30
|
* EntryResolvers return where they got the resolution fromnetfs-1.4.0Dan Goodliffe2020-04-06
|
* Support a fallback value in EntCacheDan Goodliffe2020-04-05
| | | | Includes minor refactor for testing.
* Fix templateness of EntryResolverDan Goodliffe2020-04-04
| | | | name wasn't templatable
* Move boost multi index out of headerDan Goodliffe2020-04-02
|
* Simplify instantiation of EntCachesDan Goodliffe2020-04-02
|
* Remove glacier.pid before and after runs of testDan Goodliffe2020-04-01
|
* Configure settings from URI paramsDan Goodliffe2020-04-01
|
* Pull definitions of OpenFile and Dir into their own headerDan Goodliffe2020-03-31
|
* Remove lib shared library, build staticDan Goodliffe2020-03-29
|
* Modernize and tidyDan Goodliffe2020-03-29
|
* Implement copy rangeDan Goodliffe2020-03-29
|
* Fix FUSE version numberDan Goodliffe2020-03-29
|
* Move testing import to rootDan Goodliffe2019-12-29
| | | | Allows settings options anywhere
* Fixes for tidyDan Goodliffe2019-11-24
|
* Simplify directory interfaceDan Goodliffe2019-11-23
| | | | | Removes DirectoryV2, merged into Directory Removes listdir option as Fuse now passes the option into readdir
* Add support for rename flagsDan Goodliffe2019-11-23
|
* First cut migration to fuse3Dan Goodliffe2019-11-21
|
* Shuffle some code back to where it came fromDan Goodliffe2019-11-21
|
* Ice initialize must occur after any forkingDan Goodliffe2019-09-28
|
* Minor fixupsDan Goodliffe2019-09-24
|
* Revise fuse_ls test to test cache hitsDan Goodliffe2019-09-24
|
* Fuse separationDan Goodliffe2019-09-24
| | | | First swing at separating the fuse library interface with the fuse operations
* Add option terminator to test run command linesDan Goodliffe2019-09-24
|
* -Wlogical-op is only in gccDan Goodliffe2019-09-24
|
* Build config with boost-build pkg-config supportDan Goodliffe2019-09-24
|
* Build config with boost-build optionsDan Goodliffe2019-09-24
|
* Add -Wlogical-opDan Goodliffe2019-09-18
|
* Fix listdir and caching of statsDan Goodliffe2019-09-10
|
* Get glibmm and fuse flags from pkg-confignetfs-1.3.3.3Dan Goodliffe2019-06-30
|
* Zero out f_fsid of VFSnetfs-1.3.3.2Dan Goodliffe2019-04-02
| | | | | | See following comment in statfs(2) Nobody knows what f_fsid is supposed to contain (but see below). The general idea is that f_fsid contains some random stuff....
* Fix hostname lookupnetfs-1.3.3.1Dan Goodliffe2019-04-02
|
* Test configs are runtime, not build time depsnetfs-1.3.3Dan Goodliffe2019-04-01
|
* Enable performance tidy checksDan Goodliffe2019-04-01
|
* Enable hicpp tidy checksDan Goodliffe2019-04-01
|
* First round of clang tidy changesDan Goodliffe2019-03-31
|
* Explicitly disable checker for generated codeDan Goodliffe2019-03-31
|
* Copy write states while still holding locknetfs-1.3.2.1Dan Goodliffe2019-02-11
|
* Add missing flush in async test caseDan Goodliffe2019-02-11
|