1. 18 3月, 2021 3 次提交
  2. 12 3月, 2021 2 次提交
  3. 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
  4. 04 3月, 2021 3 次提交
  5. 03 3月, 2021 1 次提交
  6. 02 3月, 2021 2 次提交
  7. 27 2月, 2021 28 次提交