io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-28 02:40:40 to 2021-09-07 16:30:23 UTC [more...]

[RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
 2021-09-07 16:29 UTC  (13+ messages)
    ` [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device
    ` [RFC PATCH 4/6] io_uring: add helper for fixed-buffer uring-cmd
    ` [RFC PATCH 5/6] io_uring: add support for uring_cmd with fixed-buffer
    ` [RFC PATCH 6/6] nvme: enable passthrough "

[PATCH] io_uring: check file_slot early when accept use fix_file mode
 2021-09-07 15:44 UTC  (6+ messages)

INFO: task hung in io_uring_cancel_generic
 2021-09-07 11:50 UTC 

[RFC 0/6] fast poll multishot mode
 2021-09-07  6:48 UTC  (38+ messages)
` [PATCH 1/6] io_uring: enhance flush completion logic
` [PATCH 2/6] io_uring: add IORING_ACCEPT_MULTISHOT for accept
` [PATCH 3/6] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 4/6] io_uring: let fast poll support multishot
` [PATCH 5/6] io_uring: implement multishot mode for accept
` [PATCH 6/6] io_uring: enable "

[PATCH v2] io_uring: fix bug of wrong BUILD_BUG_ON check of __REQ_F_LAST_BIT
 2021-09-07  3:22 UTC 

[PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
 2021-09-07  3:02 UTC  (5+ messages)

[GIT PULL] Followup io_uring fixes for 5.15-rc1
 2021-09-06 17:15 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 41/46] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-09-06  1:20 UTC 

[PATCH AUTOSEL 5.14 41/47] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-09-06  1:19 UTC 

[syzbot] general protection fault in __io_arm_poll_handler
 2021-09-04 13:18 UTC  (5+ messages)

[PATCH v3 0/2] iter revert problems
 2021-09-04  0:57 UTC  (4+ messages)

[PATCH] io_uring: io_uring_complete() trace should take an integer
 2021-09-03 23:56 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
 2021-09-03 23:08 UTC  (3+ messages)

[PATCH v4 0/2] refactor sqthread cpu binding logic
 2021-09-03 15:04 UTC  (9+ messages)
` [PATCH 1/2] cpuset: add a helper to check if cpu in cpuset of current task
` [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu

[PATCH v2] io_uring: fix possible poll event lost in multi shot mode
 2021-09-03 15:01 UTC  (2+ messages)

[PATCH][next] io_uring: Fix a read of ununitialized pointer tctx
 2021-09-03 12:16 UTC  (2+ messages)

[PATCHSET 0/5] io-wq fixes
 2021-09-02 19:25 UTC  (6+ messages)
` [PATCH 1/5] io-wq: fix queue stalling race
` [PATCH 2/5] io-wq: split bounded and unbounded work into separate lists
` [PATCH 3/5] io-wq: only exit on fatal signals
` [PATCH 4/5] io-wq: get rid of FIXED worker flag
` [PATCH 5/5] io-wq: make worker creation resilient against signals

[syzbot] general protection fault in io_issue_sqe
 2021-09-02 19:14 UTC  (5+ messages)

[PATCH] io_uring: trigger worker exit when ring is exiting
 2021-09-02 18:19 UTC  (4+ messages)

[RFC] io_uring: fix possible poll event lost in multi shot mode
 2021-09-02 16:11 UTC  (2+ messages)

[PATCH] io-wq: ensure that hash wait lock is IRQ disabling
 2021-09-02 14:51 UTC 

[PATCH] io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLL
 2021-09-02 14:50 UTC 

[PATCH 0/2] small optimisations
 2021-09-02  2:41 UTC  (4+ messages)
` [PATCH 1/2] io_uring: don't disable kiocb_done() CQE batching
` [PATCH 2/2] io_uring: prolong tctx_task_work() with flushing

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-09-01 19:21 UTC  (15+ messages)
` [RFC PATCH v2 9/9] Smack: Brutalist io_uring support with debug

[PATCH liburing v2] tests: test early-submit link fails
 2021-09-01 18:04 UTC  (4+ messages)

[PATCH v3 0/2] refactor sqthread cpu binding logic
 2021-09-01 12:31 UTC  (4+ messages)
` [PATCH 1/2] cpuset: add a helper to check if cpu in cpuset of current task
` [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu

[RFC PATCH] io_uring: stop issue failed request to fix panic
 2021-09-01 10:59 UTC  (4+ messages)

[syzbot] general protection fault in __io_file_supports_nowait
 2021-09-01  6:41 UTC  (5+ messages)

[PATCH liburing v2] man/io_uring_enter.2: add notes about direct open/accept
 2021-08-31 21:22 UTC  (2+ messages)

[PATCH liburing] man/io_uring_enter.2: add notes about direct open/accept
 2021-08-31 20:07 UTC  (3+ messages)

[PATCH liburing v2] man: document new register/update API
 2021-08-31 19:38 UTC  (2+ messages)

[DRAFT liburing] man: document new register/update API
 2021-08-31 17:00 UTC  (4+ messages)

[PATCH liburing 0/2] add direct open/accept helpers
 2021-08-31 17:00 UTC  (4+ messages)
` [PATCH liburing 1/2] liburing: add helpers for direct open/accept
` [PATCH liburing 2/2] tests: use "

[PATCH v2 0/2] fix failing request submission
 2021-08-31 16:57 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: fix queueing half-created requests
` [PATCH v2 2/2] io_uring: don't submit half-prepared drain request

io_uring_prep_timeout_update on linked timeouts
 2021-08-31 16:09 UTC  (11+ messages)

[PATCH liburing v2] liburing: add helpers for direct open/accept
 2021-08-31 15:46 UTC  (2+ messages)

[PATCH liburing] tests: test under submit link fails
 2021-08-31 13:08 UTC 

[PATCH] io_uring: retry in case of short read on block device
 2021-08-31 12:24 UTC  (4+ messages)

[syzbot] general protection fault in sock_from_file
 2021-08-31 11:50 UTC  (9+ messages)

[PATCH] io_uring: don't submit half-prepared drain request
 2021-08-31  9:53 UTC 

[PATCH] io_uring: fix queueing half-created requests
 2021-08-31  9:37 UTC 

[syzbot] general protection fault in io_poll_remove_waitqs
 2021-08-31  6:26 UTC 

[GIT PULL] io_uring mkdirat/symlinkat/linkat support
 2021-08-31  2:58 UTC  (2+ messages)

[GIT PULL] io_uring updates for 5.15-rc1
 2021-08-31  2:58 UTC  (2+ messages)

[GIT PULL] bio recycling support
 2021-08-31  2:58 UTC  (2+ messages)

[PATCH] io-wq: fix race between adding work and activating a free worker
 2021-08-30 18:03 UTC 

[PATCH] io-wq: fix wakeup race when adding new work
 2021-08-30 14:02 UTC 

[PATCH] io-wq: wqe and worker locks no longer need to be IRQ safe
 2021-08-30 14:02 UTC 

[PATCH] io-wq: check max_worker limits if a worker transitions bound state
 2021-08-30 12:20 UTC  (3+ messages)

[syzbot] WARNING in io_poll_double_wake
 2021-08-30 11:34 UTC  (2+ messages)

[PATCH v2] io-wq: provide a way to limit max number of workers
 2021-08-29 14:06 UTC 

[PATCH liburing 0/2] quick man fixes
 2021-08-28 19:15 UTC  (4+ messages)
` [PATCH liburing 1/2] man: fix io_uring_sqe alignment
` [PATCH liburing 2/2] man: update notes on register quiesce

[PATCH for-5.15 v2] io_uring: consider cgroup setting when binding sqpoll cpu
 2021-08-28  7:29 UTC  (8+ messages)

[PATCH v2] io_uring: support CLOCK_BOOTTIME/REALTIME for timeouts
 2021-08-28  2:40 UTC 


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).