public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-12 16:31:23 to 2022-04-20 19:15:41 UTC [more...]

[PATCH v2 0/6] liburing: add support for large CQE sizes
 2022-04-20 19:15 UTC  (3+ messages)
` [PATCH v2 3/6] liburing: return correct ring size for large CQE's
` [PATCH v2 4/6] liburing: index large CQE's correctly

[PATCH v2 00/12] add large CQE support for io-uring
 2022-04-20 19:14 UTC  (13+ 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 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)

[PATCH for-next 0/3] timeout fixes & improvements
 2022-04-20 12:40 UTC  (4+ 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

IORING_OP_POLL_ADD slower than linux-aio IOCB_CMD_POLL
 2022-04-20 12:09 UTC  (13+ 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

[PATCH v1 00/11] add large CQE support for io-uring
 2022-04-19 20:56 UTC  (12+ 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

[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

[PATCHSET v4 next 0/5] Extend cancelation support
 2022-04-18 16:44 UTC  (6+ 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 liburing 0/3] Add x86 32-bit support for the nolibc build
 2022-04-18 15:24 UTC  (8+ messages)
` [PATCH liburing 1/3] arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit
` [PATCH liburing 2/3] arch/x86/lib: Provide `get_page_size()` function "
` [PATCH liburing 3/3] arch/x86/syscall: Add x86 32-bit native syscall support

[PATCH 00/14] submission path refactoring
 2022-04-18  9:08 UTC  (19+ messages)
` [PATCH 01/14] io_uring: clean poll tw PF_EXITING handling
` [PATCH 02/14] io_uring: add a hepler for putting rsrc nodes
` [PATCH 03/14] io_uring: minor refactoring for some tw handlers
` [PATCH 04/14] io_uring: kill io_put_req_deferred()
` [PATCH 05/14] io_uring: inline io_free_req()
` [PATCH 06/14] io_uring: helper for prep+queuing linked timeouts
` [PATCH 07/14] io_uring: inline io_queue_sqe()
` [PATCH 08/14] io_uring: rename io_queue_async_work()
` [PATCH 09/14] io_uring: refactor io_queue_sqe()
` [PATCH 10/14] io_uring: introduce IO_REQ_LINK_FLAGS
` [PATCH 11/14] io_uring: refactor lazy link fail
` [PATCH 12/14] io_uring: refactor io_submit_sqe()
` [PATCH 13/14] io_uring: inline io_req_complete_fail_submit()
` [PATCH 14/14] io_uring: add data_race annotations
` (subset) [PATCH 00/14] submission path refactoring

[PATCH liburing v2 1/1] tests: add more file registration tests
 2022-04-17 14:39 UTC  (2+ messages)

[PATCH liburing 0/3] extra tests
 2022-04-17 14:28 UTC  (7+ messages)
` [PATCH liburing 1/3] tests: reduce multicqe_drain waiting time
` [PATCH liburing 2/3] tests: extend scm cycle breaking tests
` [PATCH liburing 3/3] tests: add more file registration tests
` (subset) [PATCH liburing 0/3] extra tests

[PATCH] io_uring: free iovec if file assignment fails
 2022-04-17 13:43 UTC 

[syzbot] memory leak in iovec_from_user
 2022-04-17 13:37 UTC  (4+ messages)

[PATCH v2] io_uring: fix leaks on IOPOLL and CQE_SKIP
 2022-04-17 12:54 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix leaks on IOPOLL and CQE_SKIP
 2022-04-16 13:23 UTC  (12+ messages)

[PATCHSET v3 next 0/4] Extend cancelation support
 2022-04-16  0:26 UTC  (5+ messages)
` [PATCH 1/4] io_uring: remove dead 'poll_only' argument to io_poll_cancel()
` [PATCH 2/4] io_uring: pass in struct io_cancel_data consistently
` [PATCH 3/4] io_uring: add support for IORING_ASYNC_CANCEL_ALL
` [PATCH 4/4] io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key

[GIT PULL] io_uring fixes for 5.18-rc3
 2022-04-15 18:46 UTC  (2+ messages)

[PATCHSET next 0/5] Extend cancelation support
 2022-04-15 13:33 UTC  (6+ 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: rename io_cancel_data->user_data to just 'data'
` [PATCH 4/5] io_uring: add support for IORING_ASYNC_CANCEL_ALL
` [PATCH 5/5] io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key

[syzbot] kernel BUG in commit_creds
 2022-04-15  4:04 UTC  (3+ messages)

[PATCH] io_uring: abort file assignment prior to assigning creds
 2022-04-15  3:41 UTC 

[PATCHSET next 0/4] Allow cancelation based on fd
 2022-04-14 20:24 UTC  (5+ messages)
` [PATCH 1/4] io_uring: remove dead 'poll_only' argument to io_poll_cancel()
` [PATCH 2/4] io_uring: pass in struct io_cancel_data consistently
` [PATCH 3/4] io_uring: rename io_cancel_data->user_data to just 'data'
` [PATCH 4/4] io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key

questions about io_uring buffer select feature
 2022-04-14 11:23 UTC  (2+ messages)

questions about io_uring buffer select feature
 2022-04-14  7:51 UTC 

[PATCH 5.18 0/3] file assignment issues
 2022-04-13 16:26 UTC  (5+ messages)
` [PATCH 1/3] io_uring: use right issue_flags for splice/tee
` [PATCH 2/3] io_uring: fix poll file assign deadlock
` [PATCH 3/3] io_uring: fix poll error reporting

[PATCHSET 0/2] Add io_uring socket(2) support
 2022-04-13 16:26 UTC  (5+ messages)
` [PATCH 1/2] net: add __sys_socket_file()
` [PATCH 2/2] io_uring: add socket(2) support

memory access op ideas
 2022-04-13 10:33 UTC 

[PATCHSET 0/4] Add support for no-lock sockets
 2022-04-13  7:53 UTC  (18+ messages)
` [PATCH 1/4] net: add sock 'sk_no_lock' member
` [PATCH 2/4] net: allow sk_prot->release_cb() without sock lock held
` [PATCH 3/4] net: add support for socket no-lock
` [PATCH 4/4] io_uring: mark accept direct socket as no-lock

[PATCH] io_uring: allow direct descriptors for connect
 2022-04-12 20:38 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d0c745e7b2d6ce8bcc768b32361ab8ef520821ee
 2022-04-12 19:23 UTC 

[PATCH 0/4] io_uring: verify that reserved fields are 0
 2022-04-12 16:47 UTC  (4+ messages)
` [PATCH 1/4] io_uring: move io_uring_rsrc_update2 validation
` [PATCH 3/4] io_uring: verify resv is 0 in ringfd register/unregister

[PATCH next 0/9] for-next clean ups and micro optimisation
 2022-04-12 16:47 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