summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan 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
2021-03-10io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)1-23/+24
2021-03-10io_uring: clean R_DISABLED startup messPavel Begunkov1-19/+6
2021-03-10io_uring: fix unrelated ctx reqs cancellationPavel Begunkov1-6/+13
2021-03-10io_uring: SQPOLL parking fixesJens Axboe1-99/+34
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher1-28/+3
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher1-0/+10
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov1-3/+39
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov1-0/+5
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov1-13/+11
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov1-3/+2
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov1-2/+46
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov1-14/+44
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov1-5/+8
2021-03-06io-wq: always track creds for async issueJens Axboe1-14/+19
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov1-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe1-35/+30
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe1-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe1-19/+19
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov1-0/+1