summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...io_uring-5.12-2021-03-21Stefan Metzmacher
2021-03-18io_uring: don't leak creds on SQO attach errorio_uring-5.12-2021-03-19Pavel Begunkov
2021-03-18io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher
2021-03-18io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher
2021-03-18io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher
2021-03-15io_uring: fix sqpoll cancellation via task_workPavel Begunkov
2021-03-15io_uring: add generic callback_head helpersPavel Begunkov
2021-03-15io_uring: fix concurrent parkingPavel Begunkov
2021-03-15io_uring: halt SQO submission on ctx exitPavel Begunkov
2021-03-15io_uring: replace sqd rw_semaphore with mutexPavel Begunkov
2021-03-15io_uring: fix complete_post use ctx after freePavel Begunkov
2021-03-15io_uring: fix ->flags races by linked timeoutsPavel Begunkov
2021-03-14io_uring: convert io_buffer_idr to XArrayJens Axboe
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe
2021-03-12io_uring: fix OP_ASYNC_CANCEL across tasksio_uring-5.12-2021-03-12Pavel Begunkov
2021-03-12io_uring: cancel sqpoll via task_workPavel Begunkov
2021-03-12io_uring: prevent racy sqd->thread checksPavel Begunkov
2021-03-12io_uring: remove useless ->startup completionPavel Begunkov
2021-03-12io_uring: cancel deferred requests in try_cancelPavel Begunkov
2021-03-11io_uring: perform IOPOLL reaping if canceler is thread itselfJens Axboe
2021-03-11io_uring: force creation of separate context for ATTACH_WQ and non-threadsJens Axboe
2021-03-10io_uring: remove indirect ctx into sqo injectionPavel Begunkov
2021-03-10io_uring: fix invalid ctx->sq_thread_idlePavel Begunkov
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe
2021-03-10io_uring: always wait for sqd exited when stopping SQPOLL threadJens Axboe
2021-03-10io_uring: remove unneeded variable 'ret'Yang Li
2021-03-10io_uring: move all io_kiocb init early in io_init_req()Jens Axboe
2021-03-10io_uring: fix complete_post races for linked reqPavel Begunkov
2021-03-10io_uring: add io_disarm_next() helperPavel Begunkov
2021-03-10io_uring: fix io_sq_offload_create error handlingPavel Begunkov
2021-03-10io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)
2021-03-10io_uring: clean R_DISABLED startup messPavel Begunkov
2021-03-10io_uring: fix unrelated ctx reqs cancellationPavel Begunkov
2021-03-10io_uring: SQPOLL parking fixesJens Axboe
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov
2021-03-06io-wq: always track creds for async issueJens Axboe
2021-03-05io_uring: don't restrict issue_flags for io_openatio_uring-5.12-2021-03-05Pavel Begunkov
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe
2021-03-05io_uring: move to using create_io_thread()Jens Axboe
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov