io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-31 14:45:15 to 2021-09-09 00:09:24 UTC [more...]

[syzbot] WARNING in io_wq_submit_work (2)
 2021-09-09  0:09 UTC 

[syzbot] INFO: task hung in io_wq_put_and_exit
 2021-09-09  0:09 UTC 

[syzbot] memory leak in create_io_worker
 2021-09-09  0:09 UTC 

[syzbot] general protection fault in hrtimer_start_range_ns
 2021-09-08 21:11 UTC  (4+ messages)

[PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
 2021-09-08 20:24 UTC  (6+ messages)

INFO: task hung in io_uring_cancel_generic
 2021-09-08 20:16 UTC  (6+ messages)

WARNING in io_wq_submit_work
 2021-09-08 19:59 UTC  (3+ messages)

[PATCH v2] /dev/mem: nowait zero/null ops
 2021-09-08 19:15 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in timerqueue_del
 2021-09-08 16:52 UTC 

[PATCH 0/5 for-next] small for-next optimisations
 2021-09-08 15:40 UTC  (6+ messages)
` [PATCH 1/5] io_uring: kill off ios_left
` [PATCH 2/5] io_uring: inline io_dismantle_req
` [PATCH 3/5] io_uring: inline linked part of io_req_find_next
` [PATCH 4/5] io_uring: dedup CQE flushing non-empty checks
` [PATCH 5/5] io_uring: kill extra wake_up_process in tw add

[PATCH] /dev/mem: nowait zero/null ops
 2021-09-08 13:53 UTC  (6+ messages)

Question about async_wake
 2021-09-08 13:24 UTC  (2+ messages)

[RFC 0/6] fast poll multishot mode
 2021-09-08 13:13 UTC  (41+ 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] io-wq: fix cancellation on create-worker failure
 2021-09-08 12:34 UTC  (2+ messages)

INFO: task hung in io_wq_put_and_exit
 2021-09-08  6:36 UTC 

WARNING in io_req_complete_post
 2021-09-08  6:29 UTC 

[RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
 2021-09-08  6:16 UTC  (16+ 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 v4 0/2] refactor sqthread cpu binding logic
 2021-09-07 19:28 UTC  (11+ 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] io_uring: check file_slot early when accept use fix_file mode
 2021-09-07 15:44 UTC  (6+ messages)

[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 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  (2+ messages)

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)


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