IO Uring
[Prev Page][Next Page]
[PATCHv13 00/11] block write streams with nvme fdp,
Keith Busch
[PATCHv13 10/11] nvme: register fdp parameters with the block layer, Keith Busch
Re: [PATCHv13 10/11] nvme: register fdp parameters with the block layer, John Garry
Re: [PATCHv13 10/11] nvme: register fdp parameters with the block layer, Hannes Reinecke
Re: [PATCHv13 10/11] nvme: register fdp parameters with the block layer, kernel test robot
Re: [PATCHv13 10/11] nvme: register fdp parameters with the block layer, kernel test robot
[PATCHv13 06/11] io_uring: enable per-io write streams, Keith Busch
Re: [PATCHv13 00/11] block write streams with nvme fdp, Christoph Hellwig
Message not available
[PATCH RFC liburing 0/2] IORING_OP_CLONE/EXEC support and tests,
Gabriel Krisman Bertazi
[PATCH RFC 0/9] Launching processes with io_uring,
Gabriel Krisman Bertazi
- [PATCH RFC 1/9] io_uring: Drop __io_req_find_next_prep, Gabriel Krisman Bertazi
- [PATCH RFC 2/9] io_uring: Expose failed request helper in internal header, Gabriel Krisman Bertazi
- [PATCH RFC 3/9] kernel/fork: Don't inherit PF_USER_WORKER from parent, Gabriel Krisman Bertazi
- [PATCH RFC 4/9] fs/exec: Expose do_execveat symbol, Gabriel Krisman Bertazi
- [PATCH RFC 5/9] kernel/fork: Add helper to fork from io_uring, Gabriel Krisman Bertazi
- [PATCH RFC 7/9] io_uring: Introduce IORING_OP_CLONE, Gabriel Krisman Bertazi
- [PATCH RFC 6/9] io_uring: Let commands run with current credentials, Gabriel Krisman Bertazi
- [PATCH RFC 9/9] io_uring: Introduce IORING_OP_EXEC command, Gabriel Krisman Bertazi
- [PATCH RFC 8/9] io_uring: Let ->issue know if it was called from spawn thread, Gabriel Krisman Bertazi
- Re: [PATCH RFC 0/9] Launching processes with io_uring, Josh Triplett
- Re: [PATCH RFC 0/9] Launching processes with io_uring, Pavel Begunkov
[PATCH v8 00/16] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH v8 03/16] fuse: Move request bits, Bernd Schubert
- [PATCH v8 09/16] fuse: {io-uring} Make hash-list req unique finding functions non-static, Bernd Schubert
- [PATCH v8 08/16] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH v8 10/16] fuse: Add io-uring sqe commit and fetch support, Bernd Schubert
- [PATCH v8 01/16] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH v8 04/16] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH v8 07/16] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH v8 11/16] fuse: {io-uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH v8 13/16] fuse: Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH v8 05/16] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH v8 14/16] fuse: Allow to queue bg requests through io-uring, Bernd Schubert
- [PATCH v8 12/16] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static, Bernd Schubert
- [PATCH v8 16/16] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH v8 02/16] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH v8 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
possible deadlock in __wake_up_common_lock,
chase xd
[PATCH 1/1] io_uring: don't vmap single page regions,
Pavel Begunkov
[PATCH v2 1/1] io_uring: prevent reg-wait speculations,
Pavel Begunkov
[GIT PULL] io_uring fix for 6.13-rc2,
Jens Axboe
[PATCH for-next] io_uring: clean up io_prep_rw_setup(),
David Wei
[PATCHv12 00/12] block write streams with nvme fdp,
Keith Busch
[PATCHv12 05/12] block: introduce a write_stream_granularity queue limit, Keith Busch
[PATCHv12 04/12] block: introduce max_write_streams queue limit, Keith Busch
[PATCHv12 11/12] nvme: register fdp parameters with the block layer, Keith Busch
[PATCHv12 01/12] fs: add write stream information to statx, Keith Busch
[PATCHv12 02/12] fs: add a write stream field to the kiocb, Keith Busch
[PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper, Keith Busch
[PATCHv12 06/12] block: expose write streams for block device nodes, Keith Busch
[PATCHv12 07/12] io_uring: enable per-io write streams, Keith Busch
[PATCHv12 03/12] block: add a bi_write_stream field, Keith Busch
[PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result, Keith Busch
[PATCHv12 10/12] nvme.h: add FDP definitions, Keith Busch
Re: [PATCHv12 00/12] block write streams with nvme fdp, Christoph Hellwig
[PATCHv11 00/10] block write streams with nvme fdp,
Keith Busch
[PATCHv11 09/10] nvme: register fdp queue limits, Keith Busch
[PATCHv11 06/10] block: introduce a write_stream_granularity queue limit, Keith Busch
[PATCHv11 08/10] nvme: add a nvme_get_log_lsi helper, Keith Busch
[PATCHv11 10/10] nvme: use fdp streams if write stream is provided, Keith Busch
[PATCHv11 02/10] io_uring: protection information enhancements, Keith Busch
[PATCHv11 07/10] block: expose write streams for block device nodes, Keith Busch
[PATCHv11 04/10] block: add a bi_write_stream field, Keith Busch
Re: [PATCHv11 00/10] block write streams with nvme fdp, Keith Busch
Re: [PATCHv11 00/10] block write streams with nvme fdp, Christoph Hellwig
[PATCH] io_uring: expose read/write attribute capability,
Anuj Gupta
[PATCH AUTOSEL 6.6 6/6] io_uring/tctx: work around xa_store() allocation error issue, Sasha Levin
[PATCH AUTOSEL 6.1 4/4] io_uring/tctx: work around xa_store() allocation error issue, Sasha Levin
[PATCH AUTOSEL 6.11 7/7] io_uring/tctx: work around xa_store() allocation error issue, Sasha Levin
[PATCH AUTOSEL 6.12 8/8] io_uring/tctx: work around xa_store() allocation error issue, Sasha Levin
[PATCH net-next v8 00/17] io_uring zero copy rx,
David Wei
- [PATCH net-next v8 02/17] net: generalise net_iov chunk owners, David Wei
- [PATCH net-next v8 04/17] net: prepare for non devmem TCP memory providers, David Wei
- [PATCH net-next v8 08/17] net: add helper executing custom callback from napi, David Wei
- [PATCH net-next v8 07/17] net: page_pool: introduce page_pool_mp_return_in_cache, David Wei
- [PATCH net-next v8 09/17] io_uring/zcrx: add interface queue and refill queue, David Wei
- [PATCH net-next v8 15/17] io_uring/zcrx: throttle receive requests, David Wei
- [PATCH net-next v8 14/17] io_uring/zcrx: add copy fallback, David Wei
- [PATCH net-next v8 16/17] net: add documentation for io_uring zcrx, David Wei
- [PATCH net-next v8 17/17] io_uring/zcrx: add selftest, David Wei
- [PATCH net-next v8 06/17] net: page pool: add helper creating area from pages, David Wei
- Re: [PATCH net-next v8 00/17] io_uring zero copy rx, Pavel Begunkov
- [PATCH net-next v8 12/17] io_uring/zcrx: add io_recvzc request, David Wei
- [PATCH net-next v8 11/17] io_uring/zcrx: implement zerocopy receive pp memory provider, David Wei
- [PATCH net-next v8 05/17] net: page_pool: add ->scrub mem provider callback, David Wei
- [PATCH net-next v8 10/17] io_uring/zcrx: add io_zcrx_area, David Wei
- [PATCH net-next v8 13/17] io_uring/zcrx: set pp memory provider for an rx queue, David Wei
- [PATCH net-next v8 03/17] net: page_pool: create hooks for custom page providers, David Wei
- [PATCH net-next v8 01/17] net: prefix devmem specific helpers, David Wei
[PATCH][next] io_uring/kbuf: fix unintentional sign extension on shift of reg.bgid,
Colin Ian King
[syzbot] [io-uring?] KASAN: null-ptr-deref Write in sys_io_uring_register,
syzbot
[PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk,
Ferry Meng
CONFIG_IO_URING can be enabled although it is not visible,
lizetao
[PATCH v2] io_uring: Change res2 parameter type in io_uring_cmd_done,
Bernd Schubert
[PATCH] io_uring: Change res2 parameter type in io_uring_cmd_done,
Bernd Schubert
Re: [PATCH liburing v1] configure: Increase the length of print result format, Jens Axboe
[PATCH] exec: Make sure task->comm is always NUL-terminated,
Kees Cook
[GIT PULL] Final io_uring changes for 6.13-rc1,
Jens Axboe
[PATCH] io_uring/tctx: work around xa_store() allocation error issue, Jens Axboe
[PATCH v3 00/18] kernel allocated regions and convert memmap to regions,
Pavel Begunkov
- [PATCH v3 03/18] io_uring/memmap: flag vmap'ed regions, Pavel Begunkov
- [PATCH v3 01/18] io_uring: rename ->resize_lock, Pavel Begunkov
- [PATCH v3 02/18] io_uring/rsrc: export io_check_coalesce_buffer, Pavel Begunkov
- [PATCH v3 08/18] io_uring/memmap: helper for pinning region pages, Pavel Begunkov
- [PATCH v3 04/18] io_uring/memmap: flag regions with user pages, Pavel Begunkov
- [PATCH v3 07/18] io_uring/memmap: optimise single folio regions, Pavel Begunkov
- [PATCH v3 06/18] io_uring/memmap: reuse io_free_region for failure path, Pavel Begunkov
- [PATCH v3 05/18] io_uring/memmap: account memory before pinning, Pavel Begunkov
- [PATCH v3 12/18] io_uring: pass ctx to io_register_free_rings, Pavel Begunkov
- [PATCH v3 11/18] io_uring/memmap: implement mmap for regions, Pavel Begunkov
- [PATCH v3 09/18] io_uring/memmap: add IO_REGION_F_SINGLE_REF, Pavel Begunkov
- [PATCH v3 15/18] io_uring/kbuf: use mmap_lock to sync with mmap, Pavel Begunkov
- [PATCH v3 13/18] io_uring: use region api for SQ, Pavel Begunkov
- [PATCH v3 10/18] io_uring/memmap: implement kernel allocated regions, Pavel Begunkov
- [PATCH v3 14/18] io_uring: use region api for CQ, Pavel Begunkov
- [PATCH v3 17/18] io_uring/kbuf: use region api for pbuf rings, Pavel Begunkov
- [PATCH v3 18/18] io_uring/memmap: unify io_uring mmap'ing code, Pavel Begunkov
- [PATCH v3 16/18] io_uring/kbuf: remove pbuf ring refcounting, Pavel Begunkov
- Re: [PATCH v3 00/18] kernel allocated regions and convert memmap to regions, Jens Axboe
- Re: [PATCH v3 00/18] kernel allocated regions and convert memmap to regions, Jens Axboe
[PATCH v11 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
Re: [PATCH v11 00/10] Read/Write with meta/integrity, Jens Axboe
bcachefs: suspicious mm pointer in struct dio_write,
Jann Horn
[PATCH RFC v7 00/16] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH RFC v7 08/16] fuse: Add fuse-io-uring handling into fuse_copy, Bernd Schubert
- [PATCH RFC v7 01/16] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- [PATCH RFC v7 02/16] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH RFC v7 04/16] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH RFC v7 03/16] fuse: Move request bits, Bernd Schubert
- [PATCH RFC v7 05/16] fuse: make args->in_args[0] to be always the header, Bernd Schubert
- [PATCH RFC v7 10/16] fuse: {uring} Handle teardown of ring entries, Bernd Schubert
- [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring, Bernd Schubert
- [PATCH RFC v7 12/16] fuse: {uring} Allow to queue bg requests through io-uring, Bernd Schubert
- [PATCH RFC v7 09/16] fuse: {uring} Add uring sqe commit and fetch support, Bernd Schubert
- [PATCH RFC v7 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD, Bernd Schubert
- [PATCH RFC v7 06/16] fuse: {uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH RFC v7 07/16] fuse: Make fuse_copy non static, Bernd Schubert
- [PATCH RFC v7 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination, Bernd Schubert
- [PATCH RFC v7 16/16] fuse: enable fuse-over-io-uring, Bernd Schubert
- [PATCH RFC v7 13/16] io_uring/cmd: let cmds to know about dying task, Bernd Schubert
- Re: [PATCH RFC v7 00/16] fuse: fuse-over-io-uring, Bernd Schubert
- Re: [PATCH RFC v7 00/16] fuse: fuse-over-io-uring, Pavel Begunkov
[PATCH 1/1] io_uring: check for overflows in io_pin_pages,
Pavel Begunkov
[PATCH 1/1] io_uring: sanitise nr_pages for SQ/CQ,
Pavel Begunkov
[PATCH 1/1] io_uring: fix corner case forgetting to vunmap,
Pavel Begunkov
[PATCH v10 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 v2 00/18] kernel allocated regions and convert memmap to regions,
Pavel Begunkov
- [PATCH v2 01/18] io_uring: rename ->resize_lock, Pavel Begunkov
- [PATCH v2 04/18] io_uring/memmap: flag regions with user pages, Pavel Begunkov
- [PATCH v2 03/18] io_uring/memmap: add internal region flags, Pavel Begunkov
- [PATCH v2 02/18] io_uring/rsrc: export io_check_coalesce_buffer, Pavel Begunkov
- [PATCH v2 05/18] io_uring/memmap: account memory before pinning, Pavel Begunkov
- [PATCH v2 06/18] io_uring/memmap: reuse io_free_region for failure path, Pavel Begunkov
- [PATCH v2 07/18] io_uring/memmap: optimise single folio regions, Pavel Begunkov
- [PATCH v2 08/18] io_uring/memmap: helper for pinning region pages, Pavel Begunkov
- [PATCH v2 09/18] io_uring/memmap: add IO_REGION_F_SINGLE_REF, Pavel Begunkov
- [PATCH v2 11/18] io_uring/memmap: implement mmap for regions, Pavel Begunkov
- [PATCH v2 10/18] io_uring/memmap: implement kernel allocated regions, Pavel Begunkov
- [PATCH v2 12/18] io_uring: pass ctx to io_register_free_rings, Pavel Begunkov
- [PATCH v2 14/18] io_uring: use region api for CQ, Pavel Begunkov
- [PATCH v2 13/18] io_uring: use region api for SQ, Pavel Begunkov
- [PATCH v2 17/18] io_uring/kbuf: use region api for pbuf rings, Pavel Begunkov
- [PATCH v2 15/18] io_uring/kbuf: use mmap_lock to sync with mmap, Pavel Begunkov
- [PATCH v2 16/18] io_uring/kbuf: remove pbuf ring refcounting, Pavel Begunkov
- [PATCH v2 18/18] io_uring/memmap: unify io_uring mmap'ing code, Pavel Begunkov
[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
[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]