io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 08:19:23 to 2020-05-10 08:00:43 UTC [more...]

Questions about usage of io-uring in a network application
 2020-05-10  8:00 UTC 

[GIT PULL] io_uring fixes for 5.7-rc5
 2020-05-09 20:25 UTC  (2+ messages)

[PATCH for-5.7] io_uring: fix zero len do_splice()
 2020-05-09 16:15 UTC  (4+ messages)

[RFC] splice/tee: len=0 fast path after validity check
 2020-05-09 16:03 UTC  (3+ messages)

[PATCH] io_uring: remove obsolete 'state' parameter
 2020-05-09  3:30 UTC  (2+ messages)

Add a __anon_inode_getfd helper
 2020-05-08 19:52 UTC  (16+ messages)
` [PATCH 01/12] fd: add a new "
` [PATCH 02/12] kvm: use __anon_inode_getfd
` [PATCH 03/12] pidfd: "
` [PATCH 04/12] bpf: "
` [PATCH 05/12] io_uring: "
` [PATCH 06/12] eventpoll: "
` [PATCH 07/12] eventfd: "
` [PATCH 08/12] vfio: "
` [PATCH 09/12] rdma: "
` [PATCH 10/12] drm_syncobj: "
` [PATCH 11/12] gpiolib: "
` [PATCH 12/12] vtpm_proxy: "

Is io_uring framework becoming bloated gradually? and introduces performace regression
 2020-05-08 16:37 UTC  (2+ messages)

Data Corruption bug with Samba's vfs_iouring and Linux 5.6.7/5.7rc3
 2020-05-07 18:58 UTC  (27+ messages)

[PATCH for-5.7] splice: move f_mode checks to do_{splice,tee}()
 2020-05-07 15:45 UTC  (7+ messages)

[PATCH AUTOSEL 5.6 45/50] io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
 2020-05-07 14:27 UTC 

Non sequential linked chains and IO_LINK support
 2020-05-07  8:39 UTC  (4+ messages)

Is it safe to submit and reap IOs in different threads?
 2020-05-07  8:21 UTC  (2+ messages)

are volatile and memory barriers necessary for single threaded code?
 2020-05-06 13:44 UTC  (2+ messages)

INFO: task hung in linkwatch_event (2)
 2020-05-06 11:22 UTC 

INFO: task hung in linkwatch_event (2)
 2020-05-06 11:20 UTC  (3+ messages)

[PATCH v2] io_uring: handle -EFAULT properly in io_uring_setup()
 2020-05-05 19:18 UTC  (2+ messages)

[PATCH]i[next] io_uring: remove redundant check on force_nonblock
 2020-05-05 11:59 UTC  (2+ messages)

[PATCH] io_uring: handle -EFAULT properly in io_uring_setup()
 2020-05-05  2:59 UTC  (5+ messages)

[PATCH 1/1] io_uring: use proper references for fallback_req locking
 2020-05-04 19:16 UTC  (4+ messages)

[PATCH 0/2] add tee(2) support
 2020-05-04 16:39 UTC  (9+ messages)
` [PATCH 1/2] splice: export do_tee()
` [PATCH 2/2] io_uring: add tee(2) support

[PATCH][next] io_uring: Remove logically dead code in io_splice
 2020-05-04 15:58 UTC  (5+ messages)

[PATCH] io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()
 2020-05-04 15:07 UTC  (3+ messages)

linux-5.7-rc4/fs/io_uring.c:2786: bad if test ?
 2020-05-04 13:47 UTC 

[PATCH liburing 0/3] test tee
 2020-05-02 12:11 UTC  (4+ messages)
` [PATCH liburing 1/3] splice/test: improve splice tests
` [PATCH liburing 2/3] update io_uring.h with tee()
` [PATCH liburing 3/3] tee/test: add test for tee(2)

[PATCH 0/3] timeout fixes
 2020-05-02 12:07 UTC  (4+ messages)
` [PATCH 1/3] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 2/3] io_uring: don't trigger timeout with another t-out
` [PATCH 3/3] io_uring: fix timeout offset with batch CQ commit

[GIT PULL] io_uring fixes for 5.7-rc4
 2020-05-02  0:40 UTC  (2+ messages)

[PATCH 0/3] small fixes for-5.7
 2020-05-01 15:05 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix extra put in sync_file_range()
` [PATCH 2/3] io_uring: check non-sync defer_list carefully
` [PATCH 3/3] io_uring: punt splice async because of inode mtx

[PATCH liburing] test/sfr: basic test for sync_file_range
 2020-05-01 14:49 UTC  (2+ messages)

[PATCH 0/5] timeout fixes
 2020-05-01 13:55 UTC  (10+ messages)
` [PATCH 1/5] io_uring: check non-sync defer_list carefully
` [PATCH 2/5] io_uring: pass nxt from sync_file_range()
` [PATCH 3/5] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 4/5] io_uring: don't trigger timeout with another t-out
` [PATCH 5/5] io_uring: fix timeout offset with batch CQ commit

[PATCH] io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
 2020-05-01  1:32 UTC  (2+ messages)

Build 0.6 version fail on musl libc
 2020-04-30 15:56 UTC  (17+ messages)

Feature request: Please implement IORING_OP_TEE
 2020-04-29 15:57 UTC  (8+ messages)

SQE OP - sendfile
 2020-04-29 15:39 UTC  (2+ messages)

[PATCHSET 0/2] io_uring tweaks for poll retry
 2020-04-28 19:20 UTC  (3+ messages)
` [PATCH 1/2] io_uring: enable poll retry for any file with ->read_iter / ->write_iter
` [PATCH 2/2] io_uring: only force async punt if poll based retry can't handle it

Questions on liburing usage
 2020-04-28 16:21 UTC 

[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-28 15:35 UTC  (5+ messages)
  ` [LTP] [fs] ce436509a8: ltp.openat203.fail

io_uring, IORING_OP_RECVMSG and ancillary data
 2020-04-27 20:13 UTC  (9+ messages)

io_uring statx fails with AT_EMPTY_PATH
 2020-04-27 16:52 UTC  (3+ messages)

io_uring IORING_OP_POLL_ADD fails when fd is a tty
 2020-04-27 15:43 UTC 

[GIT PULL] io_uring fix for 5.7-rc3
 2020-04-24 20:50 UTC  (4+ messages)

Multiple mmap/mprotect/munmap operations in a batch?
 2020-04-24 18:21 UTC  (3+ messages)

Ring Setup Question
 2020-04-23 15:24 UTC  (2+ messages)

io_uring_peek_cqe and EAGAIN
 2020-04-23 15:12 UTC  (5+ messages)

[PATCH v5 0/3] Support userspace-selected fds
 2020-04-23  9:46 UTC  (15+ messages)
` [PATCH v5 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v5 2/3] fs: openat2: Extend open_how to allow userspace-selected fds


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