Skip to content
  1. May 09, 2018
  2. May 08, 2018
  3. May 02, 2018
  4. Apr 29, 2018
  5. Apr 27, 2018
  6. Apr 16, 2018
  7. Apr 12, 2018
  8. Apr 10, 2018
    • Marc Vef's avatar
      Read: Making zeroing of buffer configurable · 6806c50d
      Marc Vef authored
      It is only relevant for sparse files but the current implementation
      has a too high overhead on a single node (~10%). We need to find
      a better solution at a later point.
      6806c50d
  9. Apr 09, 2018
  10. Apr 08, 2018
  11. Apr 06, 2018
    • Tommaso Tocci's avatar
      Avoid creation of OpenFile for non-existing files · dc0cf736
      Tommaso Tocci authored
      Postpone the creation of the OpenFile object until we are sure that the
      file actually exists and we have enough access rigths for it.
      dc0cf736
    • Tommaso Tocci's avatar
      corretly set errno on check_access · d573a07a
      Tommaso Tocci authored
      Problem:
      In the case the path for which the check access is performed doesn't
      exists the server will set `out.err` with the correct error number (ENOENT).
      On client side the value of out.err is used as return value but the
      errno variable is not set.
      d573a07a
  12. Apr 05, 2018