summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQio_uring-fops.v4Jens Axboe
2021-03-25net: wire up support for file_operations->uring_cmd()Jens Axboe
2021-03-25block: add example ioctlJens Axboe
2021-03-25block: wire up support for file_operations->uring_cmd()Jens Axboe
2021-03-25io_uring: add support for IORING_OP_URING_CMDJens Axboe
2021-03-25fs: add file_operations->uring_cmd()Jens Axboe
2021-03-25io_uring: add infrastructure around io_uring_cmd_sqe issue typeJens Axboe
2021-03-25io_uring: split up io_uring_sqe into hdr + mainJens Axboe
2021-03-25Merge branch 'for-5.13/io_uring' into io_uring-fops.v4Jens Axboe
2021-03-25Merge branch 'nvme-5.13' of git://git.infradead.org/nvme into io_uring-fops.v4Jens Axboe
2021-03-25io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICEJens Axboe
2021-03-25io-wq: eliminate the need for a manager threadJens Axboe
2021-03-25io_uring: allow events and user_data update of running poll requestsJens Axboe
2021-03-25io_uring: abstract out a io_poll_find_helper()Jens Axboe
2021-03-25io_uring: terminate multishot poll for CQ ring overflowJens Axboe
2021-03-25io_uring: abstract out helper for removing poll waitqs/hashesJens Axboe
2021-03-25io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe
2021-03-25io_uring: include cflags in completion trace eventJens Axboe
2021-03-25io_uring: allocate memory for overflowed CQEsPavel Begunkov
2021-03-25io_uring: mask in error/nval/hangup consistently for pollJens Axboe
2021-03-25io_uring: optimise rw complete error handlingPavel Begunkov
2021-03-25io_uring: hide iter revert in resubmit_prepPavel Begunkov
2021-03-25io_uring: don't alter iopoll reissue fail ret codePavel Begunkov
2021-03-25io_uring: optimise kiocb_end_write for !ISREGPavel Begunkov
2021-03-25io_uring: kill unused REQ_F_NO_FILE_TABLEPavel Begunkov
2021-03-25io_uring: don't init req->work fully in advancePavel Begunkov
2021-03-25io-wq: refactor *_get_acct()Pavel Begunkov
2021-03-25io_uring: remove tctx->sqpollPavel Begunkov
2021-03-25io_uring: don't do extra EXITING cancellationsPavel Begunkov
2021-03-25io_uring: don't clear REQ_F_LINK_TIMEOUTPavel Begunkov
2021-03-25io_uring: optimise io_req_task_work_add()Pavel Begunkov
2021-03-25io_uring: abolish old io_put_file()Pavel Begunkov
2021-03-25io_uring: optimise io_dismantle_req() fast pathPavel Begunkov
2021-03-25io_uring: inline io_clean_op()'s fast pathPavel Begunkov
2021-03-25io_uring: remove __io_req_task_cancel()Pavel Begunkov
2021-03-25io_uring: add helper flushing locked_free_listPavel Begunkov
2021-03-25io_uring: refactor io_free_req_deferred()Pavel Begunkov
2021-03-25io_uring: inline io_put_req and friendsPavel Begunkov
2021-03-25io_uring: refactor rsrc refnode allocationPavel Begunkov
2021-03-25io_uring: refactor io_flush_cached_reqs()Pavel Begunkov
2021-03-25io_uring: optimise success case of __io_queue_sqePavel Begunkov
2021-03-25io_uring: inline __io_queue_linked_timeout()Pavel Begunkov
2021-03-25io_uring: keep io_req_free_batch() call localityPavel Begunkov
2021-03-25io_uring: optimise tctx node checks/allocPavel Begunkov
2021-03-25io_uring: optimise io_uring_enter()Pavel Begunkov
2021-03-25io_uring: don't take ctx refs in task_work handlerPavel Begunkov
2021-03-25io_uring: transform ret == 0 for poll cancelation completionsJens Axboe
2021-03-25io_uring: correct comment on poll vs iopollJens Axboe
2021-03-25io_uring: cache async and regular file state for fixed filesJens Axboe
2021-03-25io_uring: don't check for io_uring_fops for fixed filesJens Axboe