io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 23:46:01 to 2020-10-22 15:41:36 UTC [more...]

[PATCH v2] io_uring: remove req cancel in ->flush()
 2020-10-22 15:38 UTC 

[PATCH RFC] mm: fix the sync buffered read to the old way
 2020-10-22 14:55 UTC  (3+ messages)

let import_iovec deal with compat_iovecs as well v4
 2020-10-22 14:40 UTC  (24+ 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"

Question on io-wq
 2020-10-22 14:08 UTC  (2+ messages)

[PATCH for-5.10] io_uring: remove req cancel in ->flush()
 2020-10-22 11:44 UTC  (8+ 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  (46+ messages)
` [PATCH 1/5] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
` [PATCH 2/5] kernel: add task_sigpending() helper
` [PATCH 3/5] kernel: add support for TIF_NOTIFY_SIGNAL
` [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  (11+ 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

[PATCHSET v6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-16 15:45 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

[PATCH for-next 0/4] singly linked list for chains
 2020-10-15 21:15 UTC  (6+ messages)
` [PATCH 1/4] io_uring: inline io_fail_links()
` [PATCH 2/4] io_uring: simplify linked timeout cancel
` [PATCH 3/4] io_uring: link requests with singly linked list
` [PATCH 4/4] io_uring: toss io_kiocb fields for better caching

[PATCH][next] io_uring: fix flags check for the REQ_F_WORK_INITIALIZED setting
 2020-10-15 13:12 UTC  (2+ messages)

[PATCH 0/2] post F_COMP_LOCKED optimisations
 2020-10-15 13:09 UTC  (9+ messages)
` [PATCH 1/2] io_uring: optimise COMP_LOCK-less flush_completion
` [PATCH 2/2] io_uring: optimise io_fail_links()

Loophole in async page I/O
 2020-10-15 12:17 UTC  (8+ messages)

[PATCH] io_uring: fix possible use after free to sqd
 2020-10-15 11:24 UTC  (5+ messages)

[GIT PULL] io_uring updates for 5.10-rc1
 2020-10-14 17:43 UTC  (2+ messages)

general protection fault in __se_sys_io_uring_register
 2020-10-14 17:02 UTC  (2+ messages)

general protection fault in __do_sys_io_uring_register
 2020-10-14 16:03 UTC  (3+ messages)

[PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:55 UTC  (11+ messages)
` [PATCH 3/4] kernel: add "
` [PATCH 4/4] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
 2020-10-14  1:13 UTC  (2+ messages)

[PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
 2020-10-13 23:37 UTC  (9+ 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).