IO Uring
[Prev Page][Next Page]
- [PATCH 0/8] alloc cache and iovec assorted cleanups,
Pavel Begunkov
- [PATCH 2/8] io_uring: dont ifdef io_alloc_cache_kasan(), Pavel Begunkov
- [PATCH 1/8] io_uring: include all deps for alloc_cache.h, Pavel Begunkov
- [PATCH 3/8] io_uring: add alloc_cache.c, Pavel Begunkov
- [PATCH 4/8] io_uring/net: make io_net_vec_assign() return void, Pavel Begunkov
- [PATCH 6/8] io_uring/net: extract io_send_select_buffer(), Pavel Begunkov
- [PATCH 5/8] io_uring/net: clean io_msg_copy_hdr(), Pavel Begunkov
- [PATCH 7/8] io_uring: remove !KASAN guards from cache free, Pavel Begunkov
- [PATCH 8/8] io_uring/rw: simplify io_rw_recycle(), Pavel Begunkov
- Re: [PATCH 0/8] alloc cache and iovec assorted cleanups, Gabriel Krisman Bertazi
- Re: [PATCH 0/8] alloc cache and iovec assorted cleanups, Jens Axboe
- [PATCH 0/8] Various io_uring micro-optimizations (reducing lock contention),
Max Kellermann
- [PATCH 1/1] io_uring: fix multishots with selected buffers,
Pavel Begunkov
- [PATCH v3 1/2] io_uring: refactor io_uring_allowed(),
Hamza Mahfooz
- [PATCH v4] io_uring/futex: Factor out common free logic into io_free_ifd(),
Sidong Yang
- [PATCH v3] io_uring/futex: Factor out common free logic into io_free_ifd(), Sidong Yang
- [PATCH] io_uring/register: use atomic_read/write for sq_flags migration,
Jens Axboe
- [PATCH stable-6.1 1/1] io_uring: fix waiters missing wake ups,
Pavel Begunkov
- [PATCH v2] io_uring/futex: Factor out common free logic into io_free_ifd(),
Sidong Yang
- Re: Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs,
Salvatore Bonaccorso
- [PATCHSET v2 0/3] Cleanup alloc cache init_once handling,
Jens Axboe
- [PATCH v11 00/18] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH v11 01/18] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH v11 02/18] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH v11 03/18] fuse: Move request bits, Bernd Schubert
- [PATCH v11 07/18] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH v11 10/18] fuse: Add io-uring sqe commit and fetch support, Bernd Schubert
- [PATCH v11 13/18] fuse: Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH v11 04/18] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH v11 12/18] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static, Bernd Schubert
- [PATCH v11 06/18] fuse: {io-uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH v11 11/18] fuse: {io-uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH v11 15/18] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH v11 17/18] fuse: prevent disabling io-uring on active connections, Bernd Schubert
- [PATCH v11 05/18] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH v11 14/18] fuse: Allow to queue bg requests through io-uring, Bernd Schubert
- [PATCH v11 16/18] fuse: block request allocation until io-uring init is complete, Bernd Schubert
- [PATCH v11 18/18] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH v11 08/18] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- Re: [PATCH v11 00/18] fuse: fuse-over-io-uring, Bernd Schubert
- [PATCH v11 09/18] fuse: {io-uring} Make hash-list req unique finding functions non-static, Bernd Schubert
- [PATCHSET 0/2] Cleanup alloc cache init_once handling,
Jens Axboe
- [PATCH] io-uring: futex: cache io_futex_data than kfree,
Sidong Yang
- [PATCH] io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock(),
Jens Axboe
- [PATCH] io_uring/msg_ring: don't leave potentially dangling ->tctx pointer, Jens Axboe
- io_msg_remote_post() sets up dangling pointer (but it is never accessed)?,
Jann Horn
- [PATCH] io_uring/uring_cmd: add missing READ_ONCE() on shared memory read,
Jann Horn
- [no subject], Unknown
- [PATCH] io_uring: change 'unsigned' to 'unsigned int',
Ethan Carter Edwards
- [PATCH] io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller,
Jann Horn
- [PATCH v10 00/17] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH v10 01/17] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH v10 02/17] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH v10 03/17] fuse: Move request bits, Bernd Schubert
- [PATCH v10 04/17] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH v10 10/17] fuse: Add io-uring sqe commit and fetch support, Bernd Schubert
- [PATCH v10 05/17] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH v10 06/17] fuse: {io-uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH v10 14/17] fuse: Allow to queue bg requests through io-uring, Bernd Schubert
- [PATCH v10 11/17] fuse: {io-uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH v10 13/17] fuse: Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH v10 09/17] fuse: {io-uring} Make hash-list req unique finding functions non-static, Bernd Schubert
- [PATCH v10 17/17] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH v10 16/17] fuse: block request allocation until io-uring init is complete, Bernd Schubert
- [PATCH v10 15/17] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH v10 12/17] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static, Bernd Schubert
- [PATCH v10 08/17] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH v10 07/17] fuse: Make fuse_copy non static, Bernd Schubert
- [GIT PULL] io_uring updates for 6.14-rc1,
Jens Axboe
- [RFC][PATCH] fix io_uring_show_fdinfo() misuse of ->d_iname,
Al Viro
- [PATCH net-next v12 00/10] io_uring zero copy rx,
Pavel Begunkov
- [PATCH net-next v12 02/10] net: prefix devmem specific helpers, Pavel Begunkov
- [PATCH net-next v12 01/10] net: page_pool: don't cast mp param to devmem, Pavel Begunkov
- [PATCH net-next v12 03/10] net: generalise net_iov chunk owners, Pavel Begunkov
- [PATCH net-next v12 05/10] netdev: add io_uring memory provider info, Pavel Begunkov
- [PATCH net-next v12 04/10] net: page_pool: create hooks for custom memory providers, Pavel Begunkov
- [PATCH net-next v12 07/10] net: page_pool: add a mp hook to unregister_netdevice*, Pavel Begunkov
- [PATCH net-next v12 06/10] net: page_pool: add callback for mp info printing, Pavel Begunkov
- [PATCH net-next v12 09/10] net: page_pool: add memory provider helpers, Pavel Begunkov
- [PATCH net-next v12 08/10] net: prepare for non devmem TCP memory providers, Pavel Begunkov
- [PATCH net-next v12 10/10] net: add helpers for setting a memory provider on an rx queue, Pavel Begunkov
- Re: [PATCH net-next v12 00/10] io_uring zero copy rx, Jakub Kicinski
- [GIT PULL] io_uring fixes for 6.13-final,
Jens Axboe
- [PATCH net-next v11 00/21] io_uring zero copy rx,
David Wei
- [PATCH net-next v11 01/21] net: page_pool: don't cast mp param to devmem, David Wei
- [PATCH net-next v11 02/21] net: prefix devmem specific helpers, David Wei
- [PATCH net-next v11 03/21] net: generalise net_iov chunk owners, David Wei
- [PATCH net-next v11 04/21] net: page_pool: create hooks for custom memory providers, David Wei
- [PATCH net-next v11 05/21] netdev: add io_uring memory provider info, David Wei
- [PATCH net-next v11 07/21] net: page_pool: add a mp hook to unregister_netdevice*, David Wei
- [PATCH net-next v11 08/21] net: prepare for non devmem TCP memory providers, David Wei
- [PATCH net-next v11 09/21] net: page_pool: add memory provider helpers, David Wei
- [PATCH net-next v11 06/21] net: page_pool: add callback for mp info printing, David Wei
- [PATCH net-next v11 10/21] net: add helpers for setting a memory provider on an rx queue, David Wei
- [PATCH net-next v11 12/21] io_uring/zcrx: add io_zcrx_area, David Wei
- [PATCH net-next v11 13/21] io_uring/zcrx: grab a net device, David Wei
- [PATCH net-next v11 11/21] io_uring/zcrx: add interface queue and refill queue, David Wei
- [PATCH net-next v11 15/21] io_uring/zcrx: dma-map area for the device, David Wei
- [PATCH net-next v11 14/21] io_uring/zcrx: implement zerocopy receive pp memory provider, David Wei
- [PATCH net-next v11 17/21] io_uring/zcrx: set pp memory provider for an rx queue, David Wei
- [PATCH net-next v11 16/21] io_uring/zcrx: add io_recvzc request, David Wei
- [PATCH net-next v11 21/21] io_uring/zcrx: add selftest, David Wei
- [PATCH net-next v11 18/21] io_uring/zcrx: throttle receive requests, David Wei
- [PATCH net-next v11 19/21] io_uring/zcrx: add copy fallback, David Wei
- [PATCH net-next v11 20/21] net: add documentation for io_uring zcrx, David Wei
- Re: [PATCH net-next v11 00/21] io_uring zero copy rx, Paolo Abeni
- [PATCH 1/1] io_uring: clean up io_uring_register_get_file(),
Pavel Begunkov
- [PATCH v2] io_uring/rsrc: Simplify buffer cloning by locking both rings,
Jann Horn
- [PATCH] io_uring/rsrc: Simplify buffer cloning by locking both rings,
Jann Horn
- [PATCHSET 0/3] Ring resizing fixes,
Jens Axboe
- [PATCH 1/1] io_uring: reuse io_should_terminate_tw() for cmds,
Pavel Begunkov
- [PATCH] io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc(),
Sidong Yang
- [PATCH] test/defer: fix deadlock when io_uring_submit fail,
lizetao
- [PATCH] io_uring: Factor out a function to parse restrictions,
Josh Triplett
- [PATCH] io_uring/rsrc: fixup io_clone_buffers() error handling, Jens Axboe
- [PATCH] io_uring/rsrc: require cloned buffers to share accounting contexts,
Jann Horn
- io_uring: memory accounting quirk with IORING_REGISTER_CLONE_BUFFERS,
Jann Horn
- [PATCH] io_uring/io-wq: Fix a small time window for reading work->flags,
lizetao
- [PATCH v2] io_uring: simplify the SQPOLL thread check when cancelling requests,
Bui Quang Minh
- [PATCH liburing] examples/io_uring-test: Fix memory leak,
Marcel Holtmann
- [PATCH] io_uring: simplify the SQPOLL thread check when cancelling requests,
Bui Quang Minh
- [GIT PULL] io_uring fixes for 6.13-rc7,
Jens Axboe
- KASAN reported an error while executing accept-reust.t testcase,
lizetao
- [PATCH] io_uring: annotate sqd->thread access with data race in cancel path,
Bui Quang Minh
- [RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise(),
SeongJae Park
- futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine),
Jann Horn
- [PATCH 1/1] io_uring: don't touch sqd->thread off tw add,
Pavel Begunkov
- [PATCH v2] btrfs: add io_uring interface for encoded writes,
Mark Harmstone
- [PATCH 1/1] io_uring: sqpoll: zero sqd->thread on tctx errors,
Pavel Begunkov
- [PATCH v2] treewide: const qualify ctl_tables where applicable,
Joel Granados
- Re: [syzbot] [kernel?] KASAN: slab-use-after-free Read in thread_group_cputime,
Dmitry Vyukov
- [PATCHSET for-next 0/3] Fix read/write -EAGAIN failure cases,
Jens Axboe
- [PATCH for-next] io_uring/eventfd: replace out-of-line signaling with a workqueue, Jens Axboe
- [PATCH] treewide: const qualify ctl_tables where applicable,
Joel Granados
- [PATCH] io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period,
Jens Axboe
- [PATCH net-next v10 00/22] io_uring zero copy rx,
David Wei
- [PATCH net-next v10 06/22] net: page_pool: create hooks for custom memory providers, David Wei
- [PATCH net-next v10 01/22] net: make page_pool_ref_netmem work with net iovs, David Wei
- [PATCH net-next v10 19/22] io_uring/zcrx: throttle receive requests, David Wei
- [PATCH net-next v10 02/22] net: page_pool: don't cast mp param to devmem, David Wei
- [PATCH net-next v10 11/22] net: page_pool: add memory provider helpers, David Wei
- [PATCH net-next v10 09/22] net: page_pool: add a mp hook to unregister_netdevice*, David Wei
- [PATCH net-next v10 16/22] io_uring/zcrx: dma-map area for the device, David Wei
- [PATCH net-next v10 17/22] io_uring/zcrx: add io_recvzc request, David Wei
- [PATCH net-next v10 14/22] io_uring/zcrx: grab a net device, David Wei
- [PATCH net-next v10 08/22] net: page_pool: add callback for mp info printing, David Wei
- [PATCH net-next v10 21/22] net: add documentation for io_uring zcrx, David Wei
- [PATCH net-next v10 18/22] io_uring/zcrx: set pp memory provider for an rx queue, David Wei
- [PATCH net-next v10 10/22] net: prepare for non devmem TCP memory providers, David Wei
- [PATCH net-next v10 13/22] io_uring/zcrx: add io_zcrx_area, David Wei
- [PATCH net-next v10 20/22] io_uring/zcrx: add copy fallback, David Wei
- [PATCH net-next v10 07/22] netdev: add io_uring memory provider info, David Wei
- [PATCH net-next v10 22/22] io_uring/zcrx: add selftest, David Wei
- [PATCH net-next v10 15/22] io_uring/zcrx: implement zerocopy receive pp memory provider, David Wei
- [PATCH net-next v10 12/22] io_uring/zcrx: add interface queue and refill queue, David Wei
- [PATCH net-next v10 04/22] net: generalise net_iov chunk owners, David Wei
- [PATCH net-next v10 03/22] net: prefix devmem specific helpers, David Wei
- [PATCH net-next v10 05/22] net: page pool: export page_pool_set_dma_addr_netmem(), David Wei
- [PATCH] io_uring/sqpoll: annotate data race for access in debug check,
Bui Quang Minh
- [no subject], Unknown
- [PATCH 0/5] poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll(),
Oleg Nesterov
- [PATCH 1/1] io_uring/rw: reissue only from the same task,
Pavel Begunkov
- [PATCH 1/1] io_uring: silence false positive warnings,
Pavel Begunkov
- [PATCH v9 00/17] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH v9 09/17] fuse: {io-uring} Make hash-list req unique finding functions non-static, Bernd Schubert
- [PATCH v9 17/17] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH v9 07/17] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH v9 16/17] fuse: block request allocation until io-uring init is complete, Bernd Schubert
- [PATCH v9 12/17] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static, Bernd Schubert
- [PATCH v9 11/17] fuse: {io-uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support, Bernd Schubert
- [PATCH v9 03/17] fuse: Move request bits, Bernd Schubert
- [PATCH v9 13/17] fuse: Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH v9 06/17] fuse: {io-uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH v9 14/17] fuse: Allow to queue bg requests through io-uring, Bernd Schubert
- [PATCH v9 02/17] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH v9 05/17] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH v9 01/17] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH v9 15/17] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH v9 04/17] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- Re: [PATCH v9 00/17] fuse: fuse-over-io-uring, Miklos Szeredi
- Bug? CQE.res = -EAGAIN with nvme multipath driver,
Haeuptle, Michael
- [PATCH 1/1] io_uring/timeout: fix multishot updates,
Pavel Begunkov
- [GIT PULL] io_uring fixes for 6.13-rc6,
Jens Axboe
- [PATCH] io_uring/kbuf: use pre-committed buffer address for non-pollable file, Jens Axboe
- [PATCH] io_uring/rsrc: simplify the bvec iter's count calculation,
Bui Quang Minh
- [PATCH v4 0/4] btrfs: fix reading from userspace in btrfs_uring_encoded_read(),
Mark Harmstone
- [PATCH] io_uring/net: always initialize kmsg->msg.msg_inq upfront, Jens Axboe
- [syzbot] [io-uring?] KMSAN: uninit-value in io_recv,
syzbot
- Re: [syzbot] [kernel] WARNING: locking bug in sched_core_balance,
syzbot
- [PATCH for-next] io_uring: ensure io_queue_deferred() is out-of-line,
Jens Axboe
- [PATCH] io_uring/timeout: flush timeouts outside of the timeout lock, Jens Axboe
- [RFC 0/4] pre-mapped rw attributes,
Pavel Begunkov
- [syzbot] [fs?] [io-uring?] WARNING: locking bug in eventfd_signal_mask,
syzbot
- [PATCH v2 1/1] io_uring/rw: fix downgraded mshot read,
Pavel Begunkov
- [PATCH 1/1] io_uring/rw: fix downgraded mshot read,
Pavel Begunkov
- [GIT PULL] io_uring fix for 6.13-rc5,
Jens Axboe
- [PATCH] io_uring/rw: always clear ->bytes_done on io_async_rw setup,
Jens Axboe
- [linux-next:master] [io_uring/rw] 8cf0c45999: fio.read_bw_MBps 51.1% regression,
kernel test robot
- [PATCH 1/1] io_uring/sqpoll: fix sqpoll error handling races,
Pavel Begunkov
- [syzbot] Monthly io-uring report (Dec 2024), syzbot
- Re: Bug: slab-use-after-free Read in try_to_wake_up,
Waiman Long
- Re: [syzbot] [io-uring?] WARNING: locking bug in sched_core_balance,
syzbot
- [syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in percpu_ref_put_many,
syzbot
- [syzbot] [fs?] [mm?] [io-uring?] INFO: task hung in hugetlbfs_zero_partial_page, syzbot
- [syzbot] [io-uring?] WARNING in __io_submit_flush_completions,
syzbot
- [GIT PULL] io_uring fixes for 6.13-rc4,
Jens Axboe
- [PATCH 1/2] lsm: add LSM hooks for io_uring_setup(),
Hamza Mahfooz
- [PATCH] lsm,io_uring: add LSM hooks for io_uring_setup(),
Hamza Mahfooz
- [PATCH 1/1] io_uring: check if iowq is kileed before queuing,
Pavel Begunkov
- [PATCH] io_uring/register: limit ring resizing to DEFER_TASKRUN, Jens Axboe
- [PATCH] io_uring: Fix registered ring file refcount leak,
Jann Horn
- [PATCH v1 0/3] virtio-blk: add io_uring passthrough support.,
Ferry Meng
- [PATCH RESEND net-next v9 00/21] io_uring zero copy rx,
David Wei
- [PATCH net-next v9 01/20] net: page_pool: don't cast mp param to devmem, David Wei
- [PATCH net-next v9 02/20] net: prefix devmem specific helpers, David Wei
- [PATCH net-next v9 03/20] net: generalise net_iov chunk owners, David Wei
- [PATCH net-next v9 04/20] net: page_pool: create hooks for custom page providers, David Wei
- [PATCH net-next v9 05/20] net: page_pool: add mp op for netlink reporting, David Wei
- [PATCH net-next v9 06/20] net: page_pool: add a mp hook to unregister_netdevice*, David Wei
- [PATCH net-next v9 14/20] io_uring/zcrx: dma-map area for the device, David Wei
- [PATCH net-next v9 07/20] net: prepare for non devmem TCP memory providers, David Wei
- [PATCH net-next v9 08/20] net: expose page_pool_{set,clear}_pp_info, David Wei
- [PATCH net-next v9 09/20] net: page_pool: introduce page_pool_mp_return_in_cache, David Wei
- [PATCH net-next v9 10/20] io_uring/zcrx: add interface queue and refill queue, David Wei
- [PATCH net-next v9 16/20] io_uring/zcrx: set pp memory provider for an rx queue, David Wei
- [PATCH net-next v9 17/20] io_uring/zcrx: throttle receive requests, David Wei
- [PATCH net-next v9 11/20] io_uring/zcrx: add io_zcrx_area, David Wei
- [PATCH net-next v9 18/20] io_uring/zcrx: add copy fallback, David Wei
- [PATCH net-next v9 20/20] io_uring/zcrx: add selftest, David Wei
- [PATCH net-next v9 12/20] io_uring/zcrx: grab a net device, David Wei
- [PATCH net-next v9 13/20] net: page pool: export page_pool_set_dma_addr_netmem(), David Wei
- [PATCH net-next v9 15/20] io_uring/zcrx: add io_recvzc request, David Wei
- [PATCH net-next v9 19/20] net: add documentation for io_uring zcrx, David Wei
- Re: [PATCH RESEND net-next v9 00/21] io_uring zero copy rx, Jens Axboe
- [PATCH net-next v9 00/21] io_uring zero copy rx,
David Wei
- [PATCH] io_uring/rw: use NULL for rw->free_iovec assigment,
Jens Axboe
- [PATCH v3 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data,
Mark Harmstone
- [PATCH] io_uring: make ctx->timeout_lock a raw spinlock, Jens Axboe
- [PATCH] io_uring/rw: don't mask in f_iocb_flags,
Jens Axboe
- [PATCH RESEND v2 0/9] Clean up alloc_cache allocations,
Gabriel Krisman Bertazi
- [PATCH RESEND v2 1/9] io_uring: Fold allocation into alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 9/9] io_uring/msg_ring: Drop custom destructor, Gabriel Krisman Bertazi
- [PATCH RESEND v2 2/9] io_uring: Add generic helper to allocate async data, Gabriel Krisman Bertazi
- [PATCH RESEND v2 4/9] io_uring/poll: Allocate apoll with generic alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 5/9] io_uring/uring_cmd: Allocate async data through generic helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 6/9] io_uring/net: Allocate msghdr async data through helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 7/9] io_uring/rw: Allocate async data through helper, Gabriel Krisman Bertazi
- [PATCH RESEND v2 8/9] io_uring: Move old async data allocation helper to header, Gabriel Krisman Bertazi
- Re: [PATCH RESEND v2 0/9] Clean up alloc_cache allocations, Jens Axboe
- [GIT PULL] io_uring fix for 6.13-rc3,
Jens Axboe
- [PATCH v2 1/3] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data,
Mark Harmstone
- [PATCH] btrfs: check if task has died in btrfs_uring_read_finished(), Mark Harmstone
- Re: [syzbot] [tipc?] kernel BUG in __pskb_pull_tail,
syzbot
- [syzbot] [io-uring?] KCSAN: data-race in io_recv / io_wq_free_work,
syzbot
[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]