1. Aug 17, 2020
  2. May 19, 2020
  3. May 12, 2020
  4. Feb 20, 2020
  5. Feb 19, 2020
  6. Feb 18, 2020
  7. Feb 10, 2020
  8. Feb 09, 2020
  9. 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
  10. Jul 29, 2019
  11. Jul 26, 2019
  12. Jul 15, 2019
  13. Jul 04, 2019
  14. Jun 26, 2019
  15. Apr 24, 2019
  16. Apr 17, 2019
  17. Mar 05, 2019
  18. 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
  19. Nov 04, 2018
  20. Oct 31, 2018
  21. May 11, 2018
  22. May 09, 2018
    • Tommaso Tocci's avatar
      ChunkStorage: Acknoledge R/W before close() · 366d84e1
      Tommaso Tocci authored
      Acknowledge the main thread that the IO operation had terminate before
      to actually close the file.
      
      This is a "dirty" fix that waits to be refactored.
      
      WARNING: Error on close will not be reported to the client that issued the IO
      operation.
      366d84e1
    • Tommaso Tocci's avatar
      Wrap data ops into ChunkStorage class · 14a835da
      Tommaso Tocci authored
      Data operation has been grouped under a ChunkStorage class
      that will manage all the data backend operations.
      
      The instance of this object is stored into the ADAFS_DATA sigleton.
      14a835da
  23. Apr 12, 2018
  24. Mar 15, 2018