1. 06585c4 io_uring: do sqo disable on install_fd error by Pavel Begunkov · 4 years, 7 months ago
  2. b441161 io_uring: fix null-deref in io_disable_sqo_submit by Pavel Begunkov · 4 years, 7 months ago
  3. 621fadc io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years, 7 months ago
  4. d434ab6 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years, 7 months ago
  5. d9d0521 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years, 7 months ago
  6. 6b5733e io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years, 7 months ago
  7. 4f793dc io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years, 7 months ago
  8. 55e6ac1 io_uring: io_rw_reissue lockdep annotations by Pavel Begunkov · 4 years, 7 months ago
  9. b1445e5 io_uring: synchronise ev_posted() with waitqueues by Pavel Begunkov · 4 years, 7 months ago
  10. 4aa84f2 io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years, 7 months ago
  11. 80c18e4 io_uring: trigger eventfd for IOPOLL by Pavel Begunkov · 4 years, 7 months ago
  12. 3e2224c io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  13. 170b3bb io_uring: Delete useless variable ‘id’ in io_prep_async_work by Ye Bin · 4 years, 7 months ago
  14. 90df085 io_uring: cancel more aggressively in exit_work by Pavel Begunkov · 4 years, 7 months ago
  15. de7f1d9 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years, 7 months ago
  16. 6c50315 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years, 7 months ago
  17. 81b6d05 io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years, 7 months ago
  18. 1ffc542 io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years, 7 months ago
  19. 1642b44 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years, 7 months ago
  20. 7778877 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years, 7 months ago
  21. c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 8 months ago
  22. 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years, 7 months ago
  23. a528b04 io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years, 7 months ago
  24. f57555e io_uring: end waiting before task cancel attempts by Pavel Begunkov · 4 years, 8 months ago
  25. 55583d7 io_uring: always progress task_work on task cancel by Pavel Begunkov · 4 years, 8 months ago
  26. 00c1864 io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 8 months ago
  27. dd20166 io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 8 months ago
  28. dfea9fc io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 8 months ago
  29. 89448c4 io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years, 8 months ago
  30. 09e8840 io_uring: inline io_cqring_mark_overflow() by Pavel Begunkov · 4 years, 8 months ago
  31. e23de15 io_uring: consolidate CQ nr events calculation by Pavel Begunkov · 4 years, 8 months ago
  32. 9cd2be5 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 8 months ago
  33. cda286f io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years, 8 months ago
  34. 4bc4a91 io_uring: hold mmap_sem for mm->locked_vm manipulation by Jens Axboe · 4 years, 8 months ago
  35. a146468 io_uring: break links on shutdown failure by Jens Axboe · 4 years, 8 months ago
  36. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  37. 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  38. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  39. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  40. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  41. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 8 months ago
  42. 355fb9e io_uring: remove 'twa_signal_ok' deadlock work-around by Jens Axboe · 4 years, 9 months ago
  43. 792ee0f6 io_uring: JOBCTL_TASK_WORK is no longer used by task_work by Jens Axboe · 4 years, 9 months ago
  44. 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 9 months ago
  45. 59850d2 io_uring: fix io_cqring_events()'s noflush by Pavel Begunkov · 4 years, 8 months ago
  46. 634578f io_uring: fix racy IOPOLL flush overflow by Pavel Begunkov · 4 years, 8 months ago
  47. 31bff9a io_uring: fix racy IOPOLL completions by Pavel Begunkov · 4 years, 8 months ago
  48. dad1b12 io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 8 months ago
  49. 9c8e11b io_uring: add timeout update by Pavel Begunkov · 4 years, 8 months ago
  50. fbd1584 io_uring: restructure io_timeout_cancel() by Pavel Begunkov · 4 years, 8 months ago
  51. bee749b io_uring: fix files cancellation by Pavel Begunkov · 4 years, 8 months ago
  52. ac0648a io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 8 months ago
  53. bd5bbda io_uring: fix miscounting ios_left by Pavel Begunkov · 4 years, 9 months ago
  54. 6e1271e io_uring: change submit file state invariant by Pavel Begunkov · 4 years, 9 months ago
  55. 65b2b21 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 9 months ago
  56. 36f72fe io_uring: share fixed_file_refs b/w multiple rsrcs by Pavel Begunkov · 4 years, 9 months ago
  57. c98de08 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years, 9 months ago
  58. 10cad2c io_uring: don't take fs for recvmsg/sendmsg by Pavel Begunkov · 4 years, 9 months ago
  59. 2e9dbe9 io_uring: only wake up sq thread while current task is in io worker context by Xiaoguang Wang · 4 years, 9 months ago
  60. 906a3c6 io_uring: don't acquire uring_lock twice by Xiaoguang Wang · 4 years, 9 months ago
  61. a0d9205 io_uring: initialize 'timeout' properly in io_sq_thread() by Xiaoguang Wang · 4 years, 9 months ago
  62. 0836924 io_uring: refactor io_sq_thread() handling by Xiaoguang Wang · 4 years, 9 months ago
  63. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 9 months ago
  64. 6b81928 io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years, 9 months ago
  65. b52fda0 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years, 9 months ago
  66. df9923f io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 9 months ago
  67. 08d2363 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years, 9 months ago
  68. 06de5f5 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years, 9 months ago
  69. 2846c48 io_uring: inline io_import_iovec() by Pavel Begunkov · 4 years, 9 months ago
  70. 632546c io_uring: remove duplicated io_size from rw by Pavel Begunkov · 4 years, 9 months ago
  71. 10fc72e fs/io_uring Don't use the return value from import_iovec(). by David Laight · 4 years, 9 months ago
  72. 1a38ffc io_uring: NULL files dereference by SQPOLL by Pavel Begunkov · 4 years, 9 months ago
  73. c73ebb6 io_uring: add timeout support for io_uring_enter() by Hao Xu · 4 years, 9 months ago
  74. 27926b6 io_uring: only plug when appropriate by Jens Axboe · 4 years, 9 months ago
  75. 0415767 io_uring: rearrange io_kiocb fields for better caching by Pavel Begunkov · 4 years, 9 months ago
  76. f2f8737 io_uring: link requests with singly linked list by Pavel Begunkov · 4 years, 9 months ago
  77. 90cd7e4 io_uring: track link timeout's master explicitly by Pavel Begunkov · 4 years, 9 months ago
  78. 863e056 io_uring: track link's head and tail during submit by Pavel Begunkov · 4 years, 9 months ago
  79. 018043b io_uring: split poll and poll_remove structs by Pavel Begunkov · 4 years, 9 months ago
  80. 14a1143 io_uring: add support for IORING_OP_UNLINKAT by Jens Axboe · 4 years, 10 months ago
  81. 80a261f io_uring: add support for IORING_OP_RENAMEAT by Jens Axboe · 4 years, 10 months ago
  82. 14587a46 io_uring: enable file table usage for SQPOLL rings by Jens Axboe · 5 years ago
  83. 28cea78a io_uring: allow non-fixed files with SQPOLL by Jens Axboe · 4 years, 11 months ago
  84. f26c08b io_uring: fix file leak on error path of io ctx creation by Hillf Danton · 4 years, 8 months ago
  85. e8c954d io_uring: fix mis-seting personality's creds by Pavel Begunkov · 4 years, 8 months ago
  86. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 8 months ago
  87. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 8 months ago
  88. 2d280bc io_uring: fix recvmsg setup with compat buf-select by Pavel Begunkov · 4 years, 8 months ago
  89. af60470 io_uring: fix files grab/cancel race by Pavel Begunkov · 4 years, 8 months ago
  90. 9c3a205 io_uring: fix ITER_BVEC check by Pavel Begunkov · 4 years, 8 months ago
  91. eb2667b3 io_uring: fix shift-out-of-bounds when round up cq size by Joseph Qi · 4 years, 8 months ago
  92. 36f4fa6 io_uring: add support for shutdown(2) by Jens Axboe · 5 years ago
  93. ce59fc6 io_uring: allow SQPOLL with CAP_SYS_NICE privileges by Jens Axboe · 5 years ago
  94. fa5fca7 Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  95. e297822 io_uring: order refnode recycling by Pavel Begunkov · 4 years, 9 months ago
  96. 1e5d770 io_uring: get an active ref_node from files_data by Pavel Begunkov · 4 years, 9 months ago
  97. c993df5 io_uring: don't double complete failed reissue request by Jens Axboe · 4 years, 9 months ago
  98. 944d144 io_uring: handle -EOPNOTSUPP on path resolution by Jens Axboe · 4 years, 9 months ago
  99. f01c30d Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
  100. 88ec321 io_uring: round-up cq size before comparing with rounded sq size by Jens Axboe · 4 years, 9 months ago