public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-18 09:09:51 to 2022-04-22 22:40:56 UTC [more...]

[PATCHSET next 0/5] Add support for non-IPI task_work
 2022-04-22 21:42 UTC  (5+ messages)
` [PATCH 1/5] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [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 v2 00/12] add large CQE support for io-uring
 2022-04-22 21:27 UTC  (26+ 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 v1 00/11] add large CQE support for io-uring
 2022-04-22 21:26 UTC  (15+ messages)
` [PATCH v1 01/11] io_uring: support CQE32 in io_uring_cqe
` [PATCH v1 02/11] io_uring: wire up inline completion path for CQE32
` [PATCH v1 03/11] io_uring: change ring size calculation "
` [PATCH v1 04/11] io_uring: add CQE32 setup processing
` [PATCH v1 05/11] io_uring: add CQE32 completion processing
` [PATCH v1 06/11] io_uring: modify io_get_cqe for CQE32
` [PATCH v1 07/11] io_uring: flush completions "
` [PATCH v1 08/11] io_uring: overflow processing "
` [PATCH v1 09/11] io_uring: add tracing for additional CQE32 fields
` [PATCH v1 10/11] io_uring: enable CQE32
` [PATCH v1 11/11] io_uring: support CQE32 for nop operation

memory access op ideas
 2022-04-22 20:03 UTC  (7+ messages)

[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] io_uring: cleanup error-handling around io_req_complete
 2022-04-22 10:10 UTC 

[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  (14+ 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  (7+ messages)
` [PATCH 1/5] io_uring: remove dead 'poll_only' argument to io_poll_cancel()
` [PATCH 2/5] io_uring: pass in struct io_cancel_data consistently
` [PATCH 3/5] io_uring: add support for IORING_ASYNC_CANCEL_ALL
` [PATCH 4/5] io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
` [PATCH 5/5] io_uring: add support for IORING_ASYNC_CANCEL_ANY

[PATCH for-next 0/3] timeout fixes & improvements
 2022-04-20 22:24 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix nested timeout locking on disarming
` [PATCH 2/3] io_uring: move tout locking in io_timeout_cancel()
` [PATCH 3/3] io_uring: refactor io_disarm_next() locking

[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  (18+ messages)

[syzbot] possible deadlock in io_disarm_next
 2022-04-20 13:18 UTC  (3+ messages)

[RFC v2 0/9] fixed worker
 2022-04-20 10:40 UTC  (10+ messages)
` [PATCH 1/9] io-wq: add a worker flag for individual exit
` [PATCH 2/9] io-wq: change argument of create_io_worker() for convienence
` [PATCH 3/9] io-wq: add infra data structure for fixed workers
` [PATCH 4/9] io-wq: tweak io_get_acct()
` [PATCH 5/9] io-wq: fixed worker initialization
` [PATCH 6/9] io-wq: fixed worker exit
` [PATCH 7/9] io-wq: implement fixed worker logic
` [PATCH 8/9] io-wq: batch the handling of fixed worker private works
` [PATCH 9/9] io_uring: add register fixed worker interface

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

[linux-next:master] BUILD REGRESSION 634de1db0e9bbeb90d7b01020e59ec3dab4d38a1
 2022-04-19 19:29 UTC 

[PATCH 0/5] random 5.19 patches
 2022-04-18 20:52 UTC  (9+ messages)
` [PATCH 1/5] io_uring: use right helpers for file assign locking
` [PATCH 2/5] io_uring: refactor io_assign_file error path
` [PATCH 3/5] io_uring: store rsrc node in req instead of refs
` [PATCH 4/5] io_uring: add a helper for putting rsrc nodes
` [PATCH 5/5] io_uring: kill ctx arg from io_req_put_rsrc

[PATCH liburing 0/3] Add x86 32-bit support for the nolibc build
 2022-04-18 15:24 UTC  (5+ messages)

[PATCH 00/14] submission path refactoring
 2022-04-18  9:08 UTC  (5+ messages)
` [PATCH 02/14] io_uring: add a hepler for putting rsrc nodes


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