public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-20 15:29:27 to 2022-04-25 18:26:52 UTC [more...]

[PATCH v3 0/6] liburing: add support for large CQE sizes
 2022-04-25 18:26 UTC  (2+ messages)
` [PATCH v3 3/6] liburing: return correct ring size for large CQE's

[PATCH v3 00/12] add large CQE support for io-uring
 2022-04-25 18:25 UTC  (13+ messages)
` [PATCH v3 01/12] io_uring: support CQE32 in io_uring_cqe
` [PATCH v3 02/12] io_uring: wire up inline completion path for CQE32
` [PATCH v3 03/12] io_uring: change ring size calculation "
` [PATCH v3 04/12] io_uring: add CQE32 setup processing
` [PATCH v3 05/12] io_uring: add CQE32 completion processing
` [PATCH v3 06/12] io_uring: modify io_get_cqe for CQE32
` [PATCH v3 07/12] io_uring: flush completions "
` [PATCH v3 08/12] io_uring: overflow processing "
` [PATCH v3 09/12] io_uring: add tracing for additional CQE32 fields
` [PATCH v3 10/12] io_uring: support CQE32 in /proc info
` [PATCH v3 11/12] io_uring: enable CQE32
` [PATCH v3 12/12] io_uring: support CQE32 for nop operation

memory access op ideas
 2022-04-25 18:05 UTC  (22+ messages)

[PATCH v2 0/4] io_uring: text representation of opcode in trace
 2022-04-25 15:07 UTC  (5+ messages)
` [PATCH v2 1/4] io_uring: add type to op enum
` [PATCH v2 2/4] io_uring: add io_uring_get_opcode
` [PATCH v2 3/4] io_uring: rename op -> opcode
` [PATCH v2 4/4] io_uring: use the text representation of ops in trace

[PATCH 0/3] text representation of opcode in trace
 2022-04-25 14:53 UTC  (9+ messages)
` [PATCH 1/3] io_uring: add io_uring_get_opcode
` [PATCH 2/3] io_uring: rename op -> opcode
` [PATCH 3/3] io_uring: use the text representation of ops in trace

[PATCHSET v3 next 0/5] Add support for non-IPI task_work
 2022-04-25 14:21 UTC  (7+ messages)
` [PATCH 1/6] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/6] io_uring: serialize ctx->rings->sq_flags with atomic_or/and
` [PATCH 3/6] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/6] io_uring: set task_work notify method at init time
` [PATCH 5/6] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
` [PATCH 6/6] io_uring: add IORING_SETUP_TASKRUN_FLAG

[PATCH v2 00/12] add large CQE support for io-uring
 2022-04-25 10:31 UTC  (29+ messages)
` [PATCH v2 01/12] io_uring: support CQE32 in io_uring_cqe
` [PATCH v2 02/12] io_uring: wire up inline completion path for CQE32
` [PATCH v2 03/12] io_uring: change ring size calculation "
` [PATCH v2 04/12] io_uring: add CQE32 setup processing
` [PATCH v2 05/12] io_uring: add CQE32 completion processing
` [PATCH v2 06/12] io_uring: modify io_get_cqe for CQE32
` [PATCH v2 07/12] io_uring: flush completions "
` [PATCH v2 08/12] io_uring: overflow processing "
` [PATCH v2 09/12] io_uring: add tracing for additional CQE32 fields
` [PATCH v2 10/12] io_uring: support CQE32 in /proc info
` [PATCH v2 11/12] io_uring: enable CQE32
` [PATCH v2 12/12] io_uring: support CQE32 for nop operation

[PATCH] io_uring: cleanup error-handling around io_req_complete
 2022-04-25  0:33 UTC  (6+ messages)

[RFC 0/5] big-cqe based uring-passthru
 2022-04-23 17:53 UTC  (8+ messages)
  ` [RFC 5/5] nvme: wire-up support for async-passthru on char-device

[PATCHSET v2 next 0/5] Add support for non-IPI task_work
 2022-04-23 17:39 UTC  (6+ messages)
` [PATCH 1/5] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/5] io_uring: serialize ctx->rings->sq_flags with atomic_or/and
` [PATCH 3/5] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/5] io_uring: set task_work notify method at init time
` [PATCH 5/5] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_NO_RESCHED is used

[GIT PULL] io_uring fixes for 5.18-rc4
 2022-04-23 17:11 UTC  (2+ messages)

[PATCHSET next 0/5] Add support for non-IPI task_work
 2022-04-23 13:28 UTC  (9+ messages)
` [PATCH 1/5] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/5] io_uring: serialize ctx->rings->sq_flags with cmpxchg()
` [PATCH 3/5] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/5] io_uring: set task_work notify method at init time
` [PATCH 5/5] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_NO_RESCHED is used

[PATCH v1 00/11] add large CQE support for io-uring
 2022-04-22 21:26 UTC  (5+ messages)
` [PATCH v1 01/11] io_uring: support CQE32 in io_uring_cqe

[PATCH liburing v1 0/6] liburing fixes and cleanups
 2022-04-22 21:15 UTC  (8+ messages)
` [PATCH liburing v1 1/6] test/runtests-quiet.sh: Fixup redirection
` [PATCH liburing v1 2/6] Makefile: Make sure we build everything before runtests
` [PATCH liburing v1 3/6] test/Makefile: Remove `.PHONY` variable
` [PATCH liburing v1 4/6] test/Makefile: Sort the test file list alphabetically
` [PATCH liburing v1 5/6] .github/workflows: Run the nolibc build for x86 32-bit
` [PATCH liburing v1 6/6] test/double-poll-crash: Skip this test if the `mmap()` fails

[PATCH liburing v2 0/7] run tests in parallel
 2022-04-22 17:30 UTC  (9+ messages)
` [PATCH liburing v2 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing v2 2/7] test: use unique path for socket
` [PATCH liburing v2 3/7] test: use unique ports
` [PATCH liburing v2 4/7] test: use unique filenames
` [PATCH liburing v2 5/7] test: mkdir -p output folder
` [PATCH liburing v2 6/7] test: add make targets for each test
` [PATCH liburing v2 7/7] test: use remove_buffers instead of nop to generate error codes

[PATCH liburing 0/7] run tests in parallel
 2022-04-22 14:14 UTC  (10+ messages)
` [PATCH liburing 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing 2/7] test: use unique path for socket
` [PATCH liburing 3/7] test: use unique ports
` [PATCH liburing 4/7] test: use unique filenames
` [PATCH liburing 5/7] test: mkdir -p output folder
` [PATCH liburing 6/7] test: add make targets for each test
` [PATCH liburing 7/7] test: use remove_buffers instead of nop to generate error codes

[RFC 00/11] io_uring specific task_work infra
 2022-04-22 11:54 UTC  (15+ messages)
` [RFC 01/11] io_uring: optimise io_req_task_work_add
` [RFC 02/11] io_uringg: add io_should_fail_tw() helper
` [RFC 03/11] io_uring: ban tw queue for exiting processes
` [RFC 04/11] io_uring: don't take ctx refs in tctx_task_work()
` [RFC 05/11] io_uring: add dummy io_uring_task_work_run()
` [RFC 06/11] task_work: add helper for signalling a task
` [RFC 07/11] io_uring: run io_uring task_works on TIF_NOTIFY_SIGNAL
` [RFC 08/11] io_uring: wire io_uring specific task work
` [RFC 09/11] io_uring: refactor io_run_task_work()
` [RFC 10/11] io_uring: remove priority tw list
` [RFC 11/11] io_uring: lock-free task_work stack

[PATCH 0/6] return an error when cqe is dropped
 2022-04-22  9:58 UTC  (10+ messages)
` [PATCH 1/6] io_uring: add trace support for CQE overflow
` [PATCH 2/6] io_uring: trace cqe overflows
` [PATCH 3/6] io_uring: rework io_uring_enter to simplify return value
` [PATCH 4/6] io_uring: use constants for cq_overflow bitfield
` [PATCH 5/6] io_uring: return an error when cqe is dropped
` [PATCH 6/6] io_uring: allow NOP opcode in IOPOLL mode

[syzbot] KMSAN: uninit-value in io_fallback_req_func
 2022-04-22  9:35 UTC 

[PATCH liburing 0/5] overflow support
 2022-04-21 19:49 UTC  (9+ messages)
` [PATCH liburing 1/5] fix documentation shortenings
` [PATCH liburing 2/5] update io_uring_enter.2 docs for IORING_FEAT_NODROP
` [PATCH liburing 3/5] expose CQ ring overflow state
` [PATCH liburing 4/5] add docs for overflow lost errors
` [PATCH liburing 5/5] overflow: add tests

[PATCH] io_uring: add io_uring_enter(2) fixed file support
 2022-04-21 14:16 UTC  (4+ messages)

io_uring_prep_openat_direct() and link/drain
 2022-04-21 13:10 UTC  (22+ messages)

[PATCH liburing] arch/x86/syscall: Remove TODO comment
 2022-04-21 12:28 UTC  (2+ messages)

IORING_OP_POLL_ADD slower than linux-aio IOCB_CMD_POLL
 2022-04-21  9:05 UTC  (13+ messages)

[PATCHSET next 0/2] Allow MSG_WAITALL for send/sendmsg
 2022-04-21  1:39 UTC  (3+ messages)
` [PATCH 1/2] io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
` [PATCH 2/2] io_uring: allow re-poll if we made progress

[PATCH v2 0/6] liburing: add support for large CQE sizes
 2022-04-20 22:45 UTC  (8+ messages)
` [PATCH v2 1/6] liburing: Update io_uring.h with large CQE kernel changes
` [PATCH v2 2/6] liburing: increase mmap size for large CQE's
` [PATCH v2 3/6] liburing: return correct ring "
` [PATCH v2 4/6] liburing: index large CQE's correctly
` [PATCH v2 5/6] liburing: add large CQE tests to nop test
` [PATCH v2 6/6] liburing: Test all configurations with NOP test

[PATCHSET v4 next 0/5] Extend cancelation support
 2022-04-20 22:37 UTC  (3+ messages)
` [PATCH 1/5] io_uring: remove dead 'poll_only' argument to io_poll_cancel()

[PATCH for-next 0/3] timeout fixes & improvements
 2022-04-20 22:24 UTC  (2+ messages)

[PATCH] io_uring: store SCM state in io_fixed_file->file_ptr
 2022-04-20 22:19 UTC 

[linux-next:master] BUILD REGRESSION f1244c81da13009dbf61cb807f45881501c44789
 2022-04-20 21:09 UTC 

[PATCH 17/17] nvme: enable non-inline passthru commands
 2022-04-20 15:28 UTC  (12+ messages)


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