summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03UPSTREAM: io_uring: ensure that io_init_req() passes in the right issue_flagsdeprecated/android13-5.15-2022-08android13-5.15-2022-08Jens Axboe
2023-03-03UPSTREAM: io_uring: add missing lock in io_get_file_fixedBing-Jhong Billy Jheng
2023-03-01UPSTREAM: io_uring/rw: remove leftover debug statementandroid13-5.15-2022-08_r37Jens Axboe
2023-03-01UPSTREAM: io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2023-03-01UPSTREAM: io_uring: fix double poll leak on repollingPavel Begunkov
2023-03-01UPSTREAM: io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan
2023-03-01UPSTREAM: io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2023-03-01UPSTREAM: io_uring: io_kiocb_update_pos() should not touch file for non -1 of...Jens Axboe
2023-03-01UPSTREAM: io_uring/rw: defer fsnotify calls to task contextJens Axboe
2023-03-01UPSTREAM: io_uring: do not recalculate ppos unnecessarilyDylan Yudaken
2023-03-01UPSTREAM: io_uring: update kiocb->ki_pos at execution timeDylan Yudaken
2023-03-01UPSTREAM: io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken
2023-03-01UPSTREAM: io_uring: ensure that cached task references are always put on exitJens Axboe
2023-03-01UPSTREAM: io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken
2023-03-01UPSTREAM: io_uring: allow re-poll if we made progressJens Axboe
2023-03-01UPSTREAM: io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe
2023-03-01UPSTREAM: io_uring: add flag for disabling provided buffer recyclingJens Axboe
2023-03-01UPSTREAM: io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe
2023-03-01UPSTREAM: io_uring: improve send/recv error handlingPavel Begunkov
2023-03-01UPSTREAM: io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
2023-03-01UPSTREAM: eventfd: provide a eventfd_signal_mask() helperJens Axboe
2023-03-01UPSTREAM: eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe
2023-03-01UPSTREAM: io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2023-03-01UPSTREAM: io_uring/io-wq: only free worker if it was allocated for creationJens Axboe
2023-03-01UPSTREAM: io_uring/io-wq: free worker if task_work creation is canceledJens Axboe
2023-03-01UPSTREAM: io_uring: lock overflowing for IOPOLLPavel Begunkov
2023-03-01UPSTREAM: io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()Harshit Mogalapalli
2023-03-01UPSTREAM: io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-03-01UPSTREAM: io_uring: check for valid register opcode earlierJens Axboe
2023-03-01UPSTREAM: io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli
2023-03-01UPSTREAM: io_uring: move to separate directoryJens Axboe
2023-03-01UPSTREAM: io_uring/poll: fix poll_refs race with cancelationLin Ma
2023-03-01UPSTREAM: io_uring: make poll refs more robustPavel Begunkov
2023-03-01UPSTREAM: io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2023-03-01UPSTREAM: io_uring: fix tw losing poll eventsPavel Begunkov
2023-03-01UPSTREAM: io_uring: update res mask in io_poll_check_eventsPavel Begunkov
2023-02-28UPSTREAM: io_uring/rw: fix unexpected link breakagePavel Begunkov
2023-02-28UPSTREAM: io_uring/rw: fix error'ed retry return valuesPavel Begunkov
2023-02-28UPSTREAM: io_uring/rw: fix short rw error handlingPavel Begunkov
2023-02-28UPSTREAM: io_uring: correct pinned_vm accountingPavel Begunkov
2023-02-28ANDROID: fix up struct sk_buf ABI breakageGreg Kroah-Hartman
2023-02-28UPSTREAM: io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2023-02-28UPSTREAM: io_uring/net: don't update msg_name if not providedPavel Begunkov
2023-02-28UPSTREAM: io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov
2023-02-28UPSTREAM: io_uring: fix wrong arm_poll error handlingPavel Begunkov
2023-02-28UPSTREAM: io_uring: fail links when poll failsPavel Begunkov
2023-02-28UPSTREAM: io_uring: bump poll refs to full 31-bitsJens Axboe
2023-02-28UPSTREAM: io_uring: remove poll entry from list when canceling allJens Axboe
2023-02-28UPSTREAM: io_uring: Remove unused function req_ref_putJiapeng Chong
2023-02-28UPSTREAM: io_uring: poll reworkPavel Begunkov