summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)
2020-10-08io_uring: fix break condition for __io_uring_register() waitingJens Axboe
2020-10-08io_uring: no need to call xa_destroy() on empty xarrayJens Axboe
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-30io_uring: kill callback_head argument for io_req_task_work_add()Jens Axboe
2020-09-30io_uring: move req preps out of io_issue_sqe()Pavel Begunkov
2020-09-30io_uring: decouple issuing and req preparationPavel Begunkov
2020-09-30io_uring: remove nonblock arg from io_{rw}_prep()Pavel Begunkov
2020-09-30io_uring: set/clear IOCB_NOWAIT into io_read/writePavel Begunkov
2020-09-30io_uring: remove F_NEED_CLEANUP check in *prep()Pavel Begunkov
2020-09-30io_uring: io_kiocb_ppos() style changePavel Begunkov
2020-09-30io_uring: simplify io_alloc_req()Pavel Begunkov
2020-09-30io_uring: show sqthread pid and cpu in fdinfoJoseph Qi
2020-09-30io_uring: process task work in io_uring_register()Jens Axboe
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou
2020-09-30io_uring: improve registered buffer accounting for huge pagesJens Axboe
2020-09-30io_uring: remove unneeded semicolonZheng Bin
2020-09-30io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe
2020-09-30io_uring: get rid of req->io/io_async_ctx unionJens Axboe
2020-09-30io_uring: kill extra user_bufs checkPavel Begunkov
2020-09-30io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov
2020-09-30io_uring: refactor io_req_map_rw()Pavel Begunkov
2020-09-30io_uring: simplify io_rw_prep_async()Pavel Begunkov
2020-09-30io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe
2020-09-30io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe
2020-09-30io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe
2020-09-30io_uring: base SQPOLL handling off io_sq_dataJens Axboe
2020-09-30io_uring: split SQPOLL data into separate structureJens Axboe
2020-09-30io_uring: split work handling part of SQPOLL into helperJens Axboe
2020-09-30io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe
2020-09-30io_uring: use private ctx wait queue entries for SQPOLLJens Axboe
2020-09-30io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe