public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-01 16:38:24 to 2022-04-15 21:09:38 UTC [more...]

[PATCH 00/14] submission path refactoring
 2022-04-15 21:08 UTC  (13+ 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 1/1] io_uring: fix leaks on IOPOLL and CQE_SKIP
 2022-04-15 21:05 UTC  (4+ messages)

[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 

[PATCH liburing 0/3] Add x86 32-bit support for the nolibc build
 2022-04-14 22:41 UTC  (4+ 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

[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  (6+ messages)
` [PATCH 1/4] io_uring: move io_uring_rsrc_update2 validation
` [PATCH 2/4] io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
` [PATCH 3/4] io_uring: verify resv is 0 in ringfd register/unregister
` [PATCH 4/4] io_uring: verify pad field is 0 in io_get_ext_arg

[PATCH next 0/9] for-next clean ups and micro optimisation
 2022-04-12 16:47 UTC  (16+ messages)
` [PATCH 1/9] io_uring: explicitly keep a CQE in io_kiocb
` [PATCH 2/9] io_uring: memcpy CQE from req
` [PATCH 3/9] io_uring: shrink final link flush
` [PATCH 4/9] io_uring: inline io_flush_cached_reqs
` [PATCH 5/9] io_uring: helper for empty req cache checks
` [PATCH 6/9] io_uring: add helper to return req to cache list
` [PATCH 7/9] io_uring: optimise submission loop invariant
` [PATCH 8/9] io_uring: optimise submission left counting
` [PATCH 9/9] io_uring: optimise io_get_cqe()

[PATCH 1/1] io_uring: fix assign file locking issues
 2022-04-12 14:39 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 38/41] io_uring: zero tag on rsrc removal
 2022-04-12  0:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 39/41] io_uring: use nospec annotation for more indexes

[PATCH AUTOSEL 5.17 46/49] io_uring: zero tag on rsrc removal
 2022-04-12  0:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 47/49] io_uring: use nospec annotation for more indexes

[PATCHSET 0/4] Misc fixups for 5.18
 2022-04-11 23:09 UTC  (5+ messages)
` [PATCH 1/4] io_uring: flag the fact that linked file assignment is sane
` [PATCH 2/4] io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
` [PATCH 3/4] io_uring: move apoll->events cache
` [PATCH 4/4] io_uring: stop using io_wq_work as an fd placeholder

[PATCH] io_uring: flag the fact that linked file assignment is sane
 2022-04-10 21:15 UTC 

[GIT PULL] io_uring fixes for 5.18-rc2
 2022-04-09  5:01 UTC  (2+ messages)

[PATCH next 0/5] simplify SCM accounting
 2022-04-07 17:55 UTC  (8+ messages)
` [PATCH 1/5] io_uring: uniform "
` [PATCH 2/5] io_uring: refactor __io_sqe_files_scm
` [PATCH 3/5] io_uring: don't pass around fixed index for scm
` [PATCH 4/5] io_uring: deduplicate SCM accounting
` [PATCH 5/5] io_uring: rename io_sqe_file_register

[PATCH 0/2] two small rsrc infra patches
 2022-04-07 14:37 UTC  (4+ messages)
` [PATCH 1/2] io_uring: zero tag on rsrc removal
` [PATCH 2/2] io_uring: use nospec annotation for more indexes

[PATCH 1/1] io_uring: don't scm-account for non af_unix sockets
 2022-04-07 14:10 UTC  (3+ messages)

[RFC PATCH] io_uring: reissue in case -EAGAIN is returned after io issue returns
 2022-04-06 16:52 UTC  (9+ messages)

[PATCH] io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
 2022-04-06 12:48 UTC  (2+ messages)

[PATCH 0/2] io_uring resource handling fixes
 2022-04-06 12:47 UTC  (4+ messages)
` [PATCH 1/2] io_uring: nospec index for tags on files update
` [PATCH 2/2] io_uring: don't touch scm_fp_list after queueing skb

[RFC 0/5] big-cqe based uring-passthru
 2022-04-06  6:37 UTC  (24+ messages)
    ` [RFC 4/5] io_uring: add support for big-cqe
    ` [RFC 2/5] fs: add file_operations->async_cmd()
    ` [RFC 3/5] io_uring: add infra and support for IORING_OP_URING_CMD
    ` [RFC 5/5] nvme: wire-up support for async-passthru on char-device

io_uring_prep_openat_direct() and link/drain
 2022-04-05 14:44 UTC  (20+ messages)

[PATCHSET v4 0/5] Fix early file assignment for links or drain
 2022-04-05 14:43 UTC  (9+ messages)
` [PATCH 1/6] io_uring: don't check req->file in io_fsync_prep()
` [PATCH 2/6] io_uring: defer splice/tee file validity check until command issue
` [PATCH 3/6] io_uring: move read/write file prep state into actual opcode handler
` [PATCH 4/6] io_uring: propagate issue_flags state down to file assignment
` [PATCH 5/6] io_uring: defer "
` [PATCH 6/6] io_uring: drop the old style inflight file tracking

INFO: task hung in linkwatch_event (2)
 2022-04-05  7:38 UTC  (2+ messages)
` [syzbot] "

[PATCH 0/4] liburing debian packaging fixes
 2022-04-04 16:17 UTC  (7+ messages)
` [PULL|PATCH v3 0/7] "

[PATCH liburing v2 0/3] Simplify build for tests and gitignore cleanup
 2022-04-03 23:20 UTC  (7+ messages)
` [PATCH liburing v2 1/3] test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c`
` [PATCH liburing v2 2/3] test/Makefile: Append `-lpthread` to `LDFLAGS` for all tests
` [PATCH liburing v2 3/3] test/Makefile: Append `.t` to the test binary

[PATCH liburing 0/2] Simplify build for tests and a gitignore cleanup
 2022-04-03 17:21 UTC  (5+ messages)
` [PATCH liburing 1/2] test/Makefile: Append -lpthread for all tests
` [PATCH liburing 2/2] test/Makefile: Append `.test` to the test binary filename

[PATCH liburing v1 0/2] SPDX fix and .gitignore improvement
 2022-04-03 15:06 UTC  (9+ messages)
` [PATCH liburing v1 1/2] src/int_flags.h: Add missing SPDX-License-Identifier
` [PATCH liburing v1 2/2] test/Makefile: Append `.test` to the test binary filename
` (subset) [PATCH liburing v1 0/2] SPDX fix and .gitignore improvement

[GIT PULL] io_uring fixes for 5.18-rc1
 2022-04-01 23:44 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