summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-05io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter1-2/+2
2024-03-05io_uring/net: correct the type of variableMuhammad Usama Anjum1-1/+1
2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li3-1/+24
2024-03-01io_uring/net: move recv/recvmsg flags out of retry loopJens Axboe1-7/+8
2024-02-27io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe2-2/+11
2024-02-27io_uring/net: improve the usercopy for sendmsg/recvmsgJens Axboe1-7/+22
2024-02-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe1-70/+91
2024-02-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe1-129/+142
2024-02-16io_uring/napi: enable even with a timeout of 0Jens Axboe2-4/+6
2024-02-16io_uring: kill stale comment for io_cqring_overflow_kill()Jens Axboe1-1/+0
2024-02-14io_uring/sqpoll: use the correct check for pending task_workJens Axboe1-1/+8
2024-02-14io_uring: wake SQPOLL task when task_work is added to an empty queueJens Axboe1-1/+6
2024-02-14io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe3-12/+12
2024-02-13io_uring: Don't include af_unix.h.Kuniyuki Iwashima4-3/+2
2024-02-09io_uring: add register/unregister napi functionStefan Roesch4-0/+88
2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch3-1/+33
2024-02-09io-uring: add napi busy poll supportStefan Roesch7-1/+373
2024-02-09io-uring: move io_wait_queue definition to header fileStefan Roesch2-21/+22
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support' of git://git.kernel...Jens Axboe2-14/+47
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch2-0/+19
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch1-14/+28
2024-02-09io_uring: add support for ftruncateTony Solomonik5-1/+64
2024-02-09Add do_ftruncate that truncates a struct fileTony Solomonik2-25/+29
2024-02-08io_uring: Simplify the allocation of slab cachesKunwu Chan1-3/+2
2024-02-08io_uring: re-arrange struct io_ring_ctx to reduce paddingJens Axboe1-15/+16
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe3-17/+82
2024-02-08io_uring: pass in counter to handle_tw_list() rather than return itJens Axboe1-5/+3
2024-02-08io_uring: cleanup handle_tw_list() calling conventionJens Axboe1-16/+13
2024-02-08io_uring/poll: improve readability of poll reference decrementingJens Axboe1-2/+2
2024-02-08io_uring: remove unconditional looping in local task_work handlingJens Axboe1-15/+29
2024-02-08io_uring: remove next io_kiocb fetch in task_work runningJens Axboe1-3/+0
2024-02-08io_uring: handle traditional task_work in FIFO orderJens Axboe1-1/+1
2024-02-08io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe2-8/+4
2024-02-08io_uring: remove looping around handling traditional task_workJens Axboe1-38/+7
2024-02-08io_uring/kbuf: cleanup passing back cflagsJens Axboe2-24/+31
2024-02-08io_uring/rw: remove dead file == NULL checkJens Axboe1-1/+1
2024-02-08io_uring: cleanup io_req_complete_post()Jens Axboe1-4/+4
2024-02-08io_uring: mark the need to lock/unlock the ring as unlikelyJens Axboe1-2/+2
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe6-6/+21
2024-02-08io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe5-8/+15
2024-02-08io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe4-50/+58
2024-02-07io_uring: use file_mnt_idmap helperAlexander Mikhalitsyn1-1/+1
2024-02-04Linux 6.8-rc3Linus Torvalds1-1/+1
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-189/+203
2024-02-04Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+31
2024-02-04Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-33/+33
2024-02-04Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+12
2024-02-04Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-19/+53
2024-02-04Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds21-90/+267
2024-02-04Merge tag 'i2c-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1