io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 10:54:25 to 2020-10-26 10:17:39 UTC [more...]

[PATCHSET v6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-26 10:17 UTC  (7+ 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

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

[RFC 0/8] io_uring: buffer registration enhancements
 2020-10-22 23:14 UTC  (9+ 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

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 

[RFC 0/3] Add support of iopoll for dm device
 2020-10-22  5:28 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  (9+ messages)
` [PATCH 1/7] io_uring: flags-based creds init in queue
` [PATCH 2/7] io_uring: kill ref get/drop in personality init
` [PATCH 3/7] io_uring: inline io_fail_links()
` [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  (22+ messages)
` [PATCH 4/5] x86: wire up TIF_NOTIFY_SIGNAL
  ` introduce asm-generic/thread_info.h ?
` [PATCH 5/5] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCH 0/2] improve SQPOLL handling
 2020-10-20  8:23 UTC  (3+ 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

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

Question about patch "io_uring: add submission polling"
 2020-10-19  2:52 UTC  (3+ messages)

Samba with multichannel and io_uring
 2020-10-16 18:56 UTC  (9+ messages)

[PATCHES 0/10] Fixes queued up for 5.10
 2020-10-16 16:02 UTC  (19+ messages)
` [PATCH 01/18] io_uring: Fix sizeof() mismatch
` [PATCH 02/18] readahead: use limited read-ahead to satisfy read
` [PATCH 03/18] io_uring: don't clear IOCB_NOWAIT for async buffered retry
` [PATCH 04/18] io_uring: don't set COMP_LOCKED if won't put
` [PATCH 05/18] io_uring: don't unnecessarily clear F_LINK_TIMEOUT
` [PATCH 06/18] io_uring: don't put a poll req under spinlock
` [PATCH 07/18] io_uring: dig out COMP_LOCK from deep call chain
` [PATCH 08/18] io_uring: fix REQ_F_COMP_LOCKED by killing it
` [PATCH 09/18] Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
` [PATCH 10/18] io_uring: fix error path cleanup in io_sqe_files_register()
` [PATCH 11/18] io-wq: assign NUMA node locality if appropriate
` [PATCH 12/18] io_uring: pass required context in as flags
` [PATCH 13/18] io_uring: rely solely on work flags to determine personality
` [PATCH 14/18] io_uring: move io identity items into separate struct
` [PATCH 15/18] io_uring: COW io_identity on mismatch
` [PATCH 16/18] io_uring: store io_identity in io_uring_task
` [PATCH 17/18] io_uring: assign new io_identity for task if members have changed
` [PATCH 18/18] io_uring: use percpu counters to track inflight requests


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