1. 17 Dec, 2017 2 commits
    • Chris Wilson's avatar
      Remove MEMLEAKFINDER_NOT_A_LEAK from FileStream · 24386d96
      Chris Wilson authored
      It's not clear why we need to tell the memory leak tracking system to ignore
      FileStream objects if they raise an exception in their constructors. The
      objects should still be destroyed normally. Additionally, now that we
      allocate more of them on the heap (for NamedLock), this can cause later
      allocations to be silently ignored as not-leaks, which is causing
      test_memory_leak_detection to fail.
      24386d96
    • Chris Wilson's avatar
      Convert RaidFileWrite to use FileStream to write stripes · d6714507
      Chris Wilson authored
      Enable exclusive locking of stripe files on all platforms, not just Windows and
      O_EXLOCK.
      d6714507
  2. 20 Jan, 2018 2 commits
  3. 19 Jan, 2018 3 commits
  4. 15 Jan, 2018 33 commits