1. 85faa7b io_uring: punt final io_ring_ctx wait-and-free to workqueue by Jens Axboe · 4 years, 9 months ago
  2. c398ecb io_uring: fix fs cleanup on cqe overflow by Pavel Begunkov · 4 years, 9 months ago
  3. 9c280f9 io_uring: don't read user-shared sqe flags twice by Pavel Begunkov · 4 years, 9 months ago
  4. 0553b8b io_uring: remove req init from io_get_req() by Pavel Begunkov · 4 years, 9 months ago
  5. b1e50e5 io_uring: alloc req only after getting sqe by Pavel Begunkov · 4 years, 9 months ago
  6. 709b302 io_uring: simplify io_get_sqring by Pavel Begunkov · 4 years, 9 months ago
  7. 45097da io_uring: do not always copy iovec in io_req_map_rw() by Xiaoguang Wang · 4 years, 9 months ago
  8. 08a1d26eb io_uring: ensure openat sets O_LARGEFILE if needed by Jens Axboe · 4 years, 9 months ago
  9. f7fe934 io_uring: initialize fixed_file_data lock by Xiaoguang Wang · 4 years, 9 months ago
  10. 211fea1 io_uring: remove redundant variable pointer nxt and io_wq_assign_next call by Colin Ian King · 4 years, 9 months ago
  11. 48bdd84 io_uring: fix ctx refcounting in io_submit_sqes() by Pavel Begunkov · 4 years, 9 months ago
  12. 581f981 io_uring: process requests completed with -EAGAIN on poll list by Bijan Mottahedeh · 4 years, 9 months ago
  13. c336e99 io_uring: remove bogus RLIMIT_NOFILE check in file registration by Jens Axboe · 4 years, 9 months ago
  14. aa96bf8 io_uring: use io-wq manager as backup task if task is exiting by Jens Axboe · 4 years, 9 months ago
  15. 3537b6a io_uring: grab task reference for poll requests by Jens Axboe · 4 years, 9 months ago
  16. a6ba632 io_uring: retry poll if we got woken with non-matching mask by Jens Axboe · 4 years, 9 months ago
  17. 10bea96 io_uring: add missing finish_wait() in io_sq_thread() by Hillf Danton · 4 years, 9 months ago
  18. 0558955 io_uring: refactor file register/unregister/update handling by Xiaoguang Wang · 4 years, 9 months ago
  19. e59cd88 Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  20. 3d9932a io_uring: cleanup io_alloc_async_ctx() by Xiaoguang Wang · 4 years, 9 months ago
  21. bff6035 io_uring: fix missing 'return' in comment by Chucheng Luo · 4 years, 9 months ago
  22. a5318d3 io-uring: drop 'free_pfile' in struct io_file_put by Hillf Danton · 4 years, 9 months ago
  23. 4afdb73 io-uring: drop completion when removing file by Hillf Danton · 4 years, 9 months ago
  24. 18a542f io_uring: Fix ->data corruption on re-enqueue by Pavel Begunkov · 4 years, 9 months ago
  25. 4ed734b io_uring: honor original task RLIMIT_FSIZE by Jens Axboe · 4 years, 9 months ago
  26. 09952e3 io_uring: make sure accept honor rlimit nofile by Jens Axboe · 4 years, 10 months ago
  27. 4022e7a io_uring: make sure openat/openat2 honor rlimit nofile by Jens Axboe · 4 years, 10 months ago
  28. 8766dd5 io-wq: split hashing and enqueueing by Pavel Begunkov · 4 years, 10 months ago
  29. f1d96a8 io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN} by Pavel Begunkov · 4 years, 10 months ago
  30. 3f9d644 io_uring: fix truncated async read/readv and write/writev retry by Jens Axboe · 4 years, 10 months ago
  31. 32b2244 io_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabled by Xiaoguang Wang · 4 years, 10 months ago
  32. 469956e io_uring: Fix unused function warnings by YueHaibing · 4 years, 10 months ago
  33. 8455787 io_uring: add end-of-bits marker and build time verify it by Jens Axboe · 4 years, 10 months ago
  34. 067524e io_uring: provide means of removing buffers by Jens Axboe · 4 years, 10 months ago
  35. 52de1fe io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG by Jens Axboe · 4 years, 10 months ago
  36. 4d954c2 io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV by Jens Axboe · 4 years, 10 months ago
  37. bcda7ba io_uring: support buffer selection for OP_READ and OP_RECV by Jens Axboe · 4 years, 10 months ago
  38. ddf0322d io_uring: add IORING_OP_PROVIDE_BUFFERS by Jens Axboe · 4 years, 10 months ago
  39. 805b13a io_uring: ensure RCU callback ordering with rcu_barrier() by Jens Axboe · 4 years, 10 months ago
  40. f0e20b8 io_uring: fix lockup with timeouts by Pavel Begunkov · 4 years, 10 months ago
  41. c1e2148 io_uring: free fixed_file_data after RCU grace period by Jens Axboe · 4 years, 10 months ago
  42. 5a2e745 io_uring: buffer registration infrastructure by Jens Axboe · 4 years, 10 months ago
  43. e9fd939 io_uring/io-wq: forward submission ref to async by Pavel Begunkov · 4 years, 10 months ago
  44. 7a743e2 io_uring: get next work with submission ref drop by Pavel Begunkov · 4 years, 10 months ago
  45. 014db00 io_uring: remove @nxt from handlers by Pavel Begunkov · 4 years, 10 months ago
  46. 594506f io_uring: make submission ref putting consistent by Pavel Begunkov · 4 years, 10 months ago
  47. a210067 io_uring: clean up io_close by Pavel Begunkov · 4 years, 10 months ago
  48. 8755d97 io_uring: Ensure mask is initialized in io_arm_poll_handler by Nathan Chancellor · 4 years, 10 months ago
  49. 3b17cf5 io_uring: remove io_prep_next_work() by Pavel Begunkov · 4 years, 10 months ago
  50. 4bc4494 io_uring: remove extra nxt check after punt by Pavel Begunkov · 4 years, 10 months ago
  51. d7718a9 io_uring: use poll driven retry for files that support it by Jens Axboe · 4 years, 11 months ago
  52. 8a72758 io_uring: mark requests that we can do poll async in io_op_defs by Jens Axboe · 4 years, 10 months ago
  53. b41e985 io_uring: add per-task callback handler by Jens Axboe · 4 years, 11 months ago
  54. c2f2eb7 io_uring: store io_kiocb in wait->private by Jens Axboe · 4 years, 11 months ago
  55. 5eae861 io_uring: remove IO_WQ_WORK_CB by Pavel Begunkov · 4 years, 10 months ago
  56. 02d27d8 io_uring: extract kmsg copy helper by Pavel Begunkov · 4 years, 10 months ago
  57. b0a2034 io_uring: clean io_poll_complete by Pavel Begunkov · 4 years, 10 months ago
  58. 7d67af2 io_uring: add splice(2) support by Pavel Begunkov · 4 years, 10 months ago
  59. 8da11c1 io_uring: add interface for getting files by Pavel Begunkov · 4 years, 10 months ago
  60. bcaec08 io_uring: remove req->in_async by Pavel Begunkov · 4 years, 10 months ago
  61. deb6dc0 io_uring: don't do full *prep_worker() from io-wq by Pavel Begunkov · 4 years, 10 months ago
  62. 5ea6216 io_uring: don't call work.func from sync ctx by Pavel Begunkov · 4 years, 10 months ago
  63. e441d1c io_uring: io_accept() should hold on to submit reference on retry by Jens Axboe · 4 years, 10 months ago
  64. 29de5f6 io_uring: consider any io_read/write -EAGAIN as final by Jens Axboe · 4 years, 10 months ago
  65. d876836 io_uring: fix 32-bit compatability with sendmsg/recvmsg by Jens Axboe · 4 years, 10 months ago
  66. bebdb65 io_uring: define and set show_fdinfo only if procfs is enabled by Tobias Klauser · 4 years, 10 months ago
  67. dd3db2a io_uring: drop file set ref put/get on switch by Jens Axboe · 4 years, 10 months ago
  68. 3a90159 io_uring: import_single_range() returns 0/-ERROR by Jens Axboe · 4 years, 10 months ago
  69. 2a44f46 io_uring: pick up link work on submit reference drop by Jens Axboe · 4 years, 10 months ago
  70. bdcd3ea io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL by Xiaoguang Wang · 4 years, 10 months ago
  71. 41726c9 io_uring: fix personality idr leak by Jens Axboe · 4 years, 10 months ago
  72. 193155c io_uring: handle multiple personalities in link chains by Jens Axboe · 4 years, 10 months ago
  73. c7849be io_uring: fix __io_iopoll_check deadlock in io_sq_thread by Xiaoguang Wang · 4 years, 10 months ago
  74. 7143b5a io_uring: prevent sq_thread from spinning when it should stop by Stefano Garzarella · 4 years, 10 months ago
  75. 929a3af io_uring: fix use-after-free by io_cleanup_req() by Pavel Begunkov · 4 years, 11 months ago
  76. 297a31e io_uring: remove unnecessary NULL checks by Dan Carpenter · 4 years, 11 months ago
  77. 7fbeb95 io_uring: add missing io_req_cancelled() by Pavel Begunkov · 4 years, 11 months ago
  78. 2ca1025 io_uring: prune request from overflow list on flush by Jens Axboe · 4 years, 11 months ago
  79. b537916 io_uring: retain sockaddr_storage across send/recvmsg async punt by Jens Axboe · 4 years, 11 months ago
  80. 6ab2314 io_uring: cancel pending async work if task exits by Jens Axboe · 5 years ago
  81. 0bdbdd0 io_uring: fix openat/statx's filename leak by Pavel Begunkov · 5 years ago
  82. 5f798be io_uring: fix double prep iovec leak by Pavel Begunkov · 5 years ago
  83. a93b333 io_uring: fix async close() with f_op->flush() by Pavel Begunkov · 5 years ago
  84. 0b5faf6 io_uring: allow AT_FDCWD for non-file openat/openat2/statx by Jens Axboe · 5 years ago
  85. ff002b3 io_uring: grab ->fs as part of async preparation by Jens Axboe · 5 years ago
  86. faac996 io_uring: retry raw bdev writes if we hit -EOPNOTSUPP by Jens Axboe · 5 years ago
  87. 8fef80b io_uring: add cleanup for openat()/statx() by Pavel Begunkov · 5 years ago
  88. 99bc4c3 io_uring: fix iovec leaks by Pavel Begunkov · 5 years ago
  89. e96e977 io_uring: remove unused struct io_async_open by Pavel Begunkov · 5 years ago
  90. 63e5d81 io_uring: flush overflowed CQ events in the io_uring_poll() by Stefano Garzarella · 5 years ago
  91. cf3040c io_uring: statx/openat/openat2 don't support fixed files by Jens Axboe · 5 years ago
  92. 1e95081 io_uring: fix deferred req iovec leak by Pavel Begunkov · 5 years ago
  93. e1d8533 io_uring: fix 1-bit bitfields to be unsigned by Randy Dunlap · 5 years ago
  94. 1cb1edb io_uring: get rid of delayed mm check by Pavel Begunkov · 5 years ago
  95. c1ef57a Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  96. 2faf852 io_uring: cleanup fixed file data table references by Jens Axboe · 5 years ago
  97. df069d8 io_uring: spin for sq thread to idle on shutdown by Jens Axboe · 5 years ago
  98. 3e577dc io_uring: put the flag changing code in the same spot by Pavel Begunkov · 5 years ago
  99. 6c8a313 io_uring: iterate req cache backwards by Pavel Begunkov · 5 years ago
  100. 3e69426 io_uring: punt even fadvise() WILLNEED to async context by Jens Axboe · 5 years ago