summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: add support for ftruncateTony Solomonik2024-02-094-1/+63
| * io_uring: Simplify the allocation of slab cachesKunwu Chan2024-02-081-3/+2
| * io_uring/sqpoll: manage task_work privatelyJens Axboe2024-02-083-17/+82
| * io_uring: pass in counter to handle_tw_list() rather than return itJens Axboe2024-02-081-5/+3
| * io_uring: cleanup handle_tw_list() calling conventionJens Axboe2024-02-081-16/+13
| * io_uring/poll: improve readability of poll reference decrementingJens Axboe2024-02-081-2/+2
| * io_uring: remove unconditional looping in local task_work handlingJens Axboe2024-02-081-15/+29
| * io_uring: remove next io_kiocb fetch in task_work runningJens Axboe2024-02-081-3/+0
| * io_uring: handle traditional task_work in FIFO orderJens Axboe2024-02-081-1/+1
| * io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe2024-02-081-1/+1
| * io_uring: remove looping around handling traditional task_workJens Axboe2024-02-081-38/+7
| * io_uring/kbuf: cleanup passing back cflagsJens Axboe2024-02-082-24/+31
| * io_uring/rw: remove dead file == NULL checkJens Axboe2024-02-081-1/+1
| * io_uring: cleanup io_req_complete_post()Jens Axboe2024-02-081-4/+4
| * io_uring: mark the need to lock/unlock the ring as unlikelyJens Axboe2024-02-081-2/+2
| * io_uring: add io_file_can_poll() helperJens Axboe2024-02-085-6/+18
| * io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe2024-02-084-8/+12
| * io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe2024-02-082-5/+6
| * io_uring: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-061-1/+1
* | io_uring/net: fix multishot accept overflow handlingJens Axboe2024-02-141-2/+3
|/
* io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe2024-02-011-0/+1
* io_uring/net: limit inline multishot retriesJens Axboe2024-01-291-3/+20
* io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2024-01-292-2/+15
* io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe2024-01-291-16/+20
* io_uring/poll: move poll execution helpers higher upJens Axboe2024-01-291-20/+20
* io_uring/rw: ensure poll based multishot read retries appropriatelyJens Axboe2024-01-282-1/+18
* io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore2024-01-232-1/+4
* Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-184-47/+86
|\
| * io_uring: combine cq_wait_nr checksPavel Begunkov2024-01-171-7/+27
| * io_uring: clean *local_work_add var namingPavel Begunkov2024-01-171-7/+7
| * io_uring: clean up local tw add-wait syncPavel Begunkov2024-01-171-2/+8
| * io_uring: adjust defer tw countingPavel Begunkov2024-01-171-1/+1
| * io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe2024-01-171-3/+5
| * io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe2024-01-112-7/+12
| * io_uring/rw: cleanup io_rw_done()Jens Axboe2024-01-101-21/+27
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-1/+2
|\ \
| * \ Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-0212-98/+256
| |\ \
| * \ \ Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-1/+2
| |\ \ \
| | * | | fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini2023-11-141-1/+2
* | | | | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1115-850/+752
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io_uring: ensure local task_work is run on wait timeoutJens Axboe2024-01-041-2/+12
| * | | | io_uring/kbuf: add method for returning provided buffer ring headJens Axboe2023-12-213-0/+33
| * | | | io_uring/rw: ensure io->bytes_done is always initializedJens Axboe2023-12-211-3/+7
| * | | | io_uring: drop any code related to SCM_RIGHTSJens Axboe2023-12-194-217/+10
| * | | | io_uring/unix: drop usage of io_uring socketJens Axboe2023-12-192-14/+0
| * | | | io_uring/register: move io_uring_register(2) related code to register.cJens Axboe2023-12-195-580/+619
| * | | | io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe2023-12-123-0/+56
| * | | | io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov2023-12-121-6/+0
| * | | | io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov2023-12-122-17/+0
| * | | | io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-123-2/+3