aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov
2020-06-17io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-07io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang
2020-06-07io_uring: fix FORCE_ASYNC req preparationPavel Begunkov
2020-06-07io_uring: don't prepare DRAIN reqs twicePavel Begunkov
2020-06-07io_uring: initialize ctx->sqo_wait earlierJens Axboe
2020-05-20io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-20io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang
2020-05-14io_uring: don't use 'fd' for openat/openat2/statxMax Kellermann
2020-05-06io_uring: statx must grab the file table for valid fdJens Axboe
2020-04-17io_uring: honor original task RLIMIT_FSIZEJens Axboe
2020-04-17io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov
2020-04-17io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe
2020-04-17io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe
2020-04-13io-uring: drop completion when removing fileHillf Danton
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe
2020-03-14io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov
2020-03-08io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe
2020-03-07io_uring: fix lockup with timeoutsPavel Begunkov
2020-03-06io_uring: free fixed_file_data after RCU grace periodJens Axboe
2020-02-27io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe
2020-02-27io_uring: define and set show_fdinfo only if procfs is enabledTobias Klauser
2020-02-26io_uring: drop file set ref put/get on switchJens Axboe
2020-02-26io_uring: import_single_range() returns 0/-ERRORJens Axboe
2020-02-26io_uring: pick up link work on submit reference dropJens Axboe
2020-02-25io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLXiaoguang Wang
2020-02-24io_uring: fix personality idr leakJens Axboe
2020-02-23io_uring: handle multiple personalities in link chainsJens Axboe
2020-02-22io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang
2020-02-21io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella
2020-02-18io_uring: fix use-after-free by io_cleanup_req()Pavel Begunkov
2020-02-18io_uring: remove unnecessary NULL checksDan Carpenter
2020-02-16io_uring: add missing io_req_cancelled()Pavel Begunkov
2020-02-13io_uring: prune request from overflow list on flushJens Axboe
2020-02-09io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe
2020-02-09io_uring: cancel pending async work if task exitsJens Axboe
2020-02-08io_uring: fix openat/statx's filename leakPavel Begunkov
2020-02-08io_uring: fix double prep iovec leakPavel Begunkov
2020-02-08io_uring: fix async close() with f_op->flush()Pavel Begunkov
2020-02-08io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe
2020-02-08io_uring: grab ->fs as part of async preparationJens Axboe
2020-02-08io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe
2020-02-08io_uring: add cleanup for openat()/statx()Pavel Begunkov
2020-02-08io_uring: fix iovec leaksPavel Begunkov
2020-02-08io_uring: remove unused struct io_async_openPavel Begunkov
2020-02-08io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella
2020-02-08io_uring: statx/openat/openat2 don't support fixed filesJens Axboe
2020-02-06io_uring: fix deferred req iovec leakPavel Begunkov