1. 6e1271e io_uring: change submit file state invariant by Pavel Begunkov · 4 years, 2 months ago
  2. 65b2b21 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
  3. 36f72fe io_uring: share fixed_file_refs b/w multiple rsrcs by Pavel Begunkov · 4 years, 2 months ago
  4. c98de08 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years, 2 months ago
  5. 10cad2c io_uring: don't take fs for recvmsg/sendmsg by Pavel Begunkov · 4 years, 2 months ago
  6. 2e9dbe9 io_uring: only wake up sq thread while current task is in io worker context by Xiaoguang Wang · 4 years, 2 months ago
  7. 906a3c6 io_uring: don't acquire uring_lock twice by Xiaoguang Wang · 4 years, 2 months ago
  8. a0d9205 io_uring: initialize 'timeout' properly in io_sq_thread() by Xiaoguang Wang · 4 years, 2 months ago
  9. 0836924 io_uring: refactor io_sq_thread() handling by Xiaoguang Wang · 4 years, 2 months ago
  10. f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  11. 6b81928 io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years, 2 months ago
  12. b52fda0 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years, 2 months ago
  13. df9923f io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 2 months ago
  14. 08d2363 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years, 2 months ago
  15. 06de5f5 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years, 2 months ago
  16. 2846c48 io_uring: inline io_import_iovec() by Pavel Begunkov · 4 years, 2 months ago
  17. 632546c io_uring: remove duplicated io_size from rw by Pavel Begunkov · 4 years, 2 months ago
  18. 10fc72e fs/io_uring Don't use the return value from import_iovec(). by David Laight · 4 years, 2 months ago
  19. 1a38ffc io_uring: NULL files dereference by SQPOLL by Pavel Begunkov · 4 years, 2 months ago
  20. c73ebb6 io_uring: add timeout support for io_uring_enter() by Hao Xu · 4 years, 2 months ago
  21. 27926b6 io_uring: only plug when appropriate by Jens Axboe · 4 years, 3 months ago
  22. 0415767 io_uring: rearrange io_kiocb fields for better caching by Pavel Begunkov · 4 years, 3 months ago
  23. f2f8737 io_uring: link requests with singly linked list by Pavel Begunkov · 4 years, 3 months ago
  24. 90cd7e4 io_uring: track link timeout's master explicitly by Pavel Begunkov · 4 years, 3 months ago
  25. 863e056 io_uring: track link's head and tail during submit by Pavel Begunkov · 4 years, 3 months ago
  26. 018043b io_uring: split poll and poll_remove structs by Pavel Begunkov · 4 years, 3 months ago
  27. 14a1143 io_uring: add support for IORING_OP_UNLINKAT by Jens Axboe · 4 years, 4 months ago
  28. 80a261f io_uring: add support for IORING_OP_RENAMEAT by Jens Axboe · 4 years, 4 months ago
  29. 14587a46 io_uring: enable file table usage for SQPOLL rings by Jens Axboe · 4 years, 4 months ago
  30. 28cea78a io_uring: allow non-fixed files with SQPOLL by Jens Axboe · 4 years, 4 months ago
  31. 36f4fa6 io_uring: add support for shutdown(2) by Jens Axboe · 4 years, 4 months ago
  32. ce59fc6 io_uring: allow SQPOLL with CAP_SYS_NICE privileges by Jens Axboe · 4 years, 5 months ago
  33. fa5fca7 Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  34. e297822 io_uring: order refnode recycling by Pavel Begunkov · 4 years, 2 months ago
  35. 1e5d770 io_uring: get an active ref_node from files_data by Pavel Begunkov · 4 years, 2 months ago
  36. c993df5 io_uring: don't double complete failed reissue request by Jens Axboe · 4 years, 2 months ago
  37. 944d144 io_uring: handle -EOPNOTSUPP on path resolution by Jens Axboe · 4 years, 2 months ago
  38. f01c30d Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  39. 88ec321 io_uring: round-up cq size before comparing with rounded sq size by Jens Axboe · 4 years, 2 months ago
  40. 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 2 months ago
  41. 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 2 months ago
  42. 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 2 months ago
  43. ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 2 months ago
  44. 99b3280 io_uring: fix overflowed cancel w/ linked ->files by Pavel Begunkov · 4 years, 2 months ago
  45. cb8a8ae io_uring: drop req/tctx io_identity separately by Jens Axboe · 4 years, 2 months ago
  46. 4b70cf9 io_uring: ensure consistent view of original task ->mm from SQPOLL by Jens Axboe · 4 years, 3 months ago
  47. fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 3 months ago
  48. cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  49. c8b5e26 io_uring: use type appropriate io_kiocb handler for double poll by Jens Axboe · 4 years, 3 months ago
  50. af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  51. 0d63c14 io_uring: simplify __io_queue_sqe() by Pavel Begunkov · 4 years, 3 months ago
  52. 9aaf354 io_uring: simplify nxt propagation in io_queue_sqe by Pavel Begunkov · 4 years, 3 months ago
  53. feaadc4 io_uring: don't miss setting IO_WQ_WORK_CONCURRENT by Pavel Begunkov · 4 years, 3 months ago
  54. c9abd7a io_uring: don't defer put of cancelled ltimeout by Pavel Begunkov · 4 years, 3 months ago
  55. cdfcc3e io_uring: always clear LINK_TIMEOUT after cancel by Pavel Begunkov · 4 years, 3 months ago
  56. ac877d2 io_uring: don't adjust LINK_HEAD in cancel ltimeout by Pavel Begunkov · 4 years, 3 months ago
  57. e08102d io_uring: remove opcode check on ltimeout kill by Pavel Begunkov · 4 years, 3 months ago
  58. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  59. 4017eb9 io_uring: make loop_rw_iter() use original user supplied pointers by Jens Axboe · 4 years, 3 months ago
  60. c8fb20b io_uring: remove req cancel in ->flush() by Pavel Begunkov · 4 years, 3 months ago
  61. ff57716 io_uring: don't reuse linked_timeout by Pavel Begunkov · 4 years, 3 months ago
  62. 6922833 io_uring: unify fsize with def->work_flags by Jens Axboe · 4 years, 3 months ago
  63. 4962a85 Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  64. 900fad4 io_uring: fix racy REQ_F_LINK_TIMEOUT clearing by Pavel Begunkov · 4 years, 3 months ago
  65. 4d52f33 io_uring: do poll's hash_node init in common code by Pavel Begunkov · 4 years, 3 months ago
  66. dd221f46 io_uring: inline io_poll_task_handler() by Pavel Begunkov · 4 years, 3 months ago
  67. 069b893 io_uring: remove extra ->file check in poll prep by Pavel Begunkov · 4 years, 3 months ago
  68. 2c3bac6d io_uring: make cached_cq_overflow non atomic_t by Pavel Begunkov · 4 years, 3 months ago
  69. d148ca4 io_uring: inline io_fail_links() by Pavel Begunkov · 4 years, 3 months ago
  70. ec99ca6 io_uring: kill ref get/drop in personality init by Pavel Begunkov · 4 years, 3 months ago
  71. 2e5aa6c io_uring: flags-based creds init in queue by Pavel Begunkov · 4 years, 3 months ago
  72. 9ba0d0c io_uring: use blk_queue_nowait() to check if NOWAIT supported by Jeffle Xu · 4 years, 3 months ago
  73. 0726b01 mm/madvise: pass mm to do_madvise by Minchan Kim · 4 years, 3 months ago
  74. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 3 months ago
  75. 58852d4 io_uring: fix double poll mask init by Pavel Begunkov · 4 years, 3 months ago
  76. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 3 months ago
  77. d8a6df1 io_uring: use percpu counters to track inflight requests by Jens Axboe · 4 years, 3 months ago
  78. 500a373 io_uring: assign new io_identity for task if members have changed by Jens Axboe · 4 years, 3 months ago
  79. 5c3462c io_uring: store io_identity in io_uring_task by Jens Axboe · 4 years, 3 months ago
  80. 1e6fa52 io_uring: COW io_identity on mismatch by Jens Axboe · 4 years, 3 months ago
  81. 98447d6 io_uring: move io identity items into separate struct by Jens Axboe · 4 years, 3 months ago
  82. dfead8a io_uring: rely solely on work flags to determine personality. by Jens Axboe · 4 years, 3 months ago
  83. 0f20376 io_uring: pass required context in as flags by Jens Axboe · 4 years, 3 months ago
  84. 55cbc25 io_uring: fix error path cleanup in io_sqe_files_register() by Jens Axboe · 4 years, 3 months ago
  85. 0918682 Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly" by Jens Axboe · 4 years, 3 months ago
  86. 216578e io_uring: fix REQ_F_COMP_LOCKED by killing it by Pavel Begunkov · 4 years, 3 months ago
  87. 4edf20f io_uring: dig out COMP_LOCK from deep call chain by Pavel Begunkov · 4 years, 3 months ago
  88. 6a0af22 io_uring: don't put a poll req under spinlock by Pavel Begunkov · 4 years, 3 months ago
  89. b1b74cf io_uring: don't unnecessarily clear F_LINK_TIMEOUT by Pavel Begunkov · 4 years, 3 months ago
  90. 368c548 io_uring: don't set COMP_LOCKED if won't put by Pavel Begunkov · 4 years, 3 months ago
  91. 035fbaf io_uring: Fix sizeof() mismatch by Colin Ian King · 4 years, 3 months ago
  92. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  93. 6ad4bf6 Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  94. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  95. b2e9685 io_uring: keep a pointer ref_node in file_data by Pavel Begunkov · 4 years, 3 months ago
  96. 600cf3f io_uring: refactor *files_register()'s error paths by Pavel Begunkov · 4 years, 3 months ago
  97. 5398ae6 io_uring: clean file_data access in files_register by Pavel Begunkov · 4 years, 3 months ago
  98. 692d836 io_uring: don't delay io_init_req() error check by Pavel Begunkov · 4 years, 3 months ago
  99. 062d04d io_uring: clean leftovers after splitting issue by Pavel Begunkov · 4 years, 3 months ago
  100. a71976f io_uring: remove timeout.list after hrtimer cancel by Pavel Begunkov · 4 years, 3 months ago