summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-07-20io_uring: fix link timeout refsPavel Begunkov
2021-07-20io_uring: put link timeout req consistentlyPavel Begunkov
2021-07-20io_uring: use right task for exiting checksPavel Begunkov
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe
2021-07-14io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe
2021-07-14io_uring: fix blocking inline submissionPavel Begunkov
2021-06-10io_uring: fix ltout double free on completion racePavel Begunkov
2021-06-10io_uring: wrap io_kiocb reference count manipulation in helpersJens Axboe
2021-06-10io_uring: use better types for cflagsPavel Begunkov
2021-06-10io_uring: fix link timeout refsPavel Begunkov
2021-05-14io_uring: fix overflows checks in provide buffersPavel Begunkov
2021-05-14io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo
2021-05-12io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal
2021-05-12io_uring: fix work_exit sqpoll cancellationsPavel Begunkov
2021-05-12io_uring: fix shared sqpoll cancellation hangsPavel Begunkov
2021-05-12io_uring: remove extra sqpoll submission haltingPavel Begunkov
2021-05-12io_uring: safer sq_creds puttingPavel Begunkov
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov
2021-04-08io_uring: fix rw req completionPavel Begunkov
2021-04-07io_uring: clear F_REISSUE right after getting itPavel Begunkov
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe
2021-04-02io_uring: move reissue into regular IO pathJens Axboe
2021-04-01io_uring: fix EIOCBQUEUED iter revertPavel Begunkov
2021-04-01io_uring/io-wq: protect against sprintf overflowPavel Begunkov
2021-04-01io_uring: don't mark S_ISBLK async work as unboundedJens Axboe
2021-03-30io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe
2021-03-29io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov
2021-03-28io_uring: always go for cancellation spin on execPavel Begunkov
2021-03-27io_uring: remove unsued assignment to pointer ioColin Ian King
2021-03-27io_uring: don't cancel extra on files matchPavel Begunkov
2021-03-27io_uring: don't cancel-track common timeoutsPavel Begunkov
2021-03-27io_uring: do post-completion chore on t-out cancelPavel Begunkov
2021-03-27io_uring: fix timeout cancel return codePavel Begunkov
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe
2021-03-25io_uring: maintain CQE order of a failed linkPavel Begunkov
2021-03-24io_uring: do ctx sqd ejection in a clear contextPavel Begunkov
2021-03-22io_uring: fix provide_buffers sign extensionPavel Begunkov
2021-03-22io_uring: don't skip file_end_write() on reissuePavel Begunkov
2021-03-22io_uring: correct io_queue_async_work() tracesPavel Begunkov
2021-03-21io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher
2021-03-18io_uring: don't leak creds on SQO attach errorPavel 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