messages from 2022-04-19 20:56:48 to 2022-04-25 00:33:08 UTC [more...]
[PATCH] io_uring: cleanup error-handling around io_req_complete
2022-04-25 0:33 UTC (6+ messages)
memory access op ideas
2022-04-24 14:56 UTC (20+ 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 v2 00/12] add large CQE support for io-uring
2022-04-22 23:59 UTC (28+ 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
[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 (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 (12+ 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
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