io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 22:42:19 to 2021-08-31 11:26:59 UTC [more...]

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

[PATCH] io_uring: retry in case of short read on block device
 2021-08-31 10:07 UTC  (3+ 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)

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

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

io_uring_prep_timeout_update on linked timeouts
 2021-08-29  2:40 UTC  (8+ messages)

[DRAFT liburing] man: document new register/update API
 2021-08-28 19:35 UTC  (2+ messages)

[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 

[PATCH] io_uring: support CLOCK_BOOTTIME for timeouts
 2021-08-27 23:13 UTC 

[PATCH liburing] register: add tagging and buf update helpers
 2021-08-27 19:35 UTC  (6+ messages)

[PATCH liburing v2] register: add tagging and buf update helpers
 2021-08-27 19:35 UTC  (2+ messages)

[PATCH liburing] tests: file create/unlink cleanup
 2021-08-27 18:12 UTC  (2+ messages)

[PATCH] io-wq: provide a way to limit max number of unbounded workers
 2021-08-27 17:38 UTC 

[PATCH for-5.15 v3 0/2] fix failed linkchain code logic
 2021-08-27 17:04 UTC  (6+ messages)
` [PATCH 1/2] io_uring: remove redundant req_set_fail()
` [PATCH 2/2] io_uring: fix failed linkchain code logic

[PATCH for-next 0/2] 5.15 small improvements
 2021-08-27 15:23 UTC  (4+ messages)
` [PATCH 1/2] io_uring: clarify io_req_task_cancel() locking
` [PATCH 2/2] io_uring: add build check for buf_index overflows

[PATCH for-next] io_uring: add task-refs-get helper
 2021-08-27 13:30 UTC  (2+ messages)

[PATCH liburing 1/1] io_uring: update buffer update feature testing
 2021-08-26 14:41 UTC  (2+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-08-25 19:41 UTC  (6+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "
  ` [RFC PATCH 2/9] audit, io_uring, io-wq: "

[PATCH for-5.15 v2] io_uring: don't free request to slab
 2021-08-25 19:05 UTC  (3+ messages)

[PATCH liburing 0/2] non-root tests
 2021-08-25 17:59 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: don't skip sqpoll needlessly
` [PATCH liburing 2/2] tests: skip when large buf register fails

[PATCH liburing 1/1] tests: test open/accept directly into fixed table
 2021-08-25 17:58 UTC  (2+ messages)

[RFC 0/2] io_task_work optimization
 2021-08-25 17:26 UTC  (11+ messages)
` [PATCH 1/2] io_uring: run task_work when sqthread is waken up
` [PATCH 2/2] io_uring: add irq completion work to the head of task_list

[PATCH] io_uring: don't free request to slab
 2021-08-25 16:02 UTC  (4+ messages)

[PATCH v4 0/4] open/accept directly into io_uring fixed file table
 2021-08-25 15:00 UTC  (7+ messages)
` [PATCH v4 1/4] net: add accept helper not installing fd
` [PATCH v4 2/4] io_uring: openat directly into fixed fd table
` [PATCH v4 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v4 4/4] io_uring: accept directly into fixed file table

[PATCH liburing 0/2] liburing.h helpers cleanup
 2021-08-25 14:59 UTC  (4+ messages)
` [PATCH liburing 1/2] liburing.h: add a multipoll helper
` [PATCH liburing 2/2] liburing.h: dedup poll mask conversion

[PATCH liburing 1/1] tests: fix poll-mshot-update
 2021-08-24 18:04 UTC  (2+ messages)

[PATCH for-next] io_uring: kill off ios_left
 2021-08-24 14:56 UTC 

[PATCH v3 0/4] open/accept directly into io_uring fixed file table
 2021-08-24 14:43 UTC  (12+ messages)
` [PATCH v3 1/4] net: add accept helper not installing fd
` [PATCH v3 2/4] io_uring: openat directly into fixed fd table
` [PATCH v3 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v3 4/4] io_uring: accept directly into fixed file table

[PATCH -next] io_uring: remove IORING_MAX_FIXED_FILES
 2021-08-24 14:24 UTC 

[PATCH liburing 0/2] non-privileged tests
 2021-08-24 14:09 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: non-privileged defer test
` [PATCH liburing 2/2] tests: non-privileged io_uring_enter

[PATCH liburing 0/2] non-root fixes
 2021-08-24 14:07 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: rw: don't exit ring when init failed
` [PATCH liburing 2/2] tests: non-root io_uring_register

FAILED: Patch "io_uring: fix xa_alloc_cycle() error return value check" failed to apply to 5.10-stable tree
 2021-08-24  2:57 UTC 

FAILED: Patch "io_uring: only assign io_uring_enter() SQPOLL error in actual error case" failed to apply to 5.10-stable tree
 2021-08-24  2:57 UTC 

[syzbot] WARNING in io_try_cancel_userdata
 2021-08-23 22:14 UTC  (4+ messages)

[PATCH for-5.15 v2 0/2] fix failed linkchain code logic
 2021-08-23 18:45 UTC  (6+ messages)
` [PATCH 1/2] io_uring: remove redundant req_set_fail()
` [PATCH 2/2] io_uring: fix failed linkchain code logic

[PATCH liburing] tests: add IOSQE_ASYNC cancel testing
 2021-08-23 16:17 UTC  (2+ messages)

[PATCH] io_uring: fix io_try_cancel_userdata race for iowq
 2021-08-23 16:17 UTC  (2+ messages)

[PATCH v3 0/2] iter revert problems
 2021-08-23 16:14 UTC  (4+ messages)
` [PATCH v3 1/2] iov_iter: track truncated size
` [PATCH v3 2/2] io_uring: reexpand under-reexpanded iters

[PATCH v2 0/2] iter revert problems
 2021-08-23 12:28 UTC  (5+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2021-08-23  0:44 UTC  (3+ messages)

[PATCH 0/3] coredump: io_uring: Cancel io_uring to avoid core truncation
 2021-08-22 21:06 UTC  (4+ messages)
` [PATCH 1/3] tracehook: Add a return value to tracehook_notify_signal
` [PATCH 2/3] io_uring: Clear TIF_NOTIFY_SIGNAL when cancelling requests
` [PATCH 3/3] coredump: cancel io_uring requests before dumping core

[PATCH liburing 1/1] tests: migrate rw tests to t_create_ring()
 2021-08-22 13:36 UTC  (2+ messages)

[PATCH liburing v2] tests; skip non-root sendmsg_fs_cve
 2021-08-22 12:49 UTC 

[PATCH liburing] tests; skip non-root sendmsg_fs_cve
 2021-08-22 12:46 UTC  (3+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-08-21 17:21 UTC  (28+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

[GIT PULL] io_uring fixes for 5.14-rc7
 2021-08-21 15:16 UTC  (2+ messages)

[PATCH liburing] tests: fix test_cancel_req_across_fork
 2021-08-21 14:35 UTC  (2+ messages)

[PATCH 0/3] changes around fixed rsrc
 2021-08-21 14:25 UTC  (3+ messages)

[PATCH for-5.15] io_uring: fix lacking of protection for compl_nr
 2021-08-21  3:10 UTC  (11+ 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).