IO Uring
[Prev Page][Next Page]
- [PATCH for-next 07/12] io_uring: split send_zc specific struct out of io_sr_msg, (continued)
- [GIT PULL] io_uring fixes for 6.1-rc3,
Jens Axboe
- [PATCH 1/1] io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag,
Stefan Metzmacher
- [PATCH 0/2] io_uring: fix locking in __io_run_local_work,
Dylan Yudaken
- [PATCH net 0/4] a few corrections for SOCK_SUPPORT_ZC,
Pavel Begunkov
- [PATCH liburing-next 1/1] tests: test both TCP ends in send zc tests,
Pavel Begunkov
- [PATCH for-6.1 1/1] selftests/net: don't tests batched TCP io_uring zc,
Pavel Begunkov
- [PATCH 1/1] net: also flag accepted sockets supporting msghdr originated zerocopy,
Stefan Metzmacher
- [PATCH 1/1] uapi:io_uring.h: don't force linux/time_types.h for userspace, Stefan Metzmacher
- [GIT PULL] Followup io_uring pull for 6.1-rc2,
Jens Axboe
- [PATCH liburing 0/3] improve sendzc man pages,
Pavel Begunkov
- [GIT PULL] io_uring fixes for 6.1-rc2,
Jens Axboe
- [PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O,
Pavel Begunkov
- [PATCH for-6.1 0/3] fail io_uring zc with sockets not supporting it,
Pavel Begunkov
- [PATCH liburing] fix recv-multishot test skipping in 6.1,
Dylan Yudaken
- [PATCH liburing v2 0/3] Clean up clang `-Wshorten-64-to-32` warnings,
Ammar Faizi
- [PATCH liburing v1 0/3] Clean up clang `-Wshorten-64-to-32` warnings,
Ammar Faizi
- [PATCH liburing] Document maximum ring size for io_uring_register_buf_ring,
Dylan Yudaken
- [PATCH liburing for-next 0/5] expand send / zc tests,
Pavel Begunkov
- [PATCH] io-wq: Fix memory leak in worker creation,
Rafael Mendonca
- [PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc,
Pavel Begunkov
- [PATCH liburing 1/1] tests: use only UDP/TCP for zc testing,
Pavel Begunkov
- [PATCH] io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd(),
Harshit Mogalapalli
- [PATCH liburing 0/2] liburing: fix shortening api issues,
Dylan Yudaken
- [RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O,
Pavel Begunkov
- [RFC PATCH v2 00/13] zero-copy RX for io_uring,
Jonathan Lemon
- [RFC PATCH v2 05/13] io_uring: create page freelist for the ifq region, Jonathan Lemon
- [RFC PATCH v2 10/13] io_uring: Allocate a uarg for use by the ifq RX, Jonathan Lemon
- [RFC PATCH v2 02/13] netdevice: add SETUP_ZCTAP to the netdev_bpf structure, Jonathan Lemon
- [RFC PATCH v2 06/13] io_uring: Provide driver API for zctap packet buffers., Jonathan Lemon
- [RFC PATCH v2 12/13] io_uring: add OP_RECV_ZC command., Jonathan Lemon
- [RFC PATCH v2 03/13] io_uring: add register ifq opcode, Jonathan Lemon
- [RFC PATCH v2 07/13] io_uring: Allocate the zctap buffers for the device, Jonathan Lemon
- [RFC PATCH v2 11/13] io_uring: Define the zctap iov[] returned to the user., Jonathan Lemon
- [RFC PATCH v2 01/13] io_uring: add zctap ifq definition, Jonathan Lemon
- [RFC PATCH v2 08/13] io_uring: Add zctap buffer get/put functions and refcounting., Jonathan Lemon
- [RFC PATCH v2 13/13] io_uring: Make remove_ifq_region a delayed work call, Jonathan Lemon
- [RFC PATCH v2 04/13] io_uring: create a zctap region for a mapped buffer, Jonathan Lemon
- [RFC PATCH v2 09/13] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed(), Jonathan Lemon
- Re: [RFC PATCH v2 00/13] zero-copy RX for io_uring, Ziyang Zhang
- [RFC for-next 0/4] enable pcpu bio caching for IRQ I/O,
Pavel Begunkov
- Problems replacing epoll with io_uring in tevent,
Stefan Metzmacher
- [PATCH] io_uring/rw: remove leftover debug statement, Jens Axboe
- [PATCH liburing 1/1] tests: fix zc support checks,
Pavel Begunkov
- [PATCH 0/4] random io_uring cleanups,
Pavel Begunkov
- fast io_uring development using livepatching to test/debug simple changes, Stefan Metzmacher
- IORING_CQE_F_COPIED,
Stefan Metzmacher
- [GIT PULL] Followup io_uring fixes for 6.1-rc1,
Jens Axboe
- [PATCH AUTOSEL 5.19 54/63] block: replace blk_queue_nowait with bdev_nowait, Sasha Levin
- [PATCH AUTOSEL 6.0 56/67] block: replace blk_queue_nowait with bdev_nowait, Sasha Levin
- [PATCH AUTOSEL 6.0 44/67] io_uring: fix CQE reordering, Sasha Levin
- [PATCH] io_uring/rw: ensure kiocb_end_write() is always called, Jens Axboe
- [PATCH 1/1] io_uring: fix fdinfo sqe offsets calculation,
Pavel Begunkov
- Re: [regression, v6.0-rc0, io-uring?] filesystem freeze hangs on sb_wait_write(),
Dave Chinner
- [PATCH v1] io_uring: local variable rw shadows outer variable in io_write,
Stefan Roesch
- BUG: corrupted list in io_poll_task_func,
Wei Chen
- [syzbot] KASAN: slab-out-of-bounds Read in io_uring_show_fdinfo,
syzbot
- [RFC] liburing: add an example for a TCP/UDP ZC RX server., Jonathan Lemon
- [RFC v1 0/9] zero-copy RX for io_uring,
Jonathan Lemon
- [RFC v1 1/9] io_uring: add zctap ifq definition, Jonathan Lemon
- [RFC v1 3/9] io_uring: add register ifq opcode, Jonathan Lemon
- [RFC v1 9/9] io_uring: add OP_RECV_ZC command., Jonathan Lemon
- [RFC v1 8/9] io_uring: provide functions for the page_pool., Jonathan Lemon
- [RFC v1 2/9] netdevice: add SETUP_ZCTAP to the netdev_bpf structure, Jonathan Lemon
- [RFC v1 7/9] page_pool: add page allocation and free hooks., Jonathan Lemon
- [RFC v1 6/9] io_uring: introduce reference tracking for user pages., Jonathan Lemon
- [RFC v1 5/9] io_uring: Add io_uring zctap iov structure and helpers, Jonathan Lemon
- [RFC v1 4/9] io_uring: add provide_ifq_region opcode, Jonathan Lemon
- Re: [RFC v1 0/9] zero-copy RX for io_uring, dust.li
- [PATCH] io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC,
Jens Axboe
- IORING_OP_SENDMSG_ZC should enable auditing just like IORING_OP_SENDMSG,
Paul Moore
- [PATCH 1/1] io_uring: optimise locking for local tw with submit_wait,
Pavel Begunkov
- [PATCH 1/1] io_uring: optimise mb() in io_req_local_work_add,
Pavel Begunkov
- [PATCH v2] io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT, Jens Axboe
- [PATCH] io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT, Jens Axboe
- [GIT PULL] v2 Passthrough updates for 6.1-rc1,
Jens Axboe
- [PATCH -next] io_uring: Add missing inline to io_uring_cmd_import_fixed() dummy,
Geert Uytterhoeven
- [PATCH for-6.1 1/1] io_uring: remove notif leftovers,
Pavel Begunkov
- [PATCH for-6.1 1/1] io_uring: correct pinned_vm accounting,
Pavel Begunkov
- [GIT PULL] Passthrough updates for 6.1-rc1,
Jens Axboe
- [GIT PULL] io_uring updates for 6.1-rc1,
Jens Axboe
- [PATCH] io_uring: fix short read/write with linked ops,
David Stevens
- [GIT PULL] io_uring fixes for 6.0-final,
Jens Axboe
- ublk-qcow2: ublk-qcow2 is available,
Ming Lei
- [PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru,
Anuj Gupta
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru, Jens Axboe
[PATCH] io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL, Jens Axboe
[PATCH for-next 0/2] net fixes,
Pavel Begunkov
[PATCH] io_uring/rw: defer fsnotify calls to task context, Jens Axboe
Re: [syzbot] inconsistent lock state in kmem_cache_alloc,
Jan Kara
[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru,
Anuj Gupta
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH 1/1] io_uring/net: fix fast_iov assignment in io_setup_async_msg(),
Stefan Metzmacher
[PATCH liburing 0/4] add more net tests,
Pavel Begunkov
[PATCH for-next 1/1] io_uring/net: fix non-zc send with address,
Pavel Begunkov
[PATCH] io_uring/poll: disable level triggered poll,
Jens Axboe
IORING_POLL_ADD_LEVEL doesn't provide level triggered poll...,
Stefan Metzmacher
[PATCH liburing 1/1] liburing: add more zc helpers,
Pavel Begunkov
Chaining accept+read,
Ben Noordhuis
[PATCH for-6.1] io_uring/net: don't skip notifs for failed requests,
Pavel Begunkov
[PATCH for-next v10 0/7] Fixed-buffer for uring-cmd/passthru,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH for-next v10 0/7] Fixed-buffer for uring-cmd/passthru, Jens Axboe
[PATCH liburing 1/1] tests: a small fix for zc tests,
Pavel Begunkov
[PATCH liburing v2 0/3] 6.0 updates,
Dylan Yudaken
[PATCH for-next 1/1] io_uring: limit registration w/ SINGLE_ISSUER,
Pavel Begunkov
[PATCH for-next v2 0/2] rw link fixes,
Pavel Begunkov
[PATCH for-next 0/2] rw link fixes,
Pavel Begunkov
[PATCH v2 0/3] io_uring: register single issuer task at creation,
Dylan Yudaken
[PATCH liburing 0/2] 6.0 updates,
Dylan Yudaken
[PATCH 0/3] io_uring: register single issuer task at creation,
Dylan Yudaken
[PATCH for-next 1/1] io_uring/net: fix cleanup double free free_iov init,
Pavel Begunkov
[PATCH for-next] tests: test async_data double-free with sendzc,
Pavel Begunkov
[PATCH for-next v9 0/7] fixed-buffer for uring-cmd/passthru,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[syzbot] KASAN: invalid-free in io_clean_op,
syzbot
[PATCH] io_uring: Support calling io_uring_register with a registered ring fd, Josh Triplett
[GIT PULL] io_uring fix for 6.0-rc7,
Jens Axboe
[PATCH] io_uring: ensure that cached task references are always put on exit, Jens Axboe
[PATCH for-next 1/1] selftest/net: adjust io_uring sendzc notif handling,
Pavel Begunkov
[PATCH for-next v2] io_uring/net: fix UAF in io_sendrecv_fail(),
Pavel Begunkov
[PATCH liburing] test invalid sendmsg and recvmsg,
Dylan Yudaken
[PATCH for-next 1/1] io_uring/net: fix UAF in io_sendrecv_fail(),
Pavel Begunkov
[PATCH for-next] io_uring: fix CQE reordering,
Pavel Begunkov
[syzbot] KASAN: use-after-free Write in io_sendrecv_fail,
syzbot
[PATCH for-next v8 0/5] fixed-buffer for uring-cmd/passthru,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
Re: [PATCH for-next v8 0/5] fixed-buffer for uring-cmd/passthru, Jens Axboe
[PATCH for-next] io_uring: ensure local task_work marks task as running,
Jens Axboe
[PATCH liburing 0/4] zc changes,
Pavel Begunkov
[PATCH for-next 0/9] mix of 6.1 net patches,
Pavel Begunkov
- [PATCH 1/9] io_uring: add custom opcode hooks on fail, Pavel Begunkov
- [PATCH 2/9] io_uring/rw: don't lose partial IO result on fail, Pavel Begunkov
- [PATCH 3/9] io_uring/net: don't lose partial send/recv on fail, Pavel Begunkov
- [PATCH 4/9] io_uring/net: don't lose partial send_zc on fail, Pavel Begunkov
- [PATCH 5/9] io_uring/net: refactor io_setup_async_addr, Pavel Begunkov
- [PATCH 6/9] io_uring/net: support non-zerocopy sendto, Pavel Begunkov
- [PATCH 8/9] io_uring/net: combine fail handlers, Pavel Begunkov
- [PATCH 7/9] io_uring/net: rename io_sendzc(), Pavel Begunkov
- [PATCH 9/9] io_uring/net: zerocopy sendmsg, Pavel Begunkov
- Re: [PATCH for-next 0/9] mix of 6.1 net patches, Jens Axboe
[PATCH v5 0/3] implement direct IO with integrity,
Alexander V. Buev
Memory ordering description in io_uring.pdf,
J. Hanne
[GIT PULL] Follow up io_uring pull for 6.0-rc6,
Jens Axboe
[PATCH 1/1] io_uring/net: fix zc fixed buf lifetime,
Pavel Begunkov
[PATCH for-6.0 0/5] IORING_OP_SEND_ZC improvements,
Stefan Metzmacher
[GIT PULL] io_uring fixes for 6.0-rc6,
Jens Axboe
[PATCH] io_uring: rw: Fix an unsigned comparison which can never be negative,
Jiapeng Chong
[PATCH 1/1] io_uring/rw: fix error'ed retry return values,
Pavel Begunkov
[PATCH liburing 1/1] tests: fixup defer-taskrun.c after api change,
Pavel Begunkov
[PATCH v3 00/12] io-uring/btrfs: support async buffered writes,
Stefan Roesch
- [PATCH v3 04/12] btrfs: add the ability to use NO_FLUSH for data reservations, Stefan Roesch
- [PATCH v3 03/12] btrfs: make can_nocow_extent nowait compatible, Stefan Roesch
- [PATCH v3 06/12] btrfs: make btrfs_check_nocow_lock nowait compatible, Stefan Roesch
- [PATCH v3 02/12] btrfs: implement a nowait option for tree searches, Stefan Roesch
- [PATCH v3 01/12] mm: export balance_dirty_pages_ratelimited_flags(), Stefan Roesch
- [PATCH v3 05/12] btrfs: add btrfs_try_lock_ordered_range, Stefan Roesch
- [PATCH v3 07/12] btrfs: make prepare_pages nowait compatible, Stefan Roesch
- [PATCH v3 09/12] btrfs: plumb NOWAIT through the write path, Stefan Roesch
- [PATCH v3 10/12] btrfs: make balance_dirty_pages nowait compatible, Stefan Roesch
- [PATCH v3 08/12] btrfs: make lock_and_cleanup_extent_if_need nowait compatible, Stefan Roesch
- [PATCH v3 12/12] btrfs: enable nowait async buffered writes, Stefan Roesch
- [PATCH v3 11/12] btrfs: assert nowait mode is not used for some btree search functions, Stefan Roesch
- Re: [PATCH v3 00/12] io-uring/btrfs: support async buffered writes, Filipe Manana
- Re: [PATCH v3 00/12] io-uring/btrfs: support async buffered writes, David Sterba
[PATCH v1] block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait,
Stefan Roesch
[PATCH 0/2 for-next] A few fdinfo tweaks,
Jens Axboe
[GIT PULL] io_uring fixes for 6.0-rc5,
Jens Axboe
[PATCH v4 0/3] implement direct IO with integrity,
Alexander V. Buev
[PATCH for-6.0] io_uring/rw: fix short rw error handling,
Pavel Begunkov
[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
[PATCH v3 0/3] implement direct IO with integrity,
Alexander V. Buev
[PATCH for-next v6 0/5] fixed-buffer for uring-cmd/passthru,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
[PATCH for-next 0/6] defer tw fixes and other cleanups,
Pavel Begunkov
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]