1. 01 Jul, 2020 1 commit
  2. 30 May, 2020 1 commit
  3. 27 May, 2020 1 commit
  4. 05 May, 2020 3 commits
    • Max Kellermann's avatar
      input/uring: new input plugin using io_uring · dae8da70
      Max Kellermann authored
      This is the final piece of the series to establish io_uring support on
      Linux.
      
      MPD doesn't need io_uring for its efficient bulk I/O support, but to
      allow file I/O to be cancelled.  This is a big problem on CIFS/NFS
      mounts where processes sleep uninterruptable if the file server
      disappears, deadlocking MPD.
      
      With io_uring, a flaky NFS connection allows MPD to continue to work
      (even though there are still deadlocks inside MPD which need to be
      addressed).
      
      This plugin does not yet use cancellable `open()` using
      `IORING_OP_OPENAT`.  This will be implemented later.
      
      Lots of other optimization opportunities for io_uring are still
      missing as well - for example the database update could benefit a lot,
      but unfortunately, io_uring doesn't have `readdir()` support just yet.
      dae8da70
    • Max Kellermann's avatar
      */plugins/meson.build: define feature macros in Features.h · 8f178401
      Max Kellermann authored
      This makes ccache more efficient when recompiling with different
      plugins.
      8f178401
    • Max Kellermann's avatar
      system/FileDescriptor: move to io/ · 9815d101
      Max Kellermann authored
      9815d101
  5. 08 Apr, 2020 2 commits
  6. 26 Mar, 2020 2 commits
  7. 17 Mar, 2020 1 commit
  8. 16 Mar, 2020 3 commits
  9. 13 Mar, 2020 3 commits
  10. 12 Mar, 2020 2 commits
  11. 17 Feb, 2020 1 commit
  12. 16 Feb, 2020 1 commit
  13. 04 Feb, 2020 1 commit
  14. 02 Feb, 2020 3 commits
  15. 01 Feb, 2020 5 commits
  16. 18 Jan, 2020 3 commits
  17. 24 Dec, 2019 1 commit
  18. 18 Dec, 2019 1 commit
  19. 16 Dec, 2019 1 commit
  20. 04 Nov, 2019 1 commit
  21. 26 Aug, 2019 1 commit
  22. 15 Aug, 2019 1 commit
  23. 14 Aug, 2019 1 commit