1. Apr 24, 2019
  2. Apr 23, 2019
  3. Apr 10, 2019
  4. Mar 05, 2019
  5. 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
  6. Nov 04, 2018
  7. Oct 31, 2018
  8. May 17, 2018
    • Tommaso Tocci's avatar
      Bypass early interceptions · 99805139
      Tommaso Tocci authored
      The library intercepts IO functions from others library constructors
      before our constructor have been executed.
      
      All the interceptions triggered before that our constructor have been
      executed are now forwarded to the glibc.
      
      By moving the logger initialization outside of the passthrough
      initialization we will be able to implements fopen interceptions.
      99805139
  9. May 15, 2018
  10. May 10, 2018
    • Tommaso Tocci's avatar
      Add support for basic directories calls · 33865a14
      Tommaso Tocci authored
      Support for the following calls has been added:
       - opendir
       - readdir
       - closedir
      
      The readdir call use the new RPC get_dirents that ask to all the
      nodes (broadcast) about all the existing first-level entries
      of a specific directory.
      33865a14
  11. May 08, 2018
  12. Mar 19, 2018
  13. Mar 09, 2018
  14. Mar 05, 2018
  15. Mar 02, 2018
  16. Jan 12, 2018