1. 08 Jan, 2020 3 commits
  2. 06 Jan, 2020 2 commits
  3. 27 Dec, 2019 1 commit
  4. 26 Dec, 2019 1 commit
  5. 24 Dec, 2019 7 commits
  6. 23 Dec, 2019 6 commits
  7. 22 Dec, 2019 5 commits
  8. 21 Dec, 2019 2 commits
  9. 20 Dec, 2019 2 commits
    • Kirill Smelkov's avatar
      . · e4134735
      Kirill Smelkov authored
      e4134735
    • Kirill Smelkov's avatar
      X Change FileSock to use xio.Pipe which is io.Pipe + support for IO cancellation · b17aeb8c
      Kirill Smelkov authored
      We need to do this because when e.g. a thread in client process dies and
      wants to abort the whole process, kernel sends FUSE INTERRUPT request to
      interrup READ syscall on-client pinner is waiting on for /head/watch.
      And if this cancellation is not handled, the client process is left hang
      forever and even kill -9 does not stop it.
      
      xio.Pipe to be committed/pushed yet to go123.
      
      test_wcfs_watch_robust becomes broken for now.
      b17aeb8c
  10. 19 Dec, 2019 11 commits