1. 08 Mar, 2021 1 commit
  2. 12 Feb, 2021 1 commit
  3. 22 Jan, 2021 1 commit
  4. 02 Dec, 2020 2 commits
  5. 30 Nov, 2020 1 commit
  6. 20 Oct, 2020 1 commit
  7. 18 Oct, 2020 1 commit
  8. 14 Oct, 2020 1 commit
  9. 27 Sep, 2020 1 commit
  10. 23 Sep, 2020 1 commit
    • Max Kellermann's avatar
      input/uring: safe cancellation · 85bab670
      Max Kellermann authored
      My concept with `class CancellableOperation` doesn't work properly,
      because the kernel may continue to write to the given buffer as soon
      as the read finishes.
      
      To fix this, this commit adds `class ReadOperation` which owns the
      buffer and the `struct iovec`.  Instances of this class persist until
      the read really finishes, even if the operation is canceled.
      85bab670
  11. 22 Sep, 2020 2 commits
  12. 23 Jul, 2020 1 commit
  13. 05 May, 2020 2 commits