io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 19:55:42 to 2020-02-17 08:36:12 UTC [more...]

[PATCH] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
 2020-02-17  8:35 UTC  (3+ messages)

[ISSUE] The time cost of IOSQE_IO_LINK
 2020-02-16 23:07 UTC  (27+ messages)

[PATCH v2 0/5] async punting improvements for io_uring
 2020-02-16 19:09 UTC  (8+ messages)
` [PATCH v2 1/5] io_uring: add missing io_req_cancelled()
` [PATCH v2 2/5] io_uring: remove REQ_F_MUST_PUNT
` [PATCH v2 3/5] io_uring: don't call work.func from sync ctx
` [PATCH v2 4/5] io_uring: don't do full *prep_worker() from io-wq
` [PATCH v2 5/5] io_uring: remove req->in_async

[PATCH v2 0/2] splice helpers + tests
 2020-02-16 11:14 UTC  (3+ messages)
` [PATCH v2 1/2] splice: add splice(2) helpers
` [PATCH v2 2/2] test/splice: add basic splice tests

[PATCH liburing 1/2] splice: add splice(2) helpers
 2020-02-16  1:34 UTC  (2+ messages)

[PATCH liburing 0/2] splice helpers + tests
 2020-02-15 22:07 UTC  (3+ messages)
` [PATCH liburing 1/2] splice: add splice(2) helpers
` [PATCH liburing 2/2] test/splice: add basic splice tests

[PATCH v2 0/3] io_uring: add splice(2) support
 2020-02-15 22:05 UTC  (4+ messages)
` [PATCH v2 1/3] splice: make do_splice public
` [PATCH v2 2/3] io_uring: add interface for getting files
` [PATCH v2 3/3] io_uring: add splice(2) support

[GIT PULL] io_uring fixes for 5.6-rc2
 2020-02-15 18:40 UTC  (4+ messages)

liburing packaging issues
 2020-02-15 13:48 UTC  (3+ messages)

Buffered IO async context overhead
 2020-02-14 20:49 UTC  (4+ messages)

[PATCH v5 1/7] mm: pass task and mm to do_madvise
 2020-02-14 19:31 UTC  (5+ messages)

[FEATURE REQUEST] Specify a sqe won't generate a cqe
 2020-02-14 14:16 UTC  (6+ messages)

[PATCH] io_uring: prune request from overflow list on flush
 2020-02-14  0:51 UTC  (2+ messages)

[PATCHSET v2 0/3] io_uring: make POLL_ADD support multiple waitqs
 2020-02-13 15:50 UTC  (5+ 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-13 15:20 UTC  (10+ messages)

how is register_(buffer|file) supposed to work?
 2020-02-12 14:23 UTC  (3+ messages)

RFC: userspace-allocated file descriptors for "fixed files" for open?
 2020-02-11 22:32 UTC 

[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

[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

[PATCH v1] io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
 2020-02-08 19:53 UTC  (4+ 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  (7+ messages)

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


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