public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-03-10 00:17:30 to 2022-03-22 23:19:08 UTC [more...]

[PATCH] io_uring: don't recycle provided buffer if punted to async worker
 2022-03-22 23:19 UTC 

[syzbot] KASAN: use-after-free Read in add_wait_queue
 2022-03-22 21:15 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in tty_release
 2022-03-22 21:03 UTC  (3+ messages)

[PATCH] io_uring: fix assuming triggered poll waitqueue is the single poll
 2022-03-22 19:15 UTC 

[PATCH 00/17] io_uring passthru over nvme
 2022-03-22 17:10 UTC  (83+ messages)
    ` [PATCH 10/17] block: wire-up support for plugging
    ` [PATCH 11/17] block: factor out helper for bio allocation from cache
    ` [PATCH 17/17] nvme: enable non-inline passthru commands
    ` [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
    ` [PATCH 04/17] nvme: modify nvme_alloc_request to take an additional parameter
    ` [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
    ` [PATCH 13/17] nvme: allow user passthrough commands to poll
    ` [PATCH 14/17] io_uring: add polling support for uring-cmd
    ` [PATCH 09/17] io_uring: plug for async bypass
    ` [PATCH 08/17] nvme: enable passthrough with fixed-buffer
    ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device

[PATCH 0/3] optimise submit+iopoll mutex locking
 2022-03-22 14:07 UTC  (4+ messages)
` [PATCH 1/3] io_uring: split off IOPOLL argument verifiction
` [PATCH 2/3] io_uring: pre-calculate syscall iopolling decision
` [PATCH 3/3] io_uring: optimise mutex locking for submit+iopoll

[PATCH] io_uring: bump poll refs to full 31-bits
 2022-03-22 13:00 UTC 

[syzbot] KASAN: use-after-free Read in io_poll_remove_entries
 2022-03-22  8:52 UTC 

[PATCH 0/6] completion path optimisations
 2022-03-22  2:52 UTC  (8+ messages)
` [PATCH 1/6] io_uring: small optimisation of tctx_task_work
` [PATCH 2/6] io_uring: remove extra ifs around io_commit_cqring
` [PATCH 3/6] io_uring: refactor io_req_find_next
` [PATCH 4/6] io_uring: optimise io_free_batch_list
` [PATCH 5/6] io_uring: move poll recycling later in compl flushing
` [PATCH 6/6] io_uring: clean up io_queue_next()

[PATCH] io_uring: remove poll entry from list when canceling all
 2022-03-22  1:14 UTC 

[GIT PULL] io_uring updates for 5.18-rc1
 2022-03-22  0:25 UTC  (2+ messages)

[GIT PULL] io_uring statx fix for 5.18-rc1
 2022-03-22  0:25 UTC  (3+ messages)

[PATCH v2] io_uring: fix memory ordering when SQPOLL thread goes to sleep
 2022-03-21 12:33 UTC  (2+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2022-03-21 10:52 UTC  (9+ messages)

[PATCH] io_uring: ensure that fsnotify is always called
 2022-03-20 19:43 UTC  (2+ messages)

[PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore
 2022-03-20  4:09 UTC  (2+ messages)

[PATCH] io_uring: terminate manual loop iterator loop correctly for non-vecs
 2022-03-18 17:45 UTC 

[RFC 0/4] completion locking optimisation feature
 2022-03-18 16:06 UTC  (15+ messages)
` [PATCH 1/4] io_uring: get rid of raw fill cqe in kill_timeout
` [PATCH 2/4] io_uring: get rid of raw fill_cqe in io_fail_links
` [PATCH 3/4] io_uring: remove raw fill_cqe from linked timeout
` [PATCH 4/4] io_uring: optimise compl locking for non-shared rings

[PATCH liburing 1/1] man: clarifications about direct open/accept
 2022-03-18  2:40 UTC  (2+ messages)

[PATCH] io_uring: manage provided buffers strictly ordered
 2022-03-17 23:23 UTC 

[PATCH liburing 1/1] tests: don't sleep too much for rsrc tags
 2022-03-17 15:00 UTC  (2+ messages)

[PATCH for-next 0/7] completion path optimisations
 2022-03-17 12:31 UTC  (10+ messages)
` [PATCH 1/7] io_uring: normilise naming for fill_cqe*
` [PATCH 2/7] io_uring: refactor timeout cancellation cqe posting
` [PATCH 3/7] io_uring: extend provided buf return to fails
` [PATCH 4/7] io_uring: remove extra barrier for non-sqpoll iopoll
` [PATCH 5/7] io_uring: shuffle io_eventfd_signal() bits around
` [PATCH 6/7] io_uring: thin down io_commit_cqring()
` [PATCH 7/7] io_uring: fold evfd signalling under a slower path

[PATCHSET 0/2] Reduce poll based overhead
 2022-03-16 23:03 UTC  (3+ messages)
` [PATCH 1/2] io_uring: cache req->apoll->events in req->cflags
` [PATCH 2/2] io_uring: cache poll/double-poll state with a request flag

[PATCH] io_uring: move req->poll_refs into previous struct hole
 2022-03-16 18:55 UTC 

[PATCH 5.13 00/16] random 5.13 patches
 2022-03-16 16:46 UTC  (5+ messages)
` [PATCH 16/16] io_uring: return back safer resurrect
  ` [PATCH] "

[PATCH v2] io_uring: make tracing format consistent
 2022-03-16 11:45 UTC  (2+ messages)

[PATCH] io_uring: make tracing format consistent
 2022-03-15 20:51 UTC  (2+ messages)

[PATCH] io_uring: recycle apoll_poll entries
 2022-03-15 16:58 UTC 

[syzbot] INFO: task hung in io_uring_del_tctx_node (2)
 2022-03-15 15:47 UTC 

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-03-14 23:58 UTC  (6+ messages)

[PATCH] io_uring: don't check unrelated req->open.how in accept request
 2022-03-14 23:29 UTC 

[PATCH[ io_uring: allow submissions to continue on error
 2022-03-10 20:06 UTC 

[PATCHSET v2 0/3] Provided buffer improvements
 2022-03-10 16:59 UTC  (4+ messages)
` [PATCH 1/3] io_uring: retry early for reads if we can poll
` [PATCH 2/3] io_uring: ensure reads re-import for selected buffers
` [PATCH 3/3] io_uring: recycle provided buffers if request goes async

Sending CQE to a different ring
 2022-03-10 16:30 UTC  (28+ messages)

[PATCH v2] io_uring: add support for IORING_OP_MSG_RING command
 2022-03-10 16:22 UTC 

[PATCH v5 0/2] io_uring: Add support for napi_busy_poll
 2022-03-10 13:36 UTC  (2+ messages)

[PATCH] io_uring: add support for IORING_OP_MSG_RING command
 2022-03-10 13:24 UTC 

[PATCH liburing v3 0/4] Changes for Makefile
 2022-03-10 12:14 UTC  (7+ messages)
` [PATCH liburing v3 1/4] src/Makefile: Remove `-fomit-frame-pointer` from default build
` [PATCH liburing v3 2/4] src/Makefile: Add header files as dependency
` [PATCH liburing v3 3/4] test/Makefile: Add liburing.a as a dependency
` [PATCH liburing v3 4/4] examples/Makefile: "

[PATCH liburing v2 0/4] Changes for Makefile
 2022-03-10 10:56 UTC  (7+ messages)
` [PATCH liburing v2 1/4] src/Makefile: Remove `-fomit-frame-pointer` from default build
` [PATCH liburing v2 2/4] src/Makefile: Add header files as dependency
` [PATCH liburing v2 3/4] test/Makefile: Add liburing.a as a dependency
` [PATCH liburing v2 4/4] examples/Makefile: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox