io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 16:58:06 to 2021-10-12 10:06:22 UTC [more...]

[PATCHSET v2 0/3] Add plug based request allocation batching
 2021-10-12 10:04 UTC  (5+ messages)
` [PATCH 1/3] block: bump max plugged deferred size from 16 to 32
` [PATCH 2/3] block: pre-allocate requests if plug is started and is a batch
` [PATCH 3/3] io_uring: inform block layer of how many requests we are submitting

[RFC 0/1] Is register file feature hard to use ?
 2021-10-12  8:48 UTC  (2+ messages)
` [RFC 1/1] io_uring: improve register file feature's usability

[syzbot] WARNING in io_wq_submit_work (2)
 2021-10-11 20:32 UTC  (2+ messages)

[PATCH liburing] src/nolibc: Fix `malloc()` alignment
 2021-10-11 13:00 UTC  (4+ messages)

[PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
 2021-10-11  8:58 UTC  (8+ messages)
` [PATCH 1/2] io_uring: add IOSQE_ASYNC_HYBRID flag "
` [PATCH 2/2] io_uring: implementation of IOSQE_ASYNC_HYBRID logic

[PATCHSET v3 liburing 0/3] Add nolibc support for x86-64 arch
 2021-10-10 15:11 UTC  (5+ messages)
` [PATCH v3 liburing 1/3] Add arch dependent directory and files
` [PATCH v3 liburing 2/3] Add nolibc build support
` [PATCH v3 liburing 3/3] configure: Add `CONFIG_NOLIBC` variable and macro

[PATCHSET v2 liburing 0/4] Add nolibc support for x86-64 arch
 2021-10-10 11:25 UTC  (9+ messages)
` [PATCH v2 liburing 1/4] test/thread-exit: Fix use after free bug
` [PATCH v2 liburing 2/4] Add arch dependent directory and files
` [PATCH v2 liburing 3/4] Add no libc build support
` [PATCH v2 liburing 4/4] Add CONFIG_NOLIBC variable and macro

[PATCH 0/2] yet another optimisation for-next
 2021-10-09 22:14 UTC  (3+ messages)
` [PATCH 1/2] io_uring: optimise io_req_set_rsrc_node()
` [PATCH 2/2] io_uring: optimise ctx referencing

[RFC] io_uring: add fixed poll support
 2021-10-09  7:56 UTC 

[PATCHSET v1 RFC liburing 0/6] Add no libc support for x86-64 arch
 2021-10-07 15:02 UTC  (25+ messages)
` [PATCH v1 RFC liburing 1/6] configure: Add LIBURING_NOLIBC variable
` [PATCH v1 RFC liburing 2/6] Add no libc support
` [PATCH v1 RFC liburing 3/6] Add x86-64 no libc build support
` [PATCH v1 RFC liburing 4/6] test/cq-size: Don't use `errno` to check liburing's functions
` [PATCH v1 RFC liburing 5/6] test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
` [PATCH v1 RFC liburing 6/6] src/{queue,register,setup}: Clean up unused includes
      ` [PATCHSET v2 RFC liburing 0/5] Add no libc support for x86-64 arch
        ` [PATCH v2 RFC liburing 1/5] test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
        ` [PATCH v2 RFC liburing 2/5] test/cq-size: Don't use `errno` to check liburing's functions
        ` [PATCH v2 RFC liburing 3/5] Add arch dependent directory and files
        ` [PATCH v2 RFC liburing 4/5] Add no libc build support
        ` [PATCH v2 RFC liburing 5/5] Add LIBURING_NOLIBC variable and edit src/Makefile
        ` [PATCHSET liburing 0/4] Add no libc support for x86-64 arch
          ` [PATCH liburing 1/4] test/thread-exit: Fix use after free bug
          ` [PATCH liburing 2/4] Add arch dependent directory and files
          ` [PATCH liburing 3/4] Add no libc build support
          ` [PATCH liburing 4/4] Add LIBURING_NOLIBC variable and edit src/Makefile

[PATCH v1 RFC liburing 6/6] src/{queue,register,setup}: Clean up unused includes
 2021-10-06 23:04 UTC 

[syzbot] general protection fault in __io_file_supports_nowait
 2021-10-06 17:55 UTC  (3+ messages)

[PATCH 0/5] bunch of random cleanup for-next
 2021-10-06 16:48 UTC  (7+ messages)
` [PATCH 1/5] io_uring: optimise plugging
` [PATCH 2/5] io_uring: safer fallback_work free
` [PATCH 3/5] io_uring: reshuffle io_submit_state bits
` [PATCH 4/5] io_uring: optimise out req->opcode reloading
` [PATCH 5/5] io_uring: remove extra io_ring_exit_work wake up

[RFC] io_uring: print COMM on ctx_exit hang
 2021-10-06 16:00 UTC  (2+ messages)

[PATCH v2] liburing: Add io_uring_submit_and_wait_timeout function in API
 2021-10-05 22:41 UTC  (4+ messages)
  ` [PATCH] Fix typo "timout" -> "timeout"

[PATCH RFC 5.13 0/2] adaptive sqpoll and its wakeup optimization
 2021-10-05 15:00 UTC  (14+ messages)
` [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle

[PATCH AUTOSEL 5.14 39/40] io_uring: kill fasync
 2021-10-05 13:50 UTC 

[PATCH 00/16] squeeze more performance
 2021-10-04 20:33 UTC  (19+ messages)
` [PATCH 01/16] io_uring: optimise kiocb layout
` [PATCH 02/16] io_uring: add more likely/unlikely() annotations
` [PATCH 03/16] io_uring: delay req queueing into compl-batch list
` [PATCH 04/16] io_uring: optimise request allocation
` [PATCH 05/16] io_uring: optimise INIT_WQ_LIST
` [PATCH 06/16] io_uring: don't wake sqpoll in io_cqring_ev_posted
` [PATCH 07/16] io_uring: merge CQ and poll waitqueues
` [PATCH 08/16] io_uring: optimise ctx referencing by requests
` [PATCH 09/16] io_uring: mark cold functions
` [PATCH 10/16] io_uring: optimise io_free_batch_list()
` [PATCH 11/16] io_uring: control ->async_data with a REQ_F flag
` [PATCH 12/16] io_uring: remove struct io_completion
` [PATCH 13/16] io_uring: inline io_req_needs_clean()
` [PATCH 14/16] io_uring: inline io_poll_complete
` [PATCH 15/16] io_uring: correct fill events helpers types
` [PATCH 16/16] io_uring: mark hot functions

[PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
 2021-10-04 15:07 UTC  (3+ messages)

[PATCH liburing] src/syscall: Add `close` syscall wrapper
 2021-10-04  2:01 UTC  (4+ messages)

[PATCH v5 liburing 0/3] Implement the kernel style return value
 2021-10-03 15:59 UTC  (5+ messages)
` [PATCH v5 liburing 1/3] src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
` [PATCH v5 liburing 2/3] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v5 liburing 3/3] Wrap all syscalls in a kernel style return value

[PATCHSET v4 RFC liburing 0/4] Implement the kernel style return value
 2021-10-03 15:13 UTC  (7+ messages)
` [PATCH v4 RFC liburing 1/3] src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
` [PATCH v4 RFC liburing 2/3] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v4 RFC liburing 3/3] Wrap all syscalls in a kernel style return value

[PATCH liburing 0/2] timeout tests
 2021-10-03 13:07 UTC  (4+ messages)
` [PATCH liburing 1/2] io_uring: test IORING_TIMEOUT_ETIME_SUCCESS
` [PATCH liburing 2/2] io_uring: fix SQPOLL timeout-new test

[PATCH liburing] test/probe: Use `io_uring_free_probe()` instead of `free()`
 2021-10-03 13:06 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
 2021-10-03 13:05 UTC  (3+ messages)

[PATCH v3] io_uring: add flag to not fail link after timeout
 2021-10-02 21:32 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.15-rc4
 2021-10-02 18:07 UTC  (2+ messages)

[PATCH v2] io_uring: add flag to not fail link after timeout
 2021-10-02 16:18 UTC  (3+ messages)

[RFC] io_uring: optimise requests referencing ctx
 2021-10-02 13:09 UTC  (2+ messages)

[PATCHSET v3 RFC liburing 0/4] Implement the kernel style return value
 2021-10-02  9:04 UTC  (7+ messages)
` [PATCH v3 RFC liburing 1/4] src/syscall: "
` [PATCH v3 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v3 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
` [PATCH v3 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCHSET v2 RFC liburing 0/4] Implement the kernel style return value
 2021-10-02  1:28 UTC  (5+ messages)
` [PATCH v2 RFC liburing 1/4] src/syscall: "
` [PATCH v2 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v2 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
` [PATCH v2 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCH 0/4] small cleanups for-next
 2021-10-01 17:34 UTC  (6+ messages)
` [PATCH 1/4] io_uring: extra a helper for drain init
` [PATCH 2/4] io_uring: don't return from io_drain_req()
` [PATCH 3/4] io_uring: init opcode in io_init_req()
` [PATCH 4/4] io_uring: clean up buffer select

[PATCH 1/1] io_uring: kill fasync
 2021-10-01 17:16 UTC  (4+ messages)

[PATCH 1/1] io_uring: add flag to not fail link after timeout
 2021-10-01  9:39 UTC 

[PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
 2021-10-01  7:36 UTC  (10+ messages)
` [PATCHSET v1 RFC liburing 1/6] src/syscall: "
` [PATCHSET v1 RFC liburing 2/6] Add kernel error header `src/kernel_err.h`
` [PATCHSET v1 RFC liburing 3/6] Add `liburing_mmap()` and `liburing_munmap()`
` [PATCHSET v1 RFC liburing 4/6] Add `liburing_madvise()`
` [PATCHSET v1 RFC liburing 5/6] Add `liburing_getrlimit()` and `liburing_setrlimit()`
` [PATCHSET v1 RFC liburing 6/6] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCH v2 00/24] rework and optimise submission+completion paths
 2021-09-30 16:04 UTC  (11+ messages)
` [PATCH v2 04/24] io_uring: use slist for completion batching
` [PATCH v2 10/24] io_uring: add a helper for batch free
` [PATCH v2 12/24] io_uring: optimise batch completion

[PATCH 0/6] task_work optimization
 2021-09-30  9:02 UTC  (16+ messages)
` [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
` [PATCH 2/8] io-wq: add helper to merge two wq_lists
` [PATCH 3/8] io_uring: add a limited tw list for irq completion work

[PATCH v2 0/8] task_work optimization
 2021-09-29 12:31 UTC  (3+ messages)
` [PATCH 3/8] io_uring: add a limited tw list for irq completion work

[PATCH 0/2] fixes of poll
 2021-09-29 12:08 UTC  (4+ messages)
` [PATCH 2/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list

[PATCH 0/2] poll fixes
 2021-09-29 11:16 UTC  (6+ messages)
` [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list

[PATCH AUTOSEL 5.14 37/40] io_uring: allow conditional reschedule for intensive iterators
 2021-09-28  5:55 UTC 

[PATCH] io-wq: exclusively gate signal based exit on get_signal() return
 2021-09-27 17:00 UTC  (2+ 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).