1. 4d52f33 io_uring: do poll's hash_node init in common code by Pavel Begunkov · 4 years, 3 months ago
  2. dd221f46 io_uring: inline io_poll_task_handler() by Pavel Begunkov · 4 years, 3 months ago
  3. 069b893 io_uring: remove extra ->file check in poll prep by Pavel Begunkov · 4 years, 3 months ago
  4. 2c3bac6d io_uring: make cached_cq_overflow non atomic_t by Pavel Begunkov · 4 years, 3 months ago
  5. d148ca4 io_uring: inline io_fail_links() by Pavel Begunkov · 4 years, 3 months ago
  6. ec99ca6 io_uring: kill ref get/drop in personality init by Pavel Begunkov · 4 years, 3 months ago
  7. 2e5aa6c io_uring: flags-based creds init in queue by Pavel Begunkov · 4 years, 3 months ago
  8. 9ba0d0c io_uring: use blk_queue_nowait() to check if NOWAIT supported by Jeffle Xu · 4 years, 3 months ago
  9. 58852d4 io_uring: fix double poll mask init by Pavel Begunkov · 4 years, 3 months ago
  10. 4ea33a9 io-wq: inherit audit loginuid and sessionid by Jens Axboe · 4 years, 3 months ago
  11. d8a6df1 io_uring: use percpu counters to track inflight requests by Jens Axboe · 4 years, 3 months ago
  12. 500a373 io_uring: assign new io_identity for task if members have changed by Jens Axboe · 4 years, 3 months ago
  13. 5c3462c io_uring: store io_identity in io_uring_task by Jens Axboe · 4 years, 3 months ago
  14. 1e6fa52 io_uring: COW io_identity on mismatch by Jens Axboe · 4 years, 3 months ago
  15. 98447d6 io_uring: move io identity items into separate struct by Jens Axboe · 4 years, 3 months ago
  16. dfead8a io_uring: rely solely on work flags to determine personality. by Jens Axboe · 4 years, 3 months ago
  17. 0f20376 io_uring: pass required context in as flags by Jens Axboe · 4 years, 3 months ago
  18. 55cbc25 io_uring: fix error path cleanup in io_sqe_files_register() by Jens Axboe · 4 years, 3 months ago
  19. 0918682 Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly" by Jens Axboe · 4 years, 3 months ago
  20. 216578e io_uring: fix REQ_F_COMP_LOCKED by killing it by Pavel Begunkov · 4 years, 3 months ago
  21. 4edf20f io_uring: dig out COMP_LOCK from deep call chain by Pavel Begunkov · 4 years, 3 months ago
  22. 6a0af22 io_uring: don't put a poll req under spinlock by Pavel Begunkov · 4 years, 3 months ago
  23. b1b74cf io_uring: don't unnecessarily clear F_LINK_TIMEOUT by Pavel Begunkov · 4 years, 3 months ago
  24. 368c548 io_uring: don't set COMP_LOCKED if won't put by Pavel Begunkov · 4 years, 3 months ago
  25. 035fbaf io_uring: Fix sizeof() mismatch by Colin Ian King · 4 years, 3 months ago
  26. 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
  27. 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
  28. 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
  29. b2e9685 io_uring: keep a pointer ref_node in file_data by Pavel Begunkov · 4 years, 3 months ago
  30. 600cf3f io_uring: refactor *files_register()'s error paths by Pavel Begunkov · 4 years, 3 months ago
  31. 5398ae6 io_uring: clean file_data access in files_register by Pavel Begunkov · 4 years, 3 months ago
  32. 692d836 io_uring: don't delay io_init_req() error check by Pavel Begunkov · 4 years, 3 months ago
  33. 062d04d io_uring: clean leftovers after splitting issue by Pavel Begunkov · 4 years, 3 months ago
  34. a71976f io_uring: remove timeout.list after hrtimer cancel by Pavel Begunkov · 4 years, 3 months ago
  35. 0bdf7a2 io_uring: use a separate struct for timeout_remove by Pavel Begunkov · 4 years, 3 months ago
  36. 71b547c io_uring: improve submit_state.ios_left accounting by Pavel Begunkov · 4 years, 3 months ago
  37. 8371adf io_uring: simplify io_file_get() by Pavel Begunkov · 4 years, 3 months ago
  38. 479f517 io_uring: kill extra check in fixed io_file_get() by Pavel Begunkov · 4 years, 3 months ago
  39. 2332951 io_uring: clean up ->files grabbing by Pavel Begunkov · 4 years, 3 months ago
  40. 5bf5e46 io_uring: don't io_prep_async_work() linked reqs by Pavel Begunkov · 4 years, 3 months ago
  41. 5e2ed8c io_uring: Convert advanced XArray uses to the normal API by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  42. 236434c io_uring: Fix XArray usage in io_uring_add_task_file by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  43. ce76537 io_uring: Fix use of XArray in __io_uring_files_cancel by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  44. ed6930c io_uring: fix break condition for __io_uring_register() waiting by Jens Axboe · 4 years, 3 months ago
  45. ca6484c io_uring: no need to call xa_destroy() on empty xarray by Jens Axboe · 4 years, 3 months ago
  46. faf7b51 io_uring: batch account ->req_issue and task struct references by Jens Axboe · 4 years, 3 months ago
  47. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  48. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 4 months ago
  49. 702bfc8 Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  50. 87c4311 io_uring: kill callback_head argument for io_req_task_work_add() by Jens Axboe · 4 years, 4 months ago
  51. c1379e2 io_uring: move req preps out of io_issue_sqe() by Pavel Begunkov · 4 years, 4 months ago
  52. bfe7655 io_uring: decouple issuing and req preparation by Pavel Begunkov · 4 years, 4 months ago
  53. 73debe6 io_uring: remove nonblock arg from io_{rw}_prep() by Pavel Begunkov · 4 years, 4 months ago
  54. a88fc40 io_uring: set/clear IOCB_NOWAIT into io_read/write by Pavel Begunkov · 4 years, 4 months ago
  55. 2d19989 io_uring: remove F_NEED_CLEANUP check in *prep() by Pavel Begunkov · 4 years, 4 months ago
  56. 5b09e37 io_uring: io_kiocb_ppos() style change by Pavel Begunkov · 4 years, 4 months ago
  57. 291b282 io_uring: simplify io_alloc_req() by Pavel Begunkov · 4 years, 4 months ago
  58. dbbe9c6 io_uring: show sqthread pid and cpu in fdinfo by Joseph Qi · 4 years, 4 months ago
  59. af9c1a4 io_uring: process task work in io_uring_register() by Jens Axboe · 4 years, 4 months ago
  60. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 4 months ago
  61. de29393 io_uring: improve registered buffer accounting for huge pages by Jens Axboe · 4 years, 4 months ago
  62. 14db841 io_uring: remove unneeded semicolon by Zheng Bin · 4 years, 4 months ago
  63. e95eee2 io_uring: cap SQ submit size for SQPOLL with multiple rings by Jens Axboe · 4 years, 4 months ago
  64. e8c2bc1 io_uring: get rid of req->io/io_async_ctx union by Jens Axboe · 4 years, 5 months ago
  65. 4be1c61 io_uring: kill extra user_bufs check by Pavel Begunkov · 4 years, 4 months ago
  66. ab0b196 io_uring: fix overlapped memcpy in io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  67. afb8765 io_uring: refactor io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  68. f4bff10 io_uring: simplify io_rw_prep_async() by Pavel Begunkov · 4 years, 4 months ago
  69. 9055420 io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits by Jens Axboe · 4 years, 5 months ago
  70. 738277a io_uring: mark io_uring_fops/io_op_defs as __read_mostly by Jens Axboe · 4 years, 5 months ago
  71. aa06165 io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too by Jens Axboe · 4 years, 5 months ago
  72. 69fb213 io_uring: base SQPOLL handling off io_sq_data by Jens Axboe · 4 years, 4 months ago
  73. 534ca6d io_uring: split SQPOLL data into separate structure by Jens Axboe · 4 years, 5 months ago
  74. c8d1ba5 io_uring: split work handling part of SQPOLL into helper by Jens Axboe · 4 years, 4 months ago
  75. 3f0e64d io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler by Jens Axboe · 4 years, 5 months ago
  76. 6a77938 io_uring: use private ctx wait queue entries for SQPOLL by Jens Axboe · 4 years, 5 months ago
  77. e35afcf io_uring: io_sq_thread() doesn't need to flush signals by Jens Axboe · 4 years, 5 months ago
  78. 7e84e1c io_uring: allow disabling rings during the creation by Stefano Garzarella · 4 years, 5 months ago
  79. 21b55db io_uring: add IOURING_REGISTER_RESTRICTIONS opcode by Stefano Garzarella · 4 years, 5 months ago
  80. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 4 months ago
  81. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  82. e6c8aa9 io_uring: enable task/files specific overflow flushing by Jens Axboe · 4 years, 4 months ago
  83. 76e1b64 io_uring: return cancelation status from poll/timeout/files handlers by Jens Axboe · 4 years, 4 months ago
  84. e3bc8e9 io_uring: unconditionally grab req->task by Jens Axboe · 4 years, 4 months ago
  85. 2aede0e io_uring: stash ctx task reference for SQPOLL by Jens Axboe · 4 years, 4 months ago
  86. f573d38 io_uring: move dropping of files into separate helper by Jens Axboe · 4 years, 4 months ago
  87. f3606e3 io_uring: allow timeout/poll/files killing to take task into account by Jens Axboe · 4 years, 4 months ago
  88. 0f07889 Merge branch 'io_uring-5.9' into for-5.10/io_uring by Jens Axboe · 4 years, 4 months ago
  89. c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 4 months ago
  90. fad8e0d io_uring: fix potential ABBA deadlock in ->show_fdinfo() by Jens Axboe · 4 years, 4 months ago
  91. 8706e04 io_uring: always delete double poll wait entry on match by Jens Axboe · 4 years, 4 months ago
  92. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  93. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 4 months ago
  94. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 4 months ago
  95. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 4 months ago
  96. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  97. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  98. 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 4 months ago
  99. 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 4 months ago
  100. f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 4 months ago