Skip to content
  1. Feb 25, 2019
  2. Feb 24, 2019
  3. 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
  4. Feb 20, 2019
  5. Feb 19, 2019
    • Tommaso Tocci's avatar
      Update mercury and drop margo handles patch · c8e382b6
      Tommaso Tocci authored
      Since mercury fixed the issue on their code [1], we can drop the
      temporary patch we were using to avoid handles reset.
      
      Due to the mercury fix The follwing two issues have been solved:
       - Mercury: https://github.com/mercury-hpc/mercury/issues/272
       - Margo: https://xgitlab.cels.anl.gov/sds/margo/issues/47
      
      [1]: https://github.com/mercury-hpc/mercury/commit/9512b8b04c265645f95fd99f3b9c015e836c0347
      c8e382b6
  6. Feb 07, 2019
  7. 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
  8. Dec 19, 2018
  9. Dec 07, 2018
  10. Dec 06, 2018
  11. Dec 05, 2018
  12. Dec 04, 2018
  13. Nov 26, 2018