messages from 2023-01-12 10:15:32 to 2023-01-27 11:11:59 UTC [more...]
[PATCH liburing 0/2] liburing: patches for drain bug
2023-01-27 11:11 UTC (3+ messages)
` [PATCH liburing 1/2] add a test using drain with IORING_SETUP_DEFER_TASKRUN
` [PATCH liburing 2/2] run link_drain test with defer_taskrun too
[PATCH] io_uring: always prep_async for drain requests
2023-01-27 10:59 UTC
Phoronix pts fio io_uring test regression report on upstream v6.1 and v5.15
2023-01-26 18:35 UTC (5+ messages)
[PATCH liburing 1/1] test: fix parallel send-zerocopy
2023-01-26 17:17 UTC (2+ messages)
ublk-nbd: ublk-nbd is avaialbe
2023-01-26 12:54 UTC (6+ messages)
[syzbot] KASAN: use-after-free Read in fuse_dev_poll
2023-01-24 16:37 UTC (2+ messages)
[PATCH] io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
2023-01-24 15:30 UTC
[RFC PATCH 01/19] mm: Introduce vm_account
2023-01-24 14:44 UTC (5+ messages)
` [RFC PATCH 09/19] io_uring: convert to use vm_account
[PATCH] io_uring: initialize count variable to 0
2023-01-24 14:11 UTC (3+ messages)
[PATCH liburing 0/5] deferred tw msg_ring tests
2023-01-24 2:31 UTC (7+ messages)
` [PATCH liburing 1/5] tests/msg_ring: use correct exit codes
` [PATCH liburing 2/5] tests/msg_ring: test msg_ring with deferred tw
` [PATCH liburing 3/5] test/msg_ring: test msg_ring to a disabled ring
` [PATCH liburing 4/5] tests/msg_ring: refactor test_remote
` [PATCH liburing 5/5] tests/msg_ring: remote submit to a deferred tw ring
[PATCH for-next 0/7] normal tw optimisation + refactoring
2023-01-23 21:14 UTC (12+ messages)
` [PATCH for-next 1/7] io_uring: use user visible tail in io_uring_poll()
` [PATCH for-next 2/7] io_uring: kill outdated comment about overflow flush
` [PATCH for-next 3/7] io_uring: improve io_get_sqe
` [PATCH for-next 4/7] io_uring: refactor req allocation
` [PATCH for-next 5/7] io_uring: refactor io_put_task helpers
` [PATCH for-next 6/7] io_uring: refactor tctx_task_work
` [PATCH for-next 7/7] io_uring: return normal tw run linking optimisation
[syzbot] WARNING in io_get_cqe_overflow
2023-01-23 14:16 UTC (2+ messages)
[PATCH v2] io_uring/net: cache provided buffer group value for multishot receives
2023-01-23 14:10 UTC
[PATCH] io_uring/net: cache provided buffer group value for multishot receives
2023-01-23 14:06 UTC (3+ messages)
FAILED: patch "[PATCH] io_uring: Clean up a false-positive warning from GCC 9.3.0" failed to apply to 5.10-stable tree
2023-01-22 17:47 UTC (2+ messages)
[GIT PULL] Followup pull request for io_uring for 6.2-rc5
2023-01-22 0:35 UTC (2+ messages)
[PATCH] io_uring/poll: don't reissue in case of poll race on multishot request
2023-01-20 22:12 UTC
[GIT PULL] io_uring fixes for 6.2-rc5
2023-01-20 20:59 UTC (2+ messages)
[PATCH for-6.2 v2 0/3] msg_ring fixes
2023-01-20 16:46 UTC (6+ messages)
` [PATCH for-6.2 v2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 v2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 v2 3/3] io_uring/msg_ring: optimise with correct tw notify method
` (subset) [PATCH for-6.2 v2 0/3] msg_ring fixes
[PATCH for-6.2 0/3] msg_ring fixes
2023-01-20 16:37 UTC (5+ messages)
` [PATCH for-6.2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 3/3] io_uring/msg_ring: optimise with correct tw notify method
[PATCH] io_uring: pass in io_issue_def to io_assign_file()
2023-01-20 16:11 UTC
[PATCH] io_uring: Enable KASAN for request cache
2023-01-20 15:41 UTC (4+ messages)
[PATCH 0/2] Fix locking for MSG_RING and IOPOLL targets
2023-01-19 18:02 UTC (3+ messages)
` [PATCH 1/2] io_uring/msg_ring: move double lock/unlock helpers higher up
` [PATCH 2/2] io_uring/msg_ring: fix missing lock on overflow for IOPOLL
[PATCH for-next] io_uring/msg-ring: ensure flags passing works for task_work completions
2023-01-19 17:58 UTC
WARNING in io_fill_cqe_aux
2023-01-19 17:35 UTC (4+ messages)
Problems replacing epoll with io_uring in tevent
2023-01-18 15:56 UTC (7+ messages)
[PATCH liburing] test/helpers: fix socket length type
2023-01-18 14:57 UTC (2+ messages)
[PATCH 1/2] io_uring: Rename struct io_op_def
2023-01-18 14:39 UTC (8+ messages)
` [PATCH 2/2] io_uring: Split io_issue_def struct
[PATCH for-next 0/5] random for-next patches
2023-01-16 21:18 UTC (14+ messages)
` [PATCH for-next 1/5] io_uring: return back links tw run optimisation
` [PATCH for-next 2/5] io_uring: don't export io_put_task()
` [PATCH for-next 3/5] io_uring: simplify fallback execution
` [PATCH for-next 4/5] io_uring: optimise ctx flags layout
` [PATCH for-next 5/5] io_uring: refactor __io_req_complete_post
[syzbot] WARNING: refcount bug in mm_update_next_owner
2023-01-16 18:01 UTC (2+ messages)
[PATCH liburing 0/3] test lazy poll wq activation
2023-01-16 17:49 UTC (5+ messages)
` [PATCH liburing 1/3] tests: refactor poll-many.c
` [PATCH liburing 2/3] tests: test DEFER_TASKRUN in poll-many
` [PATCH liburing 3/3] tests: lazy pollwq activation for disabled rings
[regression] Bug 216932 - io_uring with libvirt cause kernel NULL pointer dereference since 6.1.5
2023-01-16 15:50 UTC (7+ messages)
[RFC PATCH liburing v2 0/2] Explain about FFI support and how to build liburing
2023-01-16 15:46 UTC (5+ messages)
` [RFC PATCH liburing v2 1/2] README: Explain "
` [RFC PATCH liburing v2 2/2] README: Explain about FFI support
[RFC PATCH liburing v1 0/2] Explain how to build liburing and FFI support
2023-01-16 13:54 UTC (8+ messages)
` [RFC PATCH v1 liburing 1/2] README: Explain how to build liburing
` [RFC PATCH v1 liburing 2/2] README: Explain about FFI support
[syzbot] KASAN: use-after-free Read in io_poll_task_func
2023-01-16 13:43 UTC (2+ messages)
[PATCH] io_uring: make io_sqpoll_wait_sq return void
2023-01-15 15:38 UTC (2+ messages)
[Report] Use-After-Free in io_wq_worker_running
2023-01-15 15:36 UTC
[PATCH] caif: don't assume iov_iter type
2023-01-14 5:00 UTC (2+ messages)
[PATCH liburing v1] liburing.map: Export `io_uring_{enable_rings,register_restrictions}`
2023-01-14 3:57 UTC (2+ messages)
IOSQE_IO_LINK vs. short send of SOCK_STREAM
2023-01-14 3:47 UTC (12+ messages)
[GIT PULL] io_uring fixes for 6.2-rc4
2023-01-13 23:44 UTC (2+ messages)
[syzbot] WARNING in io_cqring_event_overflow
2023-01-13 3:10 UTC (7+ messages)
[syzbot] KASAN: use-after-free Read in io_fallback_req_func
2023-01-13 2:26 UTC (6+ messages)
[io_uring] KASAN: use-after-free Read in signalfd_cleanup
2023-01-13 2:26 UTC (3+ messages)
[syzbot] KASAN: use-after-free Read in io_fallback_tw
2023-01-13 2:04 UTC (6+ messages)
[PATCH liburing v1] man/io_uring_prep_splice.3: Fix description in io_uring_prep_splice() manpage
2023-01-12 23:16 UTC (3+ messages)
[PATCH liburing v1 0/4] liburing updates for 2.4
2023-01-12 17:49 UTC (8+ messages)
` [PATCH liburing v1 1/4] liburing-ffi.map: Add io_uring_prep_msg_ring_cqe_flags() function
` [PATCH liburing v1 2/4] CHANGELOG: Note about --nolibc configure option deprecation
` [PATCH liburing v1 3/4] liburing.h: 's/is adjust/is adjusted/' and fix indentation
` [PATCH liburing v1 4/4] man/io_uring_prep_splice.3: Explain more about io_uring_prep_splice()
[syzbot] KASAN: use-after-free Read in __io_req_task_work_add
2023-01-12 17:43 UTC (5+ messages)
[syzbot] KASAN: use-after-free Read in io_req_caches_free
2023-01-12 17:43 UTC (5+ messages)
[syzbot] WARNING: ODEBUG bug in __io_put_task
2023-01-12 17:43 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox