Skip to content
  1. May 16, 2020
  2. May 12, 2020
  3. Mar 03, 2020
  4. Feb 25, 2020
  5. Feb 24, 2020
  6. Feb 20, 2020
  7. Feb 19, 2020
  8. Feb 18, 2020
  9. Feb 10, 2020
  10. Feb 09, 2020
  11. 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
  12. Jan 29, 2020
  13. Nov 04, 2019
  14. Oct 10, 2019
  15. Oct 07, 2019
  16. Oct 03, 2019
  17. Sep 11, 2019
  18. Jul 26, 2019
  19. Apr 24, 2019
  20. Apr 10, 2019
  21. 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
  22. Mar 05, 2019
  23. Jan 31, 2019
    • Tommaso Tocci's avatar
      improved statfs and statvfs · 23c5faf1
      Tommaso Tocci authored
       - improved statfs system call
       - intercepted statvfs library call
      
      Both of the above function now report the aggregated real size
      of all the data-nodes.
      
      You can test this with `df "/tmp/gekkofs_mountpoint"` command
      23c5faf1