summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
| * | | io_uring: remove io_req_tw_post_queuePavel Begunkov2022-11-233-16/+10
| * | | io_uring: use io_req_task_complete() in timeoutPavel Begunkov2022-11-231-2/+2
| * | | io_uring: hold locks for io_req_complete_failedPavel Begunkov2022-11-231-1/+5
| * | | io_uring: add completion locking for iopollPavel Begunkov2022-11-231-2/+3
| * | | io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe2022-11-221-13/+4
| * | | Revert "io_uring: disallow self-propelled ring polling"Jens Axboe2022-11-221-2/+0
| * | | io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-223-6/+21
| * | | io_uring: inline __io_req_complete_post()Pavel Begunkov2022-11-212-9/+3
| * | | io_uring: split tw fallback into a functionPavel Begunkov2022-11-211-10/+15
| * | | io_uring: inline io_req_task_work_add()Pavel Begunkov2022-11-212-7/+7
| * | | io_uring: update outdated comment of callbacksLin Ma2022-11-211-1/+1
| * | | io_uring/poll: remove outdated comments of cachingLin Ma2022-11-211-6/+1
| * | | io_uring: allow multishot recv CQEs to overflowDylan Yudaken2022-11-211-6/+2
| * | | io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken2022-11-211-4/+4
| * | | io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2022-11-212-3/+6
| * | | io_uring: fix two assignments in if conditionsXinghui Li2022-11-212-9/+14
| * | | io_uring/net: move mm accounting to a slower pathPavel Begunkov2022-11-212-18/+16
| * | | io_uring: move zc reporting from the hot pathPavel Begunkov2022-11-213-12/+42
| * | | io_uring/net: inline io_notif_flush()Pavel Begunkov2022-11-212-11/+10
| * | | io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov2022-11-211-4/+3
| * | | io_uring/net: preset notif tw handlerPavel Begunkov2022-11-211-6/+3
| * | | io_uring/net: remove extra notif rsrc setupPavel Begunkov2022-11-211-1/+0
| * | | io_uring: move kbuf put out of generic tw completePavel Begunkov2022-11-212-6/+6
| * | | io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher2022-11-213-1/+20
* | | | Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-5/+3
|\ \ \ \
| * | | | acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner2022-10-311-5/+3
* | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-122-12/+12
|\ \ \ \ \
| * | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-252-12/+12
| | |/ / / | |/| | |
* | | | | io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli2022-12-071-1/+3
| |_|/ / |/| | |
* | | | io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe2022-11-251-2/+7
* | | | io_uring/poll: fix poll_refs race with cancelationLin Ma2022-11-251-1/+2
* | | | io_uring/filetable: fix file reference underflowLin Ma2022-11-251-2/+0
* | | | io_uring: make poll refs more robustPavel Begunkov2022-11-251-1/+35
* | | | io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-11-251-5/+3
|/ / /
* | | io_uring: disallow self-propelled ring pollingPavel Begunkov2022-11-181-0/+2
* | | io_uring: fix multishot recv request leaksPavel Begunkov2022-11-171-9/+7
* | | io_uring: fix multishot accept request leaksPavel Begunkov2022-11-173-8/+5
* | | io_uring: fix tw losing poll eventsPavel Begunkov2022-11-171-0/+7
* | | io_uring: update res mask in io_poll_check_eventsPavel Begunkov2022-11-171-0/+3
* | | io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov2022-11-111-0/+2
* | | io_uring/poll: fix double poll req->flags racesPavel Begunkov2022-11-111-12/+17
* | | io_uring: check for rollover of buffer ID when providing buffersJens Axboe2022-11-101-0/+2
* | | io_uring: calculate CQEs from the user visible valueDylan Yudaken2022-11-081-2/+8
* | | io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-272-6/+15
* | | io_uring: use io_run_local_work_locked helperDylan Yudaken2022-10-271-2/+1
| |/ |/|
* | io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov2022-10-221-0/+2
* | io_uring/net: fail zc send when unsupported by socketPavel Begunkov2022-10-221-0/+2
* | io-wq: Fix memory leak in worker creationRafael Mendonca2022-10-201-1/+1
* | io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli2022-10-191-0/+3
* | io_uring/rw: remove leftover debug statementJens Axboe2022-10-161-2/+0