1. Jun 08, 2017
  2. Jun 07, 2017
  3. Jun 06, 2017
  4. Jun 02, 2017
  5. May 16, 2017
  6. May 15, 2017
  7. May 12, 2017
  8. May 08, 2017
  9. May 04, 2017
  10. May 03, 2017
  11. Apr 28, 2017
  12. Apr 27, 2017
  13. Apr 20, 2017
    • Marc Vef's avatar
      First cut on dentry support and permissions. First proof-of-concept... · a47dd48f
      Marc Vef authored
      First cut on dentry support and permissions. First proof-of-concept implementation for opendir, readdir, lookup, and releasedir. Implement next after paper is done.
      dentry support is only partial and has to be restructured as the implementation of highlevel fuse is not transferable to lowlevel fuse. Readdir is significantly more complex but also much more lightweight which will help performance.
      a47dd48f
  14. Apr 19, 2017
  15. Apr 18, 2017
  16. Apr 07, 2017
    • Marc Vef's avatar
      getattr() implemented, read and write metadata is back online, major... · 96ee41af
      Marc Vef authored
      getattr() implemented, read and write metadata is back online, major restructuring of how the userdata is accessed.
      File system paths are now accessible from anywhere without fuse_req_t being required. Fields might become somewhat const in the future.
      spdlogger is now available systemwide.
      96ee41af
  17. Apr 06, 2017
  18. Apr 05, 2017