io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-01 00:58:52 to 2020-02-11 20:59:28 UTC [more...]

[PATCH 0/5] async punting improvements for io_uring
 2020-02-11 20:59 UTC  (9+ messages)
` [PATCH 1/5] io_uring: remove REQ_F_MUST_PUNT
` [PATCH 2/5] io_uring: don't call work.func from sync ctx
` [PATCH 3/5] io_uring: fix reassigning work.task_pid from io-wq
` [PATCH 4/5] io_uring: add missing io_req_cancelled()
` [PATCH 5/5] io_uring: purge req->in_async

[RFC] do_hashed and wq enqueue
 2020-02-11 20:36 UTC  (3+ messages)

[PATCHSET 0/3] io_uring: make POLL_ADD support multiple waitqs
 2020-02-11 20:27 UTC  (8+ messages)
` [PATCH 1/3] io_uring: store io_kiocb in wait->private
` [PATCH 2/3] io_uring: abstract out main poll wake handler
` [PATCH 3/3] io_uring: allow POLL_ADD with double poll_wait() users

Kernel BUG when registering the ring
 2020-02-11 19:24 UTC  (8+ messages)

[PATCH][next] io_uring: fix return of an uninitialized variable ret
 2020-02-11 16:07 UTC  (2+ messages)

[PATCH] io_uring: fix iovec leaks
 2020-02-11 11:43 UTC  (7+ messages)

[PATCHSET v2] io_uring: Allow relative lookups
 2020-02-11  3:31 UTC  (6+ messages)
` [PATCH 1/3] io-wq: add support for inheriting ->fs
` [PATCH 2/3] io_uring: grab ->fs as part of async preparation
` [PATCH 3/3] io_uring: allow AT_FDCWD for non-file openat/openat2/statx

TODO list item - multiple poll waitqueues
 2020-02-10 20:53 UTC  (2+ messages)

[PATCH] io_uring: retain sockaddr_storage across send/recvmsg async punt
 2020-02-09 18:33 UTC 

[RFC] fixed files
 2020-02-09 17:53 UTC  (5+ messages)

[PATCHSET 0/3] io_uring: cancel pending work if task exits
 2020-02-09 17:12 UTC  (4+ messages)
` [PATCH 1/3] io-wq: make io_wqe_cancel_work() take a match handler
` [PATCH 2/3] io-wq: add io_wq_cancel_pid() to cancel based on a specific pid
` [PATCH 3/3] io_uring: cancel pending async work if task exits

sendmsg fails when it 'blocks'
 2020-02-09 16:40 UTC  (2+ messages)

shutdown not affecting connection?
 2020-02-08 20:43 UTC  (10+ messages)

[PATCHSET 0/4] Allow relative lookups
 2020-02-08 20:05 UTC  (10+ messages)
` [PATCH 1/4] io_uring: grab owning task fs_struct
` [PATCH 2/4] io-wq: add support for inheriting ->fs
` [PATCH 3/4] io_uring: add ->needs_fs to the opcode requirements table
` [PATCH 4/4] io_uring: allow AT_FDCWD for non-file openat/openat2/statx

liburing packaging issues
 2020-02-08 20:02 UTC  (2+ messages)

[PATCH v1] io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
 2020-02-08 19:53 UTC  (8+ messages)

[PATCH 1/1] io_uring: fix async close()
 2020-02-08 19:03 UTC  (2+ messages)

[PATCH 0/2] address resourse leaks
 2020-02-08 10:28 UTC  (3+ messages)
` [PATCH 1/2] io_uring: fix double prep iovec leak
` [PATCH 2/2] io_uring: fix openat/statx's filename leak

io_close()
 2020-02-07 21:35 UTC  (4+ messages)

[PATCH v2] io_uring: add cleanup for openat()/statx()
 2020-02-07 21:18 UTC  (3+ messages)

[PATCH] io_uring: add cleanup for openat()
 2020-02-07 20:55 UTC  (3+ messages)

[PATCH 1/1] io_uring: purge req->in_async
 2020-02-07 20:45 UTC 

[PATCH liburing v2 0/1] test: add epoll test case
 2020-02-07 16:51 UTC  (13+ messages)
` [PATCH liburing v2 1/1] "

[PATCH] io_uring: flush overflowed CQ events in the io_uring_poll()
 2020-02-07 16:38 UTC  (3+ messages)

[PATCH] io_uring: remove unused struct io_async_open
 2020-02-07 16:25 UTC  (2+ messages)

[PATCH v1 1/3] configure/Makefile: introduce libdevdir defaults to $(libdir)
 2020-02-07 16:24 UTC  (6+ messages)
` [PATCH v1 2/3] debian: package liburing-0.4 and use a layout as the libaio package
` [PATCH v1 3/3] liburing.spec move to liburing-0.4
  ` [PATCH v2] Fix liburing.so symlink source if libdir != libdevdir

[PATCH] io_uring: fix deferred req iovec leak
 2020-02-06 21:03 UTC  (10+ messages)

[PATCH] io_uring: fix 1-bit bitfields to be unsigned
 2020-02-06 20:42 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix delayed mm check
 2020-02-06 19:59 UTC  (3+ messages)

io_uring: io_grab_files() misses taking files->count?
 2020-02-06 19:55 UTC  (2+ messages)

[PATCH 0/3] io_uring: clean wq path
 2020-02-06 14:26 UTC  (10+ messages)
` [PATCH 1/3] io_uring: pass sqe for link head
` [PATCH 2/3] io_uring: deduce force_nonblock in io_issue_sqe()
` [PATCH 3/3] io_uring: pass submission ref to async

[GIT PULL] io_uring fixes for 5.6-rc1
 2020-02-06  8:00 UTC  (2+ messages)

[PATCH] io_uring: fix mm use with IORING_OP_{READ,WRITE}
 2020-02-05 16:59 UTC  (8+ messages)

KASAN: use-after-free Write in percpu_ref_switch_to_percpu
 2020-02-05  2:06 UTC  (2+ messages)

[PATCH] io_uring: spin for sq thread to idle on shutdown
 2020-02-04 23:51 UTC 

[PATCH 0/1] block: Manage bio references so the bio persists until necessary
 2020-02-04 22:41 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH] io_uring: prevent eventfd recursion on poll
 2020-02-04 18:57 UTC  (3+ messages)

io_uring force_nonblock vs POSIX_FADV_WILLNEED
 2020-02-03  7:42 UTC  (6+ messages)

liburing's eventfd test reliably oopses on 5.6-94f2630b1897
 2020-02-02 19:07 UTC  (2+ messages)

What does IOSQE_IO_[HARD]LINK actually mean?
 2020-02-02  7:36 UTC  (6+ messages)

liburing: expose syscalls?
 2020-02-02  7:27 UTC  (9+ messages)

[PATCH 1/1] io_uring: place close flag changing code
 2020-02-01 16:28 UTC  (2+ messages)

[PATCH] io_uring: iterate req cache backwards
 2020-02-01 16:26 UTC  (2+ messages)

[PATCH v3 0/6] add persistent submission state
 2020-02-01 11:42 UTC  (6+ messages)

[PATCH] io_uring: fix sporadic double CQE entry for close
 2020-02-01  2:09 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).