io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-25 18:26:30 to 2020-08-10 20:45:23 UTC [more...]

INFO: task can't die in io_uring_flush
 2020-08-10 20:45 UTC  (2+ messages)

[PATCHSET 0/2] io_uring: use TWA_SIGNAL more carefully
 2020-08-10 20:35 UTC  (18+ messages)
` [PATCH 1/2] kernel: split task_work_add() into two separate helpers
` [PATCH 2/2] io_uring: use TWA_SIGNAL for task_work if the task isn't running

[PATCH AUTOSEL 5.8 07/64] io_uring: fix req->work corruption
 2020-08-10 19:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 61/64] io_uring: fix racy overflow count reporting
` [PATCH AUTOSEL 5.8 62/64] io_uring: fix stalled deferred requests

[PATCH AUTOSEL 5.7 07/60] io_uring: fix req->work corruption
 2020-08-10 19:10 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 57/60] io_uring: fix racy overflow count reporting
` [PATCH AUTOSEL 5.7 58/60] io_uring: fix stalled deferred requests

INFO: task hung in io_uring_flush
 2020-08-10 18:11 UTC  (4+ messages)

possible deadlock in io_timeout_fn
 2020-08-10 16:53 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in loop_rw_iter
 2020-08-10 16:00 UTC  (2+ messages)

possible deadlock in io_queue_linked_timeout
 2020-08-10 15:59 UTC  (2+ messages)

possible deadlock in __io_queue_deferred
 2020-08-10 15:55 UTC  (2+ messages)

KCSAN: data-race in __io_cqring_fill_event / io_uring_poll
 2020-08-10 10:14 UTC  (2+ messages)

[PATCH v2 0/4] fsstress,fsx: add io_uring test and do some fix
 2020-08-09 17:51 UTC  (6+ messages)
` [PATCH v2 1/4] fsstress: add IO_URING read and write operations
` [PATCH v2 2/4] fsstress: reduce the number of events when io_setup
` [PATCH v2 3/4] fsstress: fix memory leak in do_aio_rw
` [PATCH v2 4/4] fsx: add IO_URING test

[PATCH AUTOSEL 5.8 48/72] io_uring: fix sq array offset calculation
 2020-08-08 23:35 UTC 

[PATCH AUTOSEL 5.7 41/58] io_uring: fix sq array offset calculation
 2020-08-08 23:37 UTC 

[PATCH AUTOSEL 5.4 30/40] io_uring: fix sq array offset calculation
 2020-08-08 23:38 UTC 

[PATCH] io_uring: Convert to use the fallthrough macro
 2020-08-08  8:47 UTC 

[PATCH v2] io_uring: use TWA_SIGNAL for task_work if the task isn't running
 2020-08-07 22:11 UTC  (4+ messages)

wake up io_uring_enter(...IORING_ENTER_GETEVENTS..) via eventfd
 2020-08-07  8:17 UTC  (2+ messages)

[PATCH] io_uring: use TWA_SIGNAL for task_work related to eventfd
 2020-08-07  1:10 UTC  (3+ messages)

[PATCH 0/2] io_uring memory accounting fixes
 2020-08-06 13:46 UTC  (9+ messages)
` [PATCH 1/2] io_uring: set ctx sq/cq entry count earlier
` [PATCH 2/2] io_uring: account locked memory before potential error case

[PATCH v3 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-06  7:49 UTC  (5+ messages)
` [PATCH v3 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v3 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v3 3/3] io_uring: allow disabling rings during the creation

[PATCH] io_uring: Fix NULL pointer dereference in loop_rw_iter()
 2020-08-05 12:50 UTC  (2+ messages)

[PATCH] io_uring: Fix NULL pointer dereference in loop_rw_write()
 2020-08-05 10:53 UTC 

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-08-05  7:35 UTC  (39+ messages)
  ` [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
  ` [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
  ` [PATCH v4 4/6] block: add zone append handling for direct I/O path
  ` [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
  ` [PATCH v4 6/6] io_uring: add support for zone-append

[PATCH liburing v3 0/2] add support for new timeout feature
 2020-08-05  6:18 UTC  (3+ messages)

[PATCH] fs/io_uring.c: fix null ptr deference in io_send_recvmsg()
 2020-08-05  4:10 UTC  (6+ messages)

[PATCH liburing v3 0/2] add support for new timeout feature
 2020-08-05  3:04 UTC  (3+ messages)
` [PATCH liburing v3 1/2] io_uring_enter: add timeout support
` [PATCH liburing v3 2/2] test/timeout: add testcase for new timeout feature

[PATCH liburing v2 0/2] add support for new timeout feature
 2020-08-05  2:00 UTC  (7+ messages)
` [PATCH liburing v2 1/2] io_uring_enter: add timeout support
` [PATCH liburing v2 2/2] test/timeout: add testcase for new timeout feature

[PATCH v2] io_uring: add timeout support for io_uring_enter()
 2020-08-04  9:28 UTC 

[PATCH liburing 0/2] add two interfaces for new timeout feature
 2020-08-04  5:19 UTC  (17+ messages)
` [PATCH liburing 1/2] io_uring_enter: add timeout support
` [PATCH liburing 2/2] test/timeout: add testcase for new timeout interface

[GIT PULL] io_uring changes for 5.9-rc1
 2020-08-04  0:11 UTC  (13+ messages)

[PATCH 0/4] fsstress,fsx: add io_uring test and do some fix
 2020-08-02 18:21 UTC  (8+ messages)
` [PATCH 1/4] fsstress: add IO_URING read and write operations
` [PATCH 2/4] fsstress: reduce the number of events when io_setup
` [PATCH 3/4] fsstress: fix memory leak in do_aio_rw
` [PATCH 4/4] fsx: add IO_URING test

[PATCH] io_uring: flip if handling after io_setup_async_rw
 2020-08-01 17:03 UTC  (2+ messages)

[PATCH 0/6] 5.9 small cleanups/fixes
 2020-07-31 15:10 UTC  (13+ messages)
` [PATCH 1/6] io_uring: de-unionise io_kiocb
` [PATCH 2/6] io_uring: deduplicate __io_complete_rw()
` [PATCH 3/6] io_uring: fix racy overflow count reporting
` [PATCH 4/6] io_uring: fix stalled deferred requests
` [PATCH 5/6] io_uring: consolidate *_check_overflow accounting
` [PATCH 6/6] io_uring: get rid of atomic FAA for cq_timeouts

[PATCH] io_uring: don't touch 'ctx' after installing file descriptor
 2020-07-31 14:24 UTC  (3+ messages)

KASAN: use-after-free Read in io_uring_setup (2)
 2020-07-31  2:53 UTC  (2+ messages)

KASAN: use-after-free Read in io_uring_setup (2)
 2020-07-30 19:34 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.8-rc
 2020-07-30 17:10 UTC  (2+ messages)

[PATCH] io_uring: add timeout support for io_uring_enter()
 2020-07-29  9:54 UTC 

[PATCH liburing] test: generate binaries in test/bin/
 2020-07-28 16:38 UTC 

[PATCH liburing] .gitignore: add test/nop-all-sizes
 2020-07-28 16:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 07/25] io_uring: always allow drain/link/hardlink/async sqe flags
 2020-07-27 23:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 21/25] io_uring: missed req_init_async() for IOSQE_ASYNC

[RFC 0/2] 3 cacheline io_kiocb
 2020-07-25 20:25 UTC  (6+ 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).