1. Feb 24, 2019
  2. Feb 21, 2019
    • Tommaso Tocci's avatar
      Merge branch 'disable_interception_on_shutdown' into 'master' · 1e44f87a
      Tommaso Tocci authored
      Disable interception during library shutdown
      
      See merge request zdvresearch_bsc/adafs!114
      1e44f87a
    • Tommaso Tocci's avatar
      Disable interception during library shutdown · 225552aa
      Tommaso Tocci authored
      If we intercept function during shutdown we could try to access the
      internal file map that has been already freed.
      
      This woun't affect performance at runtime since we are always checking
      only one boolean flags on every interception as before.
      
      On the other hand should sppedup the shutdown of the library, because we
      disable the interception of glibc library call before performing the
      shutdown routines.
      225552aa
  3. Feb 20, 2019
  4. Feb 19, 2019
  5. Feb 07, 2019
  6. 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
  7. Dec 19, 2018
  8. Dec 07, 2018
  9. Dec 06, 2018
  10. Dec 05, 2018
  11. Dec 04, 2018
  12. Nov 26, 2018