summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* 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
* | io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAPJens Axboe2023-11-271-18/+21
* | io_uring: fix off-by one bvec indexKeith Busch2023-11-201-1/+1
* | io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile2023-11-201-1/+1
* | io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2023-11-152-9/+12
|/
* io_uring: do not clamp read length for multishot readDylan Yudaken2023-11-061-1/+8
* io_uring: do not allow multishot read to set addr or lenDylan Yudaken2023-11-061-0/+4
* io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken2023-11-062-8/+11
* io_uring/rw: add separate prep handler for fixed read/writeJens Axboe2023-11-063-14/+21
* io_uring/rw: add separate prep handler for readv/writevJens Axboe2023-11-063-9/+18
* io_uring/net: ensure socket is marked connected on connect retryJens Axboe2023-11-031-13/+11
* io_uring/rw: don't attempt to allocate async data if opcode doesn't need itJens Axboe2023-11-031-0/+7
* Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-017-0/+473
|\
| * io_uring: add support for vectored futex waitsJens Axboe2023-09-293-9/+173
| * io_uring: add support for futex wake and waitJens Axboe2023-09-297-0/+309
* | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+53
|\ \
| * | io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao2023-10-191-0/+21
| * | io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao2023-10-191-0/+28
| * | io_uring/cmd: return -EOPNOTSUPP if net is disabledBreno Leitao2023-10-191-0/+2
| * | io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao2023-10-191-0/+2
* | | Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-0114-56/+649
|\| |
| * | io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsJens Axboe2023-10-191-1/+1
| * | io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi2023-10-053-22/+30
| * | io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi2023-10-051-4/+7
| * | io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi2023-10-051-1/+1
| * | io_uring/rsrc: cleanup io_pin_pages()Jens Axboe2023-10-021-20/+17
| |/
| * io_uring: cancelable uring_cmdMing Lei2023-09-282-0/+80
| * io_uring: retain top 8bits of uring_cmd flags for kernel internal useMing Lei2023-09-282-1/+4
| * io_uring: add IORING_OP_WAITID supportJens Axboe2023-09-216-1/+406