summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | io_uring: optimise ltimeout for inline executionPavel Begunkov2023-12-121-10/+9
| * | | | io_uring: don't check iopoll if request completesPavel Begunkov2023-12-121-1/+5
| * | | | Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe2023-12-121-1/+1
| |\ \ \ \
* | \ \ \ \ Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+0
|\ \ \ \ \ \
| * | | | | | io_uring: remove uring_cmd cookieKeith Busch2023-12-011-1/+0
* | | | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-3/+2
|\ \ \ \ \ \ \
| * | | | | | | io_uring: use mempool KASAN hookAndrey Konovalov2023-12-291-1/+1
| * | | | | | | kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov2023-12-291-2/+1
* | | | | | | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | splice: return type ssize_t from all helpersAmir Goldstein2023-12-121-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-082-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'vfs.file'Christian Brauner2023-12-211-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | file: remove pointless wrapperChristian Brauner2023-12-121-1/+1
| | |/ / / / /
| * / / / / / eventfd: simplify eventfd_signal_mask()Christian Brauner2023-11-281-2/+2
| |/ / / / /
* | | | | | io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro2023-12-141-1/+1
* | | | | | io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe2023-12-131-3/+17
| |_|_|/ / |/| | | |
* | | | | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-071-7/+0
* | | | | io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe2023-12-051-2/+2
* | | | | io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter2023-12-051-2/+2
* | | | | io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov2023-12-031-6/+3
| |/ / / |/| | |
* | | | io_uring: use fget/fput consistentlyJens Axboe2023-11-282-23/+24
* | | | io_uring: free io_buffer_list entries via RCUJens Axboe2023-11-283-15/+56
* | | | io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe2023-11-281-0/+8
* | | | io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe2023-11-281-11/+66
* | | | io_uring/kbuf: defer release of mapped buffer ringsJens Axboe2023-11-283-5/+43
* | | | io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe2023-11-272-2/+5
* | | | io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAPJens Axboe2023-11-271-4/+6