1. Apr 08, 2022
  2. Mar 16, 2022
  3. Feb 22, 2022
  4. Feb 04, 2022
    • Marc Vef's avatar
      GekkoFS daemon can now be restarted without losing its data · 32b81b93
      Marc Vef authored and Ramon Nou's avatar Ramon Nou committed
      A subdirectory is no longer created by default. Therefore, a server restart uses same directory for both data and metadata. Note, that the rootdir can be cleaned with the -c argument. For multiple daemons on one machine, the new argument --rootdir-suffix can be used which creates a subdirectory within the rootdir with a user-defined name. This also allows restarting multiple daemons on one node without losing data.
      32b81b93
  5. Jan 26, 2022
  6. May 28, 2021
  7. Mar 30, 2021
  8. Feb 07, 2021
  9. Dec 17, 2020
  10. Nov 25, 2020
  11. Jun 10, 2020
  12. Jun 09, 2020
  13. May 19, 2020
  14. May 12, 2020
  15. Feb 19, 2020
  16. Feb 18, 2020
  17. Feb 10, 2020
  18. 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