Skip to content
  1. May 19, 2020
  2. May 18, 2020
  3. May 16, 2020
  4. May 12, 2020
  5. Mar 03, 2020
  6. Feb 25, 2020
  7. Feb 24, 2020
  8. Feb 20, 2020
  9. Feb 19, 2020
  10. Feb 18, 2020
  11. Feb 10, 2020
  12. Feb 09, 2020
  13. Feb 07, 2020
    • Marc Vef's avatar
      Code Maintenance: Configurations, definitions, adafs to gkfs · 053cd9a5
      Marc Vef authored
      Restructuring code w.r.t. configurations and definitions:
      - #defines have been mostly removed from configurations
      - a dedicated config file has been added for configurations with constexpr
      - past configure file is now only a cmake wrapper
      - wrapping global functions into namespaces
      
      Removed all adafs and ifs occurrences. Now called gkfs
      053cd9a5
  14. Jan 29, 2020
  15. Nov 04, 2019
  16. Oct 10, 2019
  17. Oct 07, 2019
  18. Oct 03, 2019
  19. Sep 11, 2019
  20. Jul 26, 2019
  21. Apr 24, 2019
  22. Apr 10, 2019
  23. Mar 06, 2019
    • Tommaso Tocci's avatar
      Remove unused defines regarding ACCESS and LOOKUP · 4eb2224b
      Tommaso Tocci authored
      CHECK_ACCESS didn't make any sense since internally we don't support uid/gid
      
      DO_LOOKUP were not used at all
      4eb2224b
    • Tommaso Tocci's avatar
      Drop access RPC · 60b1a186
      Tommaso Tocci authored
      The access RPC have been removed. The POSIX access functionality now is implemented through the stat RPC. This makes code easier to maintain and modify.
      
      There would be a little performance degradation on the POSIX access
      function because we are now retrieving also the metadata
      associated to the file.
      
      This change makes a lot easier to add symlink support
      60b1a186
  24. Mar 05, 2019