messages from 2020-10-18 09:20:50 to 2020-10-31 02:54:58 UTC [more...]
[PATCH v2] io_uring: add timeout support for io_uring_enter()
2020-10-31 2:54 UTC (5+ messages)
[GIT PULL] io_uring fixes for 5.10-rc
2020-10-30 22:10 UTC (2+ messages)
[PATCH v2 0/4] singly linked list for chains
2020-10-30 21:32 UTC (8+ messages)
` [PATCH 1/4] io_uring: track link's head and tail during submit
` [PATCH 2/4] io_uring: track link timeout's master explicitly
` [PATCH 3/4] io_uring: link requests with singly linked list
` [PATCH 4/4] io_uring: toss io_kiocb fields for better caching
INFO: task hung in io_uring_setup
2020-10-30 18:34 UTC (5+ messages)
[RFC 0/8] io_uring: buffer registration enhancements
2020-10-30 17:11 UTC (10+ messages)
` [RFC 1/8] io_uring: modularize io_sqe_buffer_register
` [RFC 2/8] io_uring: modularize io_sqe_buffers_register
` [RFC 3/8] io_uring: generalize fixed file functionality
` [RFC 4/8] io_uring: implement fixed buffers registration similar to fixed files
` [RFC 5/8] io_uring: generalize files_update functionlity to rsrc_update
` [RFC 6/8] io_uring: support buffer registration updates
` [RFC 7/8] io_uring: support readv/writev with fixed buffers
` [RFC 8/8] io_uring: support buffer registration sharing
INFO: task hung in io_sq_thread_stop
2020-10-30 10:06 UTC (4+ messages)
[PATCH v2] Fix compilation with iso C standard (c89, c99 and c11)
2020-10-29 3:01 UTC (2+ messages)
[PATCH] examples: disable ucontext-cp if ucontext.h is not available
2020-10-29 3:00 UTC (6+ messages)
[PATCH] io-wq: set task TASK_INTERRUPTIBLE state before schedule_timeout
2020-10-28 13:36 UTC (4+ messages)
` 回复: "
[PATCH] Fix compilation with iso C standard
2020-10-29 1:05 UTC (4+ messages)
[PATCH] io_uring: split poll and poll_remove structs
2020-10-28 14:18 UTC (2+ messages)
[PATCH] io_uring: only plug when appropriate
2020-10-28 15:10 UTC
[PATCH 0/2] improve SQPOLL handling
2020-10-27 17:01 UTC (7+ messages)
` [PATCH 1/2] io_uring: refactor io_sq_thread() handling
` [PATCH 2/2] io_uring: support multiple rings to share same poll thread by specifying same cpu
Question about the optimal receiving TCP streams via io_uring
2020-10-27 11:01 UTC
[PATCH] io-wq: set task TASK_INTERRUPTIBLE state before schedule_timeout
2020-10-27 3:06 UTC
[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
2020-10-27 0:09 UTC (4+ messages)
[PATCH AUTOSEL 5.9 029/147] io_uring: don't set COMP_LOCKED if won't put
2020-10-26 23:47 UTC
[PATCHSET v6a 0/4] Add support for TIF_NOTIFY_SIGNAL
2020-10-26 20:32 UTC (5+ messages)
` [PATCH 1/4] kernel: add task_sigpending() helper
` [PATCH 2/4] kernel: add support for TIF_NOTIFY_SIGNAL
` [PATCH 3/4] x86: wire up TIF_NOTIFY_SIGNAL
` [PATCH 4/4] task_work: use TIF_NOTIFY_SIGNAL if available
[RFC 0/3] Add support of iopoll for dm device
2020-10-26 18:53 UTC (2+ messages)
[PATCHSET v6] Add support for TIF_NOTIFY_SIGNAL
2020-10-26 10:17 UTC (3+ messages)
[PATCH] io_uring: fix invalid handler for double apoll
2020-10-26 1:22 UTC (10+ messages)
WARNING in try_to_wake_up
2020-10-25 1:37 UTC
let import_iovec deal with compat_iovecs as well v4
2020-10-24 21:12 UTC (54+ messages)
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
[GIT PULL] io_uring fixes for 5.10-rc1
2020-10-24 19:55 UTC (2+ messages)
[PATCH] io-wq: fix 'task->pi_lock' spin lock protect
2020-10-23 13:23 UTC (2+ messages)
Question on io-wq
2020-10-23 3:57 UTC (5+ messages)
` 回复: "
[PATCH for-5.10] io_uring: remove req cancel in ->flush()
2020-10-23 3:33 UTC (9+ messages)
Fixes for 5.10 v2
2020-10-22 22:24 UTC (5+ messages)
` [PATCH 1/4] io_uring: unify fsize with def->work_flags
` [PATCH 2/4] io-wq: re-set NUMA node affinities if CPUs come online
` [PATCH 3/4] io_uring: make loop_rw_iter() use original user supplied pointers
` [PATCH 4/4] splice: change exported internal do_splice() helper to take kernel offset
Fixes for 5.10
2020-10-22 22:22 UTC (2+ messages)
` [PATCH 1/4] io_uring: unify fsize with def->work_flags
[PATCH v2] io_uring: remove req cancel in ->flush()
2020-10-22 20:39 UTC (5+ messages)
[PATCH 0/3] __io_queue_sqe() cleanups
2020-10-22 15:47 UTC (4+ messages)
` [PATCH 1/3] io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
` [PATCH 2/3] io_uring: simplify nxt propagation in io_queue_sqe
` [PATCH 3/3] io_uring: simplify __io_queue_sqe()
[PATCH 0/4] clean up linked timeouts
2020-10-22 15:43 UTC (5+ messages)
` [PATCH 1/4] io_uring: remove opcode check on ltimeout kill
` [PATCH 2/4] io_uring: dont adjust LINK_HEAD in cancel ltimeout
` [PATCH 3/4] io_uring: always clear LINK_TIMEOUT after cancel
` [PATCH 4/4] io_uring: don't defer put of cancelled ltimeout
[PATCH RFC] mm: fix the sync buffered read to the old way
2020-10-22 14:55 UTC (3+ messages)
Question on io-wq
2020-10-22 9:03 UTC
[PATCH liburing] add C11 support
2020-10-22 1:47 UTC (2+ messages)
WARNING: suspicious RCU usage in io_init_identity
2020-10-21 10:02 UTC (4+ messages)
[PATCH] io_uring: don't reuse linked_timeout
2020-10-20 22:50 UTC
unlink and rename support?
2020-10-20 22:21 UTC (2+ messages)
[GIT PULL] io_uring updates for 5.9-rc1
2020-10-20 22:01 UTC (2+ messages)
[PATCH liburing] test/lfs-open: less limited test_drained_files
2020-10-20 16:15 UTC (3+ messages)
[PATCH 1/1] io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
2020-10-20 14:10 UTC (2+ messages)
[PATCH for-5.10 0/7] another pack of random cleanups
2020-10-20 14:10 UTC (6+ messages)
` [PATCH 4/7] io_uring: make cached_cq_overflow non atomic_t
` [PATCH 5/7] io_uring: remove extra ->file check in poll prep
` [PATCH 6/7] io_uring: inline io_poll_task_handler()
` [PATCH 7/7] io_uring: do poll's hash_node init in common code
[PATCH 5.10] io_uring: fix double poll mask init
2020-10-20 14:10 UTC (2+ messages)
[PATCHSET v5] Add support for TIF_NOTIFY_SIGNAL
2020-10-20 10:57 UTC (3+ messages)
` [PATCH 4/5] x86: wire up TIF_NOTIFY_SIGNAL
` introduce asm-generic/thread_info.h ?
[PATCH] io_uring: use blk_queue_nowait() to check if NOWAIT supported
2020-10-19 13:32 UTC (4+ messages)
` [PATCH v2] "
io_uring possibly the culprit for qemu hang (linux-5.4.y)
2020-10-19 9:22 UTC (8+ messages)
Question about patch "io_uring: add submission polling"
2020-10-19 2:52 UTC (3+ 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