1. 07 4月, 2021 9 次提交
  2. 18 3月, 2021 1 次提交
  3. 14 3月, 2021 7 次提交
  4. 11 3月, 2021 3 次提交
  5. 10 3月, 2021 7 次提交
  6. 09 3月, 2021 2 次提交
  7. 08 3月, 2021 3 次提交
  8. 06 3月, 2021 1 次提交
  9. 05 3月, 2021 1 次提交
    • J
      kernel: provide create_io_thread() helper · cc440e87
      Jens Axboe 提交于
      Provide a generic helper for setting up an io_uring worker. Returns a
      task_struct so that the caller can do whatever setup is needed, then call
      wake_up_new_task() to kick it into gear.
      
      Add a kernel_clone_args member, io_thread, which tells copy_process() to
      mark the task with PF_IO_WORKER.
      Signed-off-by: NJens Axboe <axboe@kernel.dk>
      cc440e87
  10. 04 3月, 2021 4 次提交
  11. 03 3月, 2021 1 次提交
  12. 02 3月, 2021 1 次提交