summaryrefslogtreecommitdiff
path: root/netfs/fuse/fuseDirs.cpp
Commit message (Expand)AuthorAge
* Support mapper rejection signalled by 0 st_modeDan Goodliffe2020-09-06
* Clang format all the codeDan Goodliffe2020-08-30
* Pull definitions of OpenFile and Dir into their own headerDan Goodliffe2020-03-31
* Simplify directory interfaceDan Goodliffe2019-11-23
* First cut migration to fuse3Dan Goodliffe2019-11-21
* Fix listdir and caching of statsDan Goodliffe2019-09-10
* First round of clang tidy changesDan Goodliffe2019-03-31
* Upgrade to Ice-3.7Dan Goodliffe2018-04-05
* Allow listdir to be disabledDan Goodliffe2018-01-01
* Use std::shared_ptr and variadic calls to make_shared in fuse componentsDan Goodliffe2017-12-16
* Single [template] implementation of proxy wrapper maps for open files and dir...Dan Goodliffe2017-12-16
* Use namespace NetFS { ... } in files and dirsDan Goodliffe2017-12-16
* Use facets for all dynamic servants and set the facetId to the version serialDan Goodliffe2016-04-16
* Prototype listdirDan Goodliffe2016-04-11
* Tidy up the mess that was type conversionDan Goodliffe2016-04-09
* Set cache timeout correctlynetfs-1.1.6.1Dan Goodliffe2016-02-14
* Update to use new AdHoc::Cache interfacenetfs-1.1.5.2Dan Goodliffe2016-01-06
* Update to use new AdHoc::Cache interfaceDan Goodliffe2016-01-05
* Scrap the precompiled headersDan Goodliffe2016-01-04
* Use libadhocutilnetfs-1.1.4Dan Goodliffe2015-09-02
* No more static entcache hackDan Goodliffe2015-07-26
* Refactor to avoid possible destructed string copyDan Goodliffe2015-05-06
* Actually use precompiled headersDan Goodliffe2015-05-06
* Refactor to make more testableDan Goodliffe2015-05-06
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
* Add missing includes highlighted when precompiled headers are disabledDan Goodliffe2014-12-17
* Static entry cachesrandomdan2014-06-05
* Asynchronously call getattr for directory entries on readdir and cache them f...randomdan2014-05-19
* Centralise some better lock helpersrandomdan2014-05-19
* Use IceUtil::Shared/Handle, which is already thread safe, instead of boost::i...randomdan2014-05-01
* Annoyingly pessimistic locking around open handle proxy lookupsrandomdan2014-03-22
* Modularized interfaces for netfsrandomdan2014-03-20