summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2024-02-2620-179/+783
|\
| * io_uring/napi: enable even with a timeout of 0Jens Axboe2024-02-151-4/+5
| * io_uring: kill stale comment for io_cqring_overflow_kill()Jens Axboe2024-02-151-1/+0
| * io_uring/sqpoll: use the correct check for pending task_workJens Axboe2024-02-141-1/+8
| * io_uring: wake SQPOLL task when task_work is added to an empty queueJens Axboe2024-02-141-1/+6
| * io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe2024-02-143-12/+12
| * io_uring: Don't include af_unix.h.Kuniyuki Iwashima2024-02-124-3/+2
| * io_uring: add register/unregister napi functionStefan Roesch2024-02-093-0/+76
| * io-uring: add sqpoll support for napi busy pollStefan Roesch2024-02-093-1/+33
| * io-uring: add napi busy poll supportStefan Roesch2024-02-096-0/+359
| * io-uring: move io_wait_queue definition to header fileStefan Roesch2024-02-092-21/+22
| * 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