aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-11-01io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)
2020-11-01io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)
2020-11-01io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)
2020-11-01io_uring: no need to call xa_destroy() on empty xarrayJens Axboe
2020-11-01io_uring: reference ->nsproxy for file table commandsJens Axboe
2020-11-01io_uring: don't rely on weak ->files referencesJens Axboe
2020-11-01io_uring: enable task/files specific overflow flushingJens Axboe
2020-11-01io_uring: return cancelation status from poll/timeout/files handlersJens Axboe
2020-11-01io_uring: unconditionally grab req->taskJens Axboe
2020-11-01io_uring: stash ctx task reference for SQPOLLJens Axboe
2020-11-01io_uring: move dropping of files into separate helperJens Axboe
2020-11-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe
2020-11-01io_uring: don't run task work on an exiting taskJens Axboe
2020-10-14io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-10-07io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe
2020-10-07io_uring: always delete double poll wait entry on matchJens Axboe
2020-10-01io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe
2020-10-01io_uring: fix openat/openat2 unified prep handlingJens Axboe
2020-09-12io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-12io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-09io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe
2020-09-09io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue
2020-09-09io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue
2020-09-03io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe
2020-09-03io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe
2020-09-03io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe
2020-09-03io_uring: clear req->result on IOPOLL re-issueJens Axboe
2020-08-27io_uring: fix missing ->mm on exitPavel Begunkov
2020-08-26io_uring: find and cancel head link async work on files exitJens Axboe
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang
2020-08-19io_uring: sanitize double poll handlingJens Axboe
2020-08-19io_uring: fail poll arm on queue proc failureJens Axboe
2020-08-19io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe
2020-08-19io_uring: set ctx sq/cq entry count earlierJens Axboe
2020-08-19io_uring: fix stalled deferred requestsPavel Begunkov
2020-08-19io_uring: fix racy overflow count reportingPavel Begunkov
2020-08-19io_uring: fix req->work corruptionPavel Begunkov
2020-08-19io_uring: fix sq array offset calculationDmitry Vyukov
2020-08-19io_uring: abstract out task work runningJens Axboe
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-17io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-15io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov