1. 8487f08 io_uring: return REQ_F_ flags from io_file_get_flags by Christoph Hellwig · 1 year, 9 months ago
  2. 3beed23 io_uring: remove io_req_ffs_set by Christoph Hellwig · 1 year, 9 months ago
  3. c92fcfc io_uring: avoid indirect function calls for the hottest task_work by Jens Axboe · 1 year, 10 months ago
  4. 9dd6956 Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
  5. 5b9a7bb Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
  6. 8751d15 io_uring: reduce scheduling due to tw by Pavel Begunkov · 2 years ago
  7. a282967 io_uring: encapsulate task_work state by Pavel Begunkov · 2 years ago
  8. 95e49cf iov_iter: add iter_iov_addr() and iter_iov_len() helpers by Jens Axboe · 2 years ago
  9. de4f5fe iov_iter: add iter_iovec() helper by Jens Axboe · 2 years ago
  10. 54bdd67 blk-mq: remove hybrid polling by Keith Busch · 2 years ago
  11. c1ef500 Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
  12. f30bd4d io_uring: Split io_issue_def struct by Breno Leitao · 2 years, 2 months ago
  13. a7dd278 io_uring: Rename struct io_op_def by Breno Leitao · 2 years, 2 months ago
  14. 81594e7e io_uring: remove excessive unlikely on IS_ERR by Dmitrii Bundin · 2 years, 2 months ago
  15. 544d163 io_uring: lock overflowing for IOPOLL by Pavel Begunkov · 2 years, 3 months ago
  16. 1e23db4 io_uring: use iter_ubuf for single range imports by Jens Axboe · 2 years, 3 months ago
  17. a8cf95f io_uring: fix overflow handling regression by Pavel Begunkov · 2 years, 4 months ago
  18. ce8a79d Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 4 months ago
  19. 54e60e5 Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 4 months ago
  20. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 4 months ago
  21. 2dac1a1 io_uring: remove iopoll spinlock by Pavel Begunkov · 2 years, 4 months ago
  22. 2ccc92f io_uring: add completion locking for iopoll by Pavel Begunkov · 2 years, 4 months ago
  23. 3671163 io_uring: move kbuf put out of generic tw complete by Pavel Begunkov · 2 years, 4 months ago
  24. 12e4e8c io_uring/rw: enable bio caches for IRQ rw by Pavel Begunkov · 2 years, 4 months ago
  25. 5c61795 io_uring/rw: remove leftover debug statement by Jens Axboe · 2 years, 5 months ago
  26. 2ec33a6 io_uring/rw: ensure kiocb_end_write() is always called by Jens Axboe · 2 years, 6 months ago
  27. c86416c io_uring: local variable rw shadows outer variable in io_write by Stefan Roesch · 2 years, 6 months ago
  28. b000145 io_uring/rw: defer fsnotify calls to task context by Jens Axboe · 2 years, 6 months ago
  29. c278d9f io_uring/rw: don't lose short results on io_setup_async_rw() by Pavel Begunkov · 2 years, 6 months ago
  30. bf68b5b io_uring/rw: fix unexpected link breakage by Pavel Begunkov · 2 years, 6 months ago
  31. 47b4c68 io_uring/rw: don't lose partial IO result on fail by Pavel Begunkov · 2 years, 6 months ago
  32. 4ab9d46 io_uring: allow buffer recycling in READV by Dylan Yudaken · 2 years, 6 months ago
  33. de97fcb3 fs: add batch and poll flags to the uring_cmd_iopoll() handler by Jens Axboe · 2 years, 6 months ago
  34. a1119fb io_uring: cleanly separate request types for iopoll by Jens Axboe · 2 years, 6 months ago
  35. 5756a3a io_uring: add iopoll infrastructure for io_uring_cmd by Kanchan Joshi · 2 years, 6 months ago
  36. 62bb064 io_uring/rw: fix error'ed retry return values by Pavel Begunkov · 2 years, 7 months ago
  37. 4d9cb92 io_uring/rw: fix short rw error handling by Pavel Begunkov · 2 years, 7 months ago
  38. 1da8cf9 Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 8 months ago
  39. f2ccb5a io_uring: make io_kiocb_to_cmd() typesafe by Stefan Metzmacher · 2 years, 8 months ago
  40. 5264406 Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 8 months ago
  41. 1c849b4 io_uring: Add tracepoint for short writes by Stefan Roesch · 2 years, 8 months ago
  42. e053aaf4 io_uring: fix issue with io_write() not always undoing sb_start_write() by Jens Axboe · 2 years, 8 months ago
  43. 4e17aaa io_uring: Add support for async buffered writes by Stefan Roesch · 2 years, 8 months ago
  44. f6b543f io_uring: ensure REQ_F_ISREG is set async offload by Jens Axboe · 2 years, 8 months ago
  45. ed5ccb3 io_uring: remove priority tw list optimisation by Dylan Yudaken · 2 years, 8 months ago
  46. c059f785 io_uring: move io_import_fixed() by Pavel Begunkov · 2 years, 8 months ago
  47. f337a84 io_uring: opcode independent fixed buf import by Pavel Begunkov · 2 years, 8 months ago
  48. 46929b0 io_uring: add io_commit_cqring_flush() by Pavel Begunkov · 2 years, 8 months ago
  49. 27a9d66 io_uring: kill extra io_uring_types.h includes by Pavel Begunkov · 2 years, 8 months ago
  50. df9830d8 io_uring: rw: delegate sync completions to core io_uring by Pavel Begunkov · 2 years, 8 months ago
  51. f3b44f9 io_uring: move read/write related opcodes to its own file by Jens Axboe · 2 years, 8 months ago