io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 09:23:04 to 2021-09-24 04:22:29 UTC [more...]

[PATCH v2 0/2] improvements for poll requests
 2021-09-24  4:22 UTC  (3+ messages)
` [PATCH v2 1/2] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
` [PATCH v2 2/2] io_uring: don't get completion_lock in io_poll_rewait()

[syzbot] INFO: task hung in io_uring_del_tctx_node
 2021-09-24  2:43 UTC  (2+ messages)

[5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
 2021-09-23 14:05 UTC  (6+ messages)

[RFC 0/3] improvements for poll requests
 2021-09-22 17:52 UTC  (10+ messages)
` [RFC 1/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
` [RFC 2/3] io_uring: don't get completion_lock in io_poll_rewait()
` [RFC 3/3] io_uring: try to batch poll request completion

[PATCH 0/3] poll fixes
 2021-09-22 15:55 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix race between poll completion and cancel_hash insertion
` [PATCH 2/3] io_uring: fix lacking of EPOLLONESHOT
` [PATCH 3/3] io_uring: fix potential req refcount underflow

[PATCH] io_uring: return boolean value for io_alloc_async_data
 2021-09-22 15:51 UTC  (2+ messages)

[PATCH] io-wq: ensure we exit if thread group is exiting
 2021-09-22 14:49 UTC 

[RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
 2021-09-22  7:19 UTC  (6+ messages)
  ` [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device

[PATCH] [RFC] io_uring: warning about unused-but-set parameter
 2021-09-21  6:54 UTC  (5+ messages)

[BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
 2021-09-20 13:19 UTC  (18+ messages)

[syzbot] WARNING in io_poll_double_wake
 2021-09-20  8:16 UTC  (3+ messages)

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-09-20  8:15 UTC  (6+ messages)

[syzbot] kernel BUG in __free_one_page
 2021-09-20  7:42 UTC 

[PATCH v4 0/8] Add LSM access controls and auditing to io_uring
 2021-09-20  2:44 UTC  (15+ messages)
` [PATCH v4 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
` [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
` [PATCH v4 3/8] audit: add filtering for io_uring records
` [PATCH v4 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [PATCH v4 5/8] io_uring: convert io_uring to the secure anon inode interface
` [PATCH v4 6/8] lsm,io_uring: add LSM hooks to io_uring
` [PATCH v4 7/8] selinux: add support for the io_uring access controls
` [PATCH v4 8/8] Smack: Brutalist io_uring support

[RFC 0/5] leverage completion cache for poll requests
 2021-09-19 16:10 UTC  (13+ messages)
` [PATCH 1/5] io_uring: return boolean value for io_alloc_async_data
` [PATCH 2/5] io_uring: code clean for io_poll_complete()
` [PATCH 3/5] io_uring: fix race between poll completion and cancel_hash insertion
` [PATCH 4/5] io_uring: fix lacking of EPOLLONESHOT
` [PATCH 5/5] io_uring: leverage completion cache for poll requests

[RFC 0/6] fast poll multishot mode
 2021-09-17 18:49 UTC  (7+ messages)
` [PATCH 1/6] io_uring: enhance flush completion logic

[GIT PULL] iov_iter retry fixes
 2021-09-17 16:29 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 5.15-rc2
 2021-09-17 16:29 UTC  (2+ messages)

[PATCHSET v3 0/3] Add ability to save/restore iov_iter state
 2021-09-16 16:10 UTC  (12+ messages)
` [PATCH 1/3] iov_iter: add helper to save "
` [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
` [PATCH 3/3] Revert "iov_iter: track truncated size"

[PATCH liburing 0/2] Update .gitignore and fix 32-bit build
 2021-09-16 15:17 UTC  (5+ messages)
` [PATCH liburing 1/2] .gitignore: add `test/file-verify`
  ` [PATCH liburing v2 "
` [PATCH liburing 2/2] test/file-verify: fix 32-bit build -Werror=shift-count-overflow

[PATCH] io_uring: add more uring info to fdinfo for debug
 2021-09-16  6:29 UTC  (6+ messages)

[PATCH v2] io_uring: move iopoll reissue into regular IO path
 2021-09-16  1:54 UTC  (2+ messages)

[PATCH for-next] io_uring: optimise io_req_init() sqe flags checks
 2021-09-16  1:54 UTC  (2+ messages)

[PATCH for-next] io_uring: remove ctx referencing from complete_post
 2021-09-16  1:53 UTC  (4+ messages)

[PATCH -next] io-wq: Remove duplicate code in io_workqueue_create()
 2021-09-15 18:12 UTC  (3+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-15 14:12 UTC  (17+ messages)

[PATCH liburing 0/3] Fix build and add /test/output dir to .gitignore
 2021-09-15 12:41 UTC  (5+ messages)
` [PATCH liburing 1/3] test/io_uring_setup: Don't use `__errno` as local variable name
  ` [PATCH liburing 2/3] test/send_recv: Use proper cast for (struct sockaddr *) argument
  ` [PATCH liburing 3/3] .gitignore: add `/test/output/`

[PATCH 0/2] poll fixes
 2021-09-15 10:50 UTC  (9+ messages)
` [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
` [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion

[PATCH] io_uring: move iopoll reissue into regular IO path
 2021-09-15  9:39 UTC  (3+ messages)

[PATCHSET v2 0/3] Add ability to save/restore iov_iter state
 2021-09-14 23:02 UTC  (7+ messages)
` [PATCH 1/3] iov_iter: add helper to save "
` [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
` [PATCH 3/3] Revert "iov_iter: track truncated size"

[PATCH liburing v2] man/io_uring_enter.2: update notes about direct open/accept
 2021-09-14 18:18 UTC  (2+ messages)

[PATCH liburing 1/1] tests: test open into taken fixed slot
 2021-09-14 17:21 UTC  (2+ messages)

[PATCH] io_uring: allow retry for O_NONBLOCK if async is support
 2021-09-14 16:35 UTC 

[PATCH liburing] man/io_uring_enter.2: update notes about direct open/accept
 2021-09-14 16:02 UTC  (2+ messages)

[PATCH v2 5.15] io_uring: auto-removal for direct open/accept
 2021-09-14 15:50 UTC  (6+ messages)

[PATCH] io_uring: fix missing sigmask restore in io_cqring_wait()
 2021-09-14 14:53 UTC  (3+ messages)

[PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
 2021-09-14 14:29 UTC  (4+ messages)

[PATCH 5.15] io_uring: auto-removal for direct open/accept
 2021-09-14 14:18 UTC  (5+ messages)

[PATCH v3 0/8] Add LSM access controls and auditing to io_uring
 2021-09-14  3:33 UTC  (9+ messages)
` [PATCH v3 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
` [PATCH v3 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
` [PATCH v3 3/8] audit: add filtering for io_uring records
` [PATCH v3 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [PATCH v3 5/8] io_uring: convert io_uring to the secure anon inode interface
` [PATCH v3 6/8] lsm,io_uring: add LSM hooks to io_uring
` [PATCH v3 7/8] selinux: add support for the io_uring access controls
` [PATCH v3 8/8] Smack: Brutalist io_uring support with debug

INFO: task hung in io_uring_cancel_generic
 2021-09-14  3:01 UTC  (9+ messages)

[PATCHSET 0/3] Add ability to save/restore iov_iter state
 2021-09-14  1:54 UTC  (4+ messages)

[syzbot] general protection fault in io_uring_register
 2021-09-14  1:04 UTC  (3+ messages)

[PATCH v3] io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
 2021-09-13 16:38 UTC  (2+ messages)

[PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
 2021-09-13 15:52 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).