1. 01 Jan, 2021 1 commit
  2. 16 Jul, 2020 1 commit
  3. 06 Jul, 2020 1 commit
  4. 05 May, 2020 1 commit
    • 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
  5. 12 Mar, 2020 1 commit
  6. 18 Jan, 2020 1 commit
  7. 17 Jun, 2019 1 commit
  8. 23 May, 2019 1 commit
  9. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  10. 31 Oct, 2018 1 commit
  11. 17 Jul, 2018 2 commits
  12. 16 Jul, 2018 1 commit
  13. 26 Dec, 2017 1 commit
  14. 19 Dec, 2017 1 commit
  15. 26 Jan, 2017 1 commit
  16. 03 Jan, 2017 1 commit
  17. 09 Sep, 2016 3 commits
  18. 05 Sep, 2016 1 commit
  19. 01 Mar, 2016 1 commit
  20. 26 Feb, 2016 1 commit
  21. 21 Jan, 2015 3 commits
  22. 01 Jan, 2015 1 commit
  23. 12 Dec, 2014 1 commit
  24. 01 Mar, 2014 1 commit
  25. 24 Jan, 2014 2 commits
  26. 23 Jan, 2014 1 commit
  27. 13 Jan, 2014 1 commit
  28. 19 Oct, 2013 1 commit
  29. 17 Oct, 2013 1 commit
  30. 05 Sep, 2013 1 commit
  31. 04 Sep, 2013 1 commit
  32. 04 Aug, 2013 1 commit
  33. 25 Jan, 2013 1 commit
  34. 10 Jan, 2013 1 commit