IO Uring
[Prev Page][Next Page]
- [PATCH v2 0/9] Clean up alloc_cache allocations,
Gabriel Krisman Bertazi
- [PATCHSET for-next 0/6] task work cleanups,
Jens Axboe
- [syzbot] [io-uring?] WARNING in io_pin_pages,
syzbot
- [PATCH RFC v6 00/16] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH RFC v6 10/16] fuse: {uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH RFC v6 06/16] fuse: {uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH RFC v6 11/16] fuse: {uring} Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH RFC v6 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD, Bernd Schubert
- [PATCH RFC v6 13/16] io_uring/cmd: let cmds to know about dying task, Bernd Schubert
- [PATCH RFC v6 12/16] fuse: {uring} Allow to queue to the ring, Bernd Schubert
- [PATCH RFC v6 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH RFC v6 02/16] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH RFC v6 03/16] fuse: Move request bits, Bernd Schubert
- [PATCH RFC v6 07/16] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH RFC v6 16/16] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH RFC v6 09/16] fuse: {uring} Add uring sqe commit and fetch support, Bernd Schubert
- [PATCH RFC v6 08/16] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH RFC v6 04/16] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH RFC v6 01/16] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [syzbot] [io-uring?] KMSAN: uninit-value in io_nop,
syzbot
- [PATCH liburing 0/4] test kernel allocated regions,
Pavel Begunkov
- [PATCH 00/11] support kernel allocated regions,
Pavel Begunkov
- [PATCH 01/11] io_uring: rename ->resize_lock, Pavel Begunkov
- [PATCH 02/11] io_uring/rsrc: export io_check_coalesce_buffer, Pavel Begunkov
- [PATCH 03/11] io_uring/memmap: add internal region flags, Pavel Begunkov
- [PATCH 04/11] io_uring/memmap: flag regions with user pages, Pavel Begunkov
- [PATCH 05/11] io_uring/memmap: account memory before pinning, Pavel Begunkov
- [PATCH 06/11] io_uring/memmap: reuse io_free_region for failure path, Pavel Begunkov
- [PATCH 07/11] io_uring/memmap: optimise single folio regions, Pavel Begunkov
- [PATCH 08/11] io_uring/memmap: helper for pinning region pages, Pavel Begunkov
- [PATCH 09/11] io_uring/memmap: add IO_REGION_F_SINGLE_REF, Pavel Begunkov
- [PATCH 10/11] io_uring/memmap: implement kernel allocated regions, Pavel Begunkov
- [PATCH 11/11] io_uring/memmap: implement mmap for regions, Pavel Begunkov
- Re: [PATCH 00/11] support kernel allocated regions, Jens Axboe
- [PATCH next v1 0/2] limit local tw done,
David Wei
- [PATCH 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data,
Mark Harmstone
- [PATCH] slab: Fix too strict alignment check in create_cache(),
Geert Uytterhoeven
- [PATCH next] io_uring/region: return negative -E2BIG in io_create_region(),
Dan Carpenter
- [PATCH] io_uring: add separate freeptr type for slab, Jens Axboe
- support block layer write streams and FDP,
Christoph Hellwig
- [PATCH 01/15] fs: add write stream information to statx, Christoph Hellwig
- [PATCH 02/15] fs: add a write stream field to the kiocb, Christoph Hellwig
- [PATCH 03/15] io_uring: enable passing a per-io write stream, Christoph Hellwig
- [PATCH 04/15] block: don't bother checking the data direction for merges, Christoph Hellwig
- [PATCH 05/15] block: req->bio is always set in the merge code, Christoph Hellwig
- [PATCH 06/15] block: add a bi_write_stream field, Christoph Hellwig
- [PATCH 07/15] block: introduce max_write_streams queue limit, Christoph Hellwig
- [PATCH 08/15] block: introduce a write_stream_granularity queue limit, Christoph Hellwig
- [PATCH 09/15] block: expose write streams for block device nodes, Christoph Hellwig
- [PATCH 10/15] nvme: store the endurance group id in struct nvme_ns_head, Christoph Hellwig
- [PATCH 11/15] nvme: pass a void pointer to nvme_get/set_features for the result, Christoph Hellwig
- [PATCH 12/15] nvme: add a nvme_get_log_lsi helper, Christoph Hellwig
- [PATCH 13/15] nvme.h: add FDP definitions, Christoph Hellwig
- [PATCH 14/15] nvme: enable FDP support, Christoph Hellwig
- [PATCH 15/15] RFC: block: allow write streams on partitions, Christoph Hellwig
- [PATCH -next] io_uring: add support for fchmod,
lizetao
- [syzbot] [io-uring?] WARNING in __io_uring_free,
syzbot
- [PATCH 1/1] io_uring: prevent reg-wait speculations,
Pavel Begunkov
- [PATCH 0/9] Clean up alloc_cache allocations,
Gabriel Krisman Bertazi
- [PATCH 1/9] io_uring: Fold allocation into alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH 2/9] io_uring: Add generic helper to allocate async data, Gabriel Krisman Bertazi
- [PATCH 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH 4/9] io_uring/poll: Allocate apoll with generic alloc_cache helper, Gabriel Krisman Bertazi
- [PATCH 5/9] io_uring/uring_cmd: Allocate async data through generic helper, Gabriel Krisman Bertazi
- [PATCH 6/9] io_uring/net: Allocate msghdr async data through helper, Gabriel Krisman Bertazi
- [PATCH 7/9] io_uring/rw: Allocate async data through helper, Gabriel Krisman Bertazi
- [PATCH 8/9] io_uring: Move old async data allocation helper to header, Gabriel Krisman Bertazi
- [PATCH 9/9] io_uring/msg_ring: Drop custom destructor, Gabriel Krisman Bertazi
- Re: [PATCH 0/9] Clean up alloc_cache allocations, Jens Axboe
- [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg,
Pavel Begunkov
- [PATCH 1/1] io_uring: protect register tracing,
Pavel Begunkov
- [GIT PULL] io_uring changes for 6.13-rc1,
Jens Axboe
- [PATCH 1/1] io_uring/region: fix error codes after failed vmap,
Pavel Begunkov
- [PATCH liburing 0/8] region test fixes + improvements,
Pavel Begunkov
- [PATCH liburing v3] test: add test cases for hybrid iopoll,
hexue
- [no subject], Unknown
- [PATCH liburing 0/8] update reg-wait to use region API,
Pavel Begunkov
- [PATCH v3 0/6] regions, param pre-mapping and reg waits extension,
Pavel Begunkov
- [PATCH] switch io_msg_ring() to CLASS(fd),
Al Viro
- [PATCH v2 0/6] regions, param pre-mapping and reg waits extension,
Pavel Begunkov
- [PATCH v9 00/11] Read/Write with meta/integrity,
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
[PATCH liburing v2] test: add test cases for hybrid iopoll,
hexue
[PATCH 0/6] regions, param pre-mapping and reg waits extension,
Pavel Begunkov
don't reorder requests passed to ->queue_rqs,
Christoph Hellwig
[syzbot] [io-uring?] KCSAN: data-race in __se_sys_io_uring_register / io_sqe_files_register (3),
syzbot
[PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks,
Pavel Begunkov
Re: [PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks, Jens Axboe
[PATCH] btrfs: add io_uring interface for encoded writes,
Mark Harmstone
[PATCH liburing] test: add test cases for hybrid iopoll,
hexue
Re: [PATCH liburing] test: add test cases for hybrid iopoll, Pavel Begunkov
[PATCH] io_uring/uring_cmd: fix buffer index retrieval,
Ming Lei
[bug report] fio failed with --fixedbufs,
Guangwu Zhang
[RFC 0/3] Add BPF for io_uring,
Pavel Begunkov
[RFC 0/3] request parameter set api and wait termination tuning,
Pavel Begunkov
Potiential nullptr derefence in io_do_iopoll,
chase xd
[PATCHv11 0/9] write hints with nvme fdp and scsi streams,
Keith Busch
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH RFC v5 08/16] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH RFC v5 12/16] fuse: {uring} Allow to queue to the ring, Bernd Schubert
- [PATCH RFC v5 01/16] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH RFC v5 16/16] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH RFC v5 10/16] fuse: {uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH RFC v5 09/16] fuse: {uring} Add uring sqe commit and fetch support, Bernd Schubert
- [PATCH RFC v5 03/16] fuse: Move request bits, Bernd Schubert
- [PATCH RFC v5 07/16] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH RFC v5 02/16] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH RFC v5 11/16] fuse: {uring} Add a ring queue and send method, Bernd Schubert
- [PATCH RFC v5 06/16] fuse: {uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH RFC v5 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD, Bernd Schubert
- [PATCH RFC v5 04/16] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH RFC v5 13/16] io_uring/cmd: let cmds to know about dying task, Bernd Schubert
[PATCH V10 0/12] io_uring: support group buffer & ublk zc,
Ming Lei
- [PATCH V10 01/12] io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers, Ming Lei
- [PATCH V10 02/12] io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node', Ming Lei
- [PATCH V10 03/12] io_uring/rsrc: add & apply io_req_assign_buf_node(), Ming Lei
- [PATCH V10 04/12] io_uring/rsrc: prepare for supporting external 'io_rsrc_node', Ming Lei
- [PATCH V10 05/12] io_uring: rename io_mapped_ubuf as io_mapped_buf, Ming Lei
- [PATCH V10 06/12] io_uring: rename io_mapped_buf->ubuf as io_mapped_buf->addr, Ming Lei
- [PATCH V10 07/12] io_uring: shrink io_mapped_buf, Ming Lei
- [PATCH V10 08/12] io_uring: reuse io_mapped_buf for kernel buffer, Ming Lei
- [PATCH V10 10/12] io_uring: support leased group buffer with REQ_F_GROUP_BUF, Ming Lei
- [PATCH V10 09/12] io_uring: add callback to 'io_mapped_buffer' for giving back kernel buffer, Ming Lei
- [PATCH V10 11/12] io_uring/uring_cmd: support leasing device kernel buffer to io_uring, Ming Lei
- [PATCH V10 12/12] ublk: support leasing io buffer to io_uring, Ming Lei
- Re: (subset) [PATCH V10 0/12] io_uring: support group buffer & ublk zc, Jens Axboe
Re: [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait`, Jens Axboe
[PATCH v8 00/10] Read/Write with meta/integrity,
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
[PATCH V9 0/7] io_uring: support group buffer & ublk zc,
Ming Lei
[PATCH] io_uring/rw: add support to send metadata along with read/write, Anuj Gupta
FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.10-stable tree,
Sasha Levin
FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.15-stable tree,
Sasha Levin
[PATCH 1/1] io_uring: avoid normal tw intermediate fallback,
Pavel Begunkov
[PATCH] io_uring/cmd: let cmds to know about dying task,
Pavel Begunkov
[PATCH v7 00/10] Read/Write with meta/integrity,
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
[PATCH] io_uring: prevent speculating sq_array indexing,
Pavel Begunkov
[syzbot] [io-uring?] [usb?] WARNING in io_get_cqe_overflow (2),
syzbot
[PATCH] io_uring/rsrc: fix null ptr dereference in io_sqe_buffer_register,
Daniel Yang
PROBLEM: io_uring hang causing uninterruptible sleep state on 6.6.59,
Andrew Marshall
[PATCHSET 0/3] Move io_kiocb from task_struct to io_uring_task,
Jens Axboe
[PATCHSET 0/2] io_rsrc_node cleanups,
Jens Axboe
[syzbot] [io-uring?] general protection fault in io_sqe_buffer_register,
syzbot
[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (2),
syzbot
[GIT PULL] io_uring fix for 6.12-rc6,
Jens Axboe
[PATCH v2] io_uring: extend io_uring_sqe flags bits,
Jens Axboe
[PATCH v9 0/1] io_uring: releasing CPU resources when polling,
hexue
Re: [PATCH v9 0/1] io_uring: releasing CPU resources when polling, Jens Axboe
Re: [PATCH v9 0/1] io_uring: releasing CPU resources when polling, Jens Axboe
[PATCH RFC] io_uring: extend io_uring_sqe flags bits,
Jens Axboe
[PATCH 1/2] io_uring/cmd: let cmds to know about dying task,
Mark Harmstone
[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu(),
Mark Harmstone
[PATCH] io_uring/rw: fix missing NOWAIT check for O_DIRECT start write,
Jens Axboe
[bug report] io_uring: fsfreeze deadlocks when performing O_DIRECT writes,
Peter Mann
[PATCHSET v2 0/2] Add support for cloning partial buffer sets,
Jens Axboe
Re: [PATCH liburing v1] Remove the redundant include "liburing/compat.h", Jens Axboe
[PATCH v6 00/10] Read/Write with metadata/integrity,
Kanchan Joshi
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 RFC] io_uring/rsrc: add last-lookup cache hit to io_rsrc_node_lookup(),
Jens Axboe
[PATCHSET 0/2] Add support for cloning partial buffer sets,
Jens Axboe
[PATCH for-next] io_uring/rsrc: get rid of the empty node and dummy_ubuf, Jens Axboe
[bug report] io_uring: add support for fixed wait regions,
Dan Carpenter
[PATCH next] io_uring/rsrc: fix error code in io_clone_buffers(),
Dan Carpenter
[PATCH next] io_uring/rsrc: Fix an IS_ERR() vs NULL bug in io_install_fixed_file(),
Dan Carpenter
[PATCH v7 00/15] io_uring zero copy rx,
David Wei
- [PATCH v7 01/15] net: prefix devmem specific helpers, David Wei
- [PATCH v7 02/15] net: generalise net_iov chunk owners, David Wei
- [PATCH v7 04/15] net: prepare for non devmem TCP memory providers, David Wei
- [PATCH v7 03/15] net: page_pool: create hooks for custom page providers, David Wei
- [PATCH v7 05/15] net: page_pool: add ->scrub mem provider callback, David Wei
- [PATCH v7 06/15] net: page pool: add helper creating area from pages, David Wei
- [PATCH v7 07/15] net: page_pool: introduce page_pool_mp_return_in_cache, David Wei
- [PATCH v7 08/15] net: add helper executing custom callback from napi, David Wei
- [PATCH v7 09/15] io_uring/zcrx: add interface queue and refill queue, David Wei
- [PATCH v7 10/15] io_uring/zcrx: add io_zcrx_area, David Wei
- [PATCH v7 12/15] io_uring/zcrx: add io_recvzc request, David Wei
[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]