messages from 2020-04-12 15:30:06 to 2020-05-01 14:49:27 UTC [more...]
[PATCH liburing] test/sfr: basic test for sync_file_range
2020-05-01 14:49 UTC (2+ messages)
[PATCH 0/3] small fixes for-5.7
2020-05-01 14:09 UTC (4+ 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 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)
INFO: task hung in linkwatch_event (2)
2020-04-29 9:59 UTC
[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 0/3] Support userspace-selected fds
2020-04-28 15:35 UTC (13+ messages)
` [PATCH v4 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [LTP] [fs] ce436509a8: ltp.openat203.fail
` [PATCH v4 3/3] fs: pipe2: Support O_SPECIFIC_FD
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
[PATCH] io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()
2020-04-26 7:54 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 (24+ 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
` [PATCH v5 3/3] fs: pipe2: Support O_SPECIFIC_FD
[PATCH 0/2] CQ vs SQ timeout accounting
2020-04-22 22:51 UTC (9+ messages)
` [PATCH 1/2] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 2/2] io_uring: don't trigger timeout with another t-out
Feature Request: SQE's flag for when you are not interested in the op.result
2020-04-22 8:27 UTC (2+ messages)
INFO: rcu detected stall in io_uring_release
2020-04-20 12:57 UTC (4+ messages)
[PATCH] io_uring: only restore req->work for req that needs do completion
2020-04-19 19:56 UTC (3+ messages)
Suggestion: chain SQEs - single CQE for N chained SQEs
2020-04-19 10:43 UTC (4+ messages)
[GIT PULL] io_uring fixes for 5.7-rc
2020-04-17 17:45 UTC (5+ messages)
Upcoming liburing-0.6 release
2020-04-17 16:52 UTC (2+ messages)
Odd timeout behavior
2020-04-17 14:37 UTC (14+ messages)
improve use_mm / unuse_mm v2
2020-04-17 14:25 UTC (9+ messages)
` [PATCH 1/3] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 2/3] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 3/3] kernel: set USER_DS in kthread_use_mm
[RFC 0/1] io_uring: preserve work->mm since actual work processing may need it
2020-04-16 20:30 UTC (9+ messages)
` [RFC 1/1] "
Should io_sq_thread belongs to specific cpu, not io_uring instance
2020-04-15 12:18 UTC (3+ messages)
[PATCH 0/4] timeout and sequence fixes
2020-04-15 1:29 UTC (6+ messages)
` [PATCH 1/4] io_uring: fix cached_sq_head in io_timeout()
` [PATCH 2/4] io_uring: kill already cached timeout.seq_offset
` [PATCH 3/4] io_uring: don't count rqs failed after current one
` [PATCH 4/4] io_uring: fix timeout's seq catching old requests
improve use_mm / unuse_mm
2020-04-14 7:03 UTC (11+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread
` [PATCH 3/6] i915/gvt: remove unused xen bits
[PATCH] io_uring: only post events in io_poll_remove_all() if we completed some
2020-04-13 23:09 UTC
[LIBURING PATCH] sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled
2020-04-13 22:27 UTC (5+ messages)
[PATCHSET 0/2] io_uring async poll fixes
2020-04-13 17:26 UTC (4+ messages)
` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling
` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation
[PATCHSET v2 0/2]
2020-04-13 17:26 UTC (3+ messages)
` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling
` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation
io_uring's openat doesn't work with large (2G+) files
2020-04-13 10:19 UTC (13+ messages)
[PATCH] io_uring: correct O_NONBLOCK check for splice punt
2020-04-13 7:21 UTC (2+ messages)
[PATCH v2] io_uring: restore req->work when canceling poll request
2020-04-13 2:39 UTC (2+ messages)
[PATCH] io_uring: restore req->work when canceling poll request
2020-04-13 1:44 UTC (3+ messages)
[PATCH 0/5] submission path refactoring pt.2
2020-04-12 15:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox