summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe1-8/+22
2020-11-01io_uring: don't run task work on an exiting taskJens Axboe1-0/+8
2020-10-14io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe1-5/+14
2020-10-07io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe1-2/+4
2020-10-07io_uring: always delete double poll wait entry on matchJens Axboe1-0/+2
2020-10-01io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe1-0/+2
2020-10-01io_uring: fix openat/openat2 unified prep handlingJens Axboe1-2/+4
2020-09-12io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-12io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+26
2020-09-09io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+13
2020-09-09io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue1-1/+1
2020-09-09io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1
2020-09-03io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe1-4/+9
2020-09-03io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe1-1/+9
2020-09-03io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe1-3/+13
2020-09-03io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-27io_uring: fix missing ->mm on exitPavel Begunkov1-1/+2
2020-08-26io_uring: find and cancel head link async work on files exitJens Axboe1-4/+29
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe1-5/+19
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe1-0/+6
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang1-2/+6
2020-08-19io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-19io_uring: fail poll arm on queue proc failureJens Axboe1-1/+1
2020-08-19io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe1-8/+8
2020-08-19io_uring: set ctx sq/cq entry count earlierJens Axboe1-2/+4
2020-08-19io_uring: fix stalled deferred requestsPavel Begunkov1-0/+1
2020-08-19io_uring: fix racy overflow count reportingPavel Begunkov1-2/+1
2020-08-19io_uring: fix req->work corruptionPavel Begunkov1-1/+1
2020-08-19io_uring: fix sq array offset calculationDmitry Vyukov1-3/+3
2020-08-19io_uring: abstract out task work runningJens Axboe1-13/+19
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov1-2/+1
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov1-0/+4
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov1-0/+1
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano1-4/+9
2020-07-18io_uring: ensure double poll additions work with both request typesJens Axboe1-21/+26
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov1-2/+8
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov1-1/+2
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov1-0/+2
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe1-3/+10
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang1-0/+1
2020-07-09io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-09io_uring: export cq overflow status to userspaceXiaoguang Wang1-2/+9
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-06-30io_uring: use signal based task_work runningJens Axboe1-8/+24
2020-06-25io_uring: fix current->mm NULL dereference on exitPavel Begunkov1-0/+9
2020-06-25io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov1-7/+2
2020-06-23io_uring: fix io_sq_thread no schedule when busyXuan Zhuo1-2/+2
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang1-4/+4
2020-06-18io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe1-1/+11