summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-13net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQio_uring-fops.v6Jens Axboe
2021-08-13net: wire up support for file_operations->uring_cmd()Jens Axboe
2021-08-13block: add example ioctlJens Axboe
2021-08-13block: wire up support for file_operations->uring_cmd()Jens Axboe
2021-08-13io_uring: add support for IORING_OP_URING_CMDJens Axboe
2021-08-13fs: add file_operations->uring_cmd()Jens Axboe
2021-08-13io_uring: add infrastructure around io_uring_cmd_sqe issue typeJens Axboe
2021-08-13io_uring: split up io_uring_sqe into hdr + mainJens Axboe
2021-08-13io_uring: add support for IORING_OP_LINKATDmitry Kadashev
2021-08-13io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev
2021-08-13io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev
2021-08-13namei: update do_*() helpers to return intsDmitry Kadashev
2021-08-13namei: make do_linkat() take struct filenameDmitry Kadashev
2021-08-13namei: add getname_uflags()Dmitry Kadashev
2021-08-13namei: make do_symlinkat() take struct filenameDmitry Kadashev
2021-08-13namei: make do_mknodat() take struct filenameDmitry Kadashev
2021-08-13namei: make do_mkdirat() take struct filenameDmitry Kadashev
2021-08-13namei: change filename_parentat() calling conventionsDmitry Kadashev
2021-08-13namei: ignore ERR/NULL names in putname()Dmitry Kadashev
2021-08-12io_uring: correct __must_hold annotationJens Axboe
2021-08-12io_uring: code clean for completion_lock in io_arm_poll_handler()Hao Xu
2021-08-12io_uring: remove files pointer in cancellation functionsHao Xu
2021-08-12io_uring: extract io_uring_files_cancel() in io_uring_task_cancel()Hao Xu
2021-08-12io_uring: optimise hot path of ltimeout prepPavel Begunkov
2021-08-12io_uring: skip request refcountingPavel Begunkov
2021-08-12io_uring: remove submission referencesPavel Begunkov
2021-08-12io_uring: remove req_ref_sub_and_test()Pavel Begunkov
2021-08-12io_uring: move req_ref_get() and friendsPavel Begunkov
2021-08-12io_uring: remove IRQ aspect of io_ring_ctx completion lockJens Axboe
2021-08-12io_uring: run regular file completions from task_workJens Axboe
2021-08-12io_uring: run linked timeouts from task_workJens Axboe
2021-08-12io_uring: run timeouts from task_workJens Axboe
2021-08-11io_uring: remove file batch-get optimisationPavel Begunkov
2021-08-11io_uring: clean up tctx_task_work()Pavel Begunkov
2021-08-10io_uring: inline io_poll_remove_waitqsPavel Begunkov
2021-08-10io_uring: remove extra argument for overflow flushPavel Begunkov
2021-08-10io_uring: inline struct io_comp_statePavel Begunkov
2021-08-10io_uring: use inflight_entry instead of compl.listPavel Begunkov
2021-08-10io_uring: remove redundant args from cache_freePavel Begunkov
2021-08-10io_uring: cache __io_free_req()'d requestsPavel Begunkov
2021-08-10io_uring: move io_fallback_req_func()Pavel Begunkov
2021-08-10io_uring: optimise putting task structPavel Begunkov
2021-08-10io_uring: drop exec checks from io_req_task_submitPavel Begunkov
2021-08-10io_uring: kill unused IO_IOPOLL_BATCHPavel Begunkov
2021-08-10io_uring: improve ctx hang handlingPavel Begunkov
2021-08-10io_uring: deduplicate open iopoll checkPavel Begunkov
2021-08-10io_uring: inline io_free_req_deferredPavel Begunkov
2021-08-10io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov
2021-08-10io_uring: move io_put_task() definitionPavel Begunkov
2021-08-10io_uring: extract a helper for ctx quiescePavel Begunkov