aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe1-0/+5
2021-04-02io_uring: move reissue into regular IO pathJens Axboe1-4/+13
2021-04-01io_uring: fix EIOCBQUEUED iter revertPavel Begunkov1-4/+0
2021-04-01io_uring/io-wq: protect against sprintf overflowPavel Begunkov1-1/+1
2021-04-01io_uring: don't mark S_ISBLK async work as unboundedJens Axboe1-1/+1
2021-03-30io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe1-8/+11
2021-03-29io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov1-2/+2
2021-03-28io_uring: always go for cancellation spin on execPavel Begunkov1-0/+2
2021-03-27io_uring: remove unsued assignment to pointer ioColin Ian King1-1/+0
2021-03-27io_uring: don't cancel extra on files matchPavel Begunkov1-2/+0
2021-03-27io_uring: don't cancel-track common timeoutsPavel Begunkov1-1/+2
2021-03-27io_uring: do post-completion chore on t-out cancelPavel Begunkov1-20/+22
2021-03-27io_uring: fix timeout cancel return codePavel Begunkov1-4/+4
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe1-3/+6
2021-03-25io_uring: maintain CQE order of a failed linkPavel Begunkov1-2/+2
2021-03-24io_uring: do ctx sqd ejection in a clear contextPavel Begunkov1-8/+8
2021-03-22io_uring: fix provide_buffers sign extensionPavel Begunkov1-1/+3
2021-03-22io_uring: don't skip file_end_write() on reissuePavel Begunkov1-3/+2
2021-03-22io_uring: correct io_queue_async_work() tracesPavel Begunkov1-2/+2
2021-03-21io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe1-1/+1
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALLStefan Metzmacher1-4/+20
2021-03-18io_uring: don't leak creds on SQO attach errorPavel Begunkov1-11/+6
2021-03-18io_uring: use typesafe pointers in io_uring_taskStefan Metzmacher1-2/+2
2021-03-18io_uring: remove structures from include/linux/io_uring.hStefan Metzmacher1-0/+16
2021-03-18io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher1-4/+4
2021-03-15io_uring: fix sqpoll cancellation via task_workPavel Begunkov1-1/+5
2021-03-15io_uring: add generic callback_head helpersPavel Begunkov1-26/+36
2021-03-15io_uring: fix concurrent parkingPavel Begunkov1-2/+11
2021-03-15io_uring: halt SQO submission on ctx exitPavel Begunkov1-0/+8
2021-03-15io_uring: replace sqd rw_semaphore with mutexPavel Begunkov1-22/+14
2021-03-15io_uring: fix complete_post use ctx after freePavel Begunkov1-6/+11
2021-03-15io_uring: fix ->flags races by linked timeoutsPavel Begunkov1-1/+0
2021-03-14io_uring: convert io_buffer_idr to XArrayJens Axboe1-28/+15
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe1-0/+1
2021-03-12io_uring: fix OP_ASYNC_CANCEL across tasksPavel Begunkov1-1/+40
2021-03-12io_uring: cancel sqpoll via task_workPavel Begunkov1-80/+71
2021-03-12io_uring: prevent racy sqd->thread checksPavel Begunkov1-6/+22
2021-03-12io_uring: remove useless ->startup completionPavel Begunkov1-6/+0
2021-03-12io_uring: cancel deferred requests in try_cancelPavel Begunkov1-4/+6
2021-03-11io_uring: perform IOPOLL reaping if canceler is thread itselfJens Axboe1-1/+2
2021-03-11io_uring: force creation of separate context for ATTACH_WQ and non-threadsJens Axboe1-2/+14
2021-03-10io_uring: remove indirect ctx into sqo injectionPavel Begunkov1-25/+3
2021-03-10io_uring: fix invalid ctx->sq_thread_idlePavel Begunkov1-4/+4
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe1-1/+0
2021-03-10io_uring: always wait for sqd exited when stopping SQPOLL threadJens Axboe1-8/+8
2021-03-10io_uring: remove unneeded variable 'ret'Yang Li1-2/+1
2021-03-10io_uring: move all io_kiocb init early in io_init_req()Jens Axboe1-4/+3
2021-03-10io_uring: fix complete_post races for linked reqPavel Begunkov1-7/+14
2021-03-10io_uring: add io_disarm_next() helperPavel Begunkov1-33/+35
2021-03-10io_uring: fix io_sq_offload_create error handlingPavel Begunkov1-3/+2