io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 19:19:49 to 2024-04-08 14:24:38 UTC [more...]

[PATCH liburing 0/3] improve sendzc tests
 2024-04-08 14:24 UTC  (3+ messages)
` [PATCH liburing 1/3] test: handle test_send_faults()'s cases one by one
` [PATCH liburing 2/3] test/sendzc: improve zc support probing

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-04-08  8:26 UTC 

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-08  1:03 UTC  (10+ messages)
` [PATCH 1/9] io_uring: net: don't check sqe->__pad2[0] for send zc
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 3/9] io_uring: add helper for filling cqes in __io_submit_flush_completions()
` [PATCH 4/9] io_uring: add one output argument to io_submit_sqe
` [PATCH 5/9] io_uring: support SQE group
` [PATCH 6/9] io_uring: support providing sqe group buffer
` [PATCH 7/9] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH 8/9] ublk: support provide io buffer
` [RFC PATCH 9/9] liburing: support sqe ext_flags & sqe group

[PATCH liburing 1/1] examples/sendzc: test background polling
 2024-04-08  0:14 UTC 

[PATCH for-next 0/3] sendzc dedup / simplification
 2024-04-07 23:54 UTC  (4+ messages)
` [PATCH for-next 1/3] io_uring/net: merge ubuf sendzc callbacks
` [PATCH for-next 2/3] io_uring/net: get rid of io_notif_complete_tw_ext
` [PATCH for-next 3/3] io_uring/net: set MSG_ZEROCOPY for sendzc in advance

[PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-07 23:46 UTC  (12+ messages)
` [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for "
` [PATCH 2/3] io_uring: Add io_uring_peek_cqe to mini_liburing
` [PATCH 3/3] io_uring: Support IOSQE_CQE_SKIP_SUCCESS in io_uring zerocopy test

[PATCH V2] io_uring: return void from io_put_kbuf_comp()
 2024-04-07 21:49 UTC  (2+ messages)

[PATCHSET v2 0/17] Improve async state handling
 2024-04-07 21:47 UTC  (7+ messages)
` [PATCH 01/17] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr
` [PATCH 16/17] io_uring: drop ->prep_async()

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-04-06 21:30 UTC  (7+ messages)
    ` [RFC PATCH 1/4] io_uring/rw: Get rid of flags field in struct io_rw

[PATCH for-next 0/4] clean up io_req_complete_post
 2024-04-06 13:28 UTC  (9+ messages)
` [PATCH for-next 1/4] io_uring: kill dead code in io_req_complete_post
` [PATCH for-next 2/4] io_uring: turn implicit assumptions into a warning
` [PATCH for-next 3/4] io_uring: remove async request cache
` [PATCH for-next 4/4] io_uring: remove io_req_put_rsrc_locked()

[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
 2024-04-06 12:57 UTC  (5+ messages)

[PATCH v2] fs: claw back a few FMODE_* bits
 2024-04-06  6:16 UTC  (13+ messages)

[PATCH liburing 0/2] manpage improvements
 2024-04-06  2:12 UTC  (4+ messages)
` [PATCH liburing 1/2] man/io_uring_enter.2: Move poll update behavior to poll remove
` [PATCH liburing 2/2] man/io_uring_setup.2: Improve IORING_SETUP_REGISTERED_FD_ONLY documentation

[syzbot] [io-uring?] kernel BUG in __io_remove_buffers
 2024-04-06  2:08 UTC  (5+ messages)

[GIT PULL] io_uring fixes for 6.9-rc3
 2024-04-06  0:10 UTC  (2+ messages)

[PATCH v6 00/10] block atomic writes
 2024-04-05 10:55 UTC  (9+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-05  7:56 UTC  (12+ messages)
` [PATCH 1/7] memory: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/7] security: "
` [PATCH 3/7] crypto: "
` [PATCH 4/7] initrd: "
` [PATCH 5/7] ipc: "
` [PATCH 6/7] io_uring: Remove the now superfluous sentinel elements "
` [PATCH 7/7] drivers: perf: "
` (subset) [PATCH 0/7] sysctl: Remove sentinel elements from misc directories

[PATCHSET 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-04 22:07 UTC 

[syzbot] [io-uring?] kernel BUG in put_page
 2024-04-03 19:06 UTC  (5+ messages)

[PATCH liburing] man: fix IORING_REGISTER_RING_FDS documentation
 2024-04-03 19:04 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 13/15] io_uring: clear opcode specific data for an early failure
 2024-04-03 17:18 UTC 

[PATCH AUTOSEL 6.6 15/20] io_uring: clear opcode specific data for an early failure
 2024-04-03 17:17 UTC 

[PATCH AUTOSEL 6.8 22/28] io_uring: clear opcode specific data for an early failure
 2024-04-03 17:16 UTC 

[PATCHSET 0/4] Cleanup io_buffer_list and mmap handling
 2024-04-03 13:52 UTC  (5+ messages)
` [PATCH 1/4] io_uring/kbuf: get rid of lower BGID lists
` [PATCH 2/4] io_uring/kbuf: get rid of bl->is_ready
` [PATCH 3/4] io_uring/kbuf: protect io_buffer_list teardown with a reference
` [PATCH 4/4] io_uring/kbuf: hold io_buffer_list reference over mmap

registering files returns -EBADF in 5.10.214
 2024-04-03 13:41 UTC  (2+ messages)

[PATCH] io_uring: kill dead code in io_req_complete_post
 2024-04-02 19:59 UTC  (3+ messages)

[PATCHSET v3 0/4] Cleanup and improve MSG_RING performance
 2024-04-02 13:53 UTC  (6+ messages)
` [PATCH 1/4] io_uring: add remote task_work execution helper
` [PATCH 2/4] io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
` [PATCH 3/4] io_uring/msg_ring: split fd installing into a helper
` [PATCH 4/4] io_uring/msg_ring: improve handling of target CQE posting

[PATCH] [RFC]: fs: claw back a few FMODE_* bits
 2024-04-01 23:16 UTC  (11+ messages)

[PATCH] io_uring: use private workqueue for exit work
 2024-04-01 21:21 UTC 

[axboe-block:for-6.10/io_uring 42/42] io_uring/register.c:175:24: warning: arithmetic between different enumeration types ('enum io_uring_register_restriction_op' and 'enum io_uring_register_op')
 2024-04-01 19:35 UTC  (3+ messages)

[PATCHSET v2 0/3] Cleanup and improve MSG_RING performance
 2024-04-01 18:02 UTC  (7+ messages)
` [PATCH 1/3] io_uring: add remote task_work execution helper
` [PATCH 2/3] io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
` [PATCH 3/3] io_uring/msg_ring: improve handling of target CQE posting

[PATCHSET 0/2] Multishot read tweaks
 2024-04-01 17:49 UTC  (3+ messages)
` [PATCH 1/2] io_uring/rw: don't allow multishot reads without NOWAIT support
` [PATCH 2/2] io_uring: disable io-wq execution of multishot NOWAIT requests

[PATCHSET v3 0/11] Move away from remap_pfn_range()
 2024-03-30 15:14 UTC  (14+ messages)
` [PATCH 01/11] mm: add nommu variant of vm_insert_pages()
` [PATCH 02/11] io_uring: get rid of remap_pfn_range() for mapping rings/sqes
` [PATCH 03/11] io_uring: use vmap() for ring mapping
` [PATCH 04/11] io_uring: unify io_pin_pages()
` [PATCH 05/11] io_uring/kbuf: get rid of lower BGID lists
` [PATCH 06/11] io_uring/kbuf: get rid of bl->is_ready
` [PATCH 07/11] io_uring/kbuf: vmap pinned buffer ring
` [PATCH 08/11] io_uring/kbuf: protect io_buffer_list teardown with a reference
` [PATCH 09/11] io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
` [PATCH 10/11] io_uring: use unpin_user_pages() where appropriate
` [PATCH 11/11] io_uring: move mapping/allocation helpers to a separate file

[PATCH] io_uring: return void from io_put_kbuf_comp()
 2024-03-30  0:43 UTC  (3+ messages)

[PATCH] io_uring/kbuf: remove dead define
 2024-03-29 23:24 UTC 

[PATCH] io_uring: fix warnings on shadow variables
 2024-03-29 23:23 UTC 

[PATCH liburing] io_uring.h: Sync kernel header to fetch enum names
 2024-03-29 21:57 UTC 

[PATCHSET 0/3] Cleanup and improve MSG_RING performance
 2024-03-29 16:10 UTC  (14+ messages)
` [PATCH 1/3] io_uring: add remote task_work execution helper
` [PATCH 2/3] io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
` [PATCH 3/3] io_uring/msg_ring: improve handling of target CQE posting

[PATCH] io_uring: Avoid anonymous enums in io_uring uapi
 2024-03-28 23:05 UTC  (2+ messages)
` (subset) "

[PATCHSET v2 0/10] Move away from remap_pfn_range()
 2024-03-28 14:49 UTC  (13+ messages)
` [PATCH 01/10] mm: add nommu variant of vm_insert_pages()
` [PATCH 02/10] io_uring: get rid of remap_pfn_range() for mapping rings/sqes
` [PATCH 03/10] io_uring: use vmap() for ring mapping
` [PATCH 07/10] io_uring/kbuf: vmap pinned buffer ring
` [PATCH 08/10] io_uring/kbuf: protect io_buffer_list teardown with a reference
` [PATCH 09/10] io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
` [PATCH 10/10] io_uring: use unpin_user_pages() where appropriate

[PATCH liburing] io_uring.h: Avoid anonymous enums
 2024-03-28 13:45 UTC  (2+ messages)

[PATCH] io_uring: Remove unused function
 2024-03-28 13:43 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-28 10:09 UTC  (4+ messages)

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).