1. Mar 06, 2019
    • 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
    • Tommaso Tocci's avatar
      Add basic test for access functionality · 27a02ce3
      Tommaso Tocci authored
      27a02ce3
    • Marc Vef's avatar
      Merge branch 'proj_restracture' into 'master' · a1687783
      Marc Vef authored
      Project restracture
      
      See merge request zdvresearch_bsc/adafs!135
      a1687783
  2. Mar 05, 2019
  3. Mar 04, 2019
  4. Feb 28, 2019
  5. Feb 27, 2019
  6. Feb 26, 2019
  7. Feb 25, 2019
  8. Feb 24, 2019
  9. Feb 21, 2019
  10. Feb 20, 2019
  11. Feb 19, 2019
  12. Feb 07, 2019
  13. 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
  14. Dec 19, 2018
  15. Dec 07, 2018