IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 15:14:55 to 2022-02-17 16:04:43 UTC [more...]

[PATCH liburing] Test consistent file position updates
 2022-02-17 16:04 UTC 

[PATCH 0/3] io_uring: consistent behaviour with linked read/write
 2022-02-17 15:58 UTC  (4+ messages)
` [PATCH 1/3] io_uring: remove duplicated calls to io_kiocb_ppos
` [PATCH 2/3] io_uring: update kiocb->ki_pos at execution time
` [PATCH 3/3] io_uring: do not recalculate ppos unnecessarily

[RFC 00/13] uring-passthru for nvme
 2022-02-17 15:50 UTC  (8+ messages)
  ` [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
  ` [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd

[PATCHSET v4 0/8] io_uring passthrough support
 2022-02-17  1:27 UTC  (7+ messages)
` [PATCH 3/8] fs: add file_operations->uring_cmd()
` [PATCH 7/8] net: wire up support for file_operations->uring_cmd()

napi_busy_poll
 2022-02-16 19:19 UTC  (11+ messages)

[PATCH v1 00/14] Support sync buffered writes for io-uring
 2022-02-16 18:35 UTC  (34+ messages)
` [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
` [PATCH v1 02/14] mm: Introduce do_generic_perform_write
` [PATCH v1 03/14] mm: add noio support in filemap_get_pages
` [PATCH v1 04/14] mm: Add support for async buffered writes
` [PATCH v1 05/14] fs: split off __alloc_page_buffers function
  ` [RFC PATCH] fs: __alloc_page_buffers() can be static
` [PATCH v1 06/14] fs: split off __create_empty_buffers function
` [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
` [PATCH v1 08/14] fs: add support for async buffered writes
` [PATCH v1 09/14] io_uring: "
` [PATCH v1 10/14] io_uring: Add tracepoint for short writes
` [PATCH v1 11/14] sched: add new fields to task_struct
` [PATCH v1 12/14] mm: support write throttling for async buffered writes
` [PATCH v1 13/14] io_uring: "
` [PATCH v1 14/14] block: enable async buffered writes for block devices

[PATCH liburing v1 0/2] Support busybox mktemp and add x86-64 syscall macros
 2022-02-15 21:43 UTC  (4+ messages)
` [PATCH liburing v1 1/2] configure: Support busybox mktemp
` [PATCH liburing v1 2/2] arch/x86: Create syscall __do_syscall{0..6} macros

[PATCH v1 0/2] io-uring: use consisten tracepoint format
 2022-02-15 21:28 UTC  (4+ messages)
` [PATCH v1 1/2] io-uring: add __fill_cqe function
` [PATCH v1 2/2] io-uring: Make tracepoints consistent

[PATCH v2 0/2] io-uring: Make statx api stable
 2022-02-15 18:19 UTC  (5+ messages)
` [PATCH v2 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
` [PATCH v2 2/2] io-uring: Copy path name during prepare stage for statx

[PATCH v3 0/2] io-uring: Make statx api stable
 2022-02-15 18:03 UTC  (3+ messages)
` [PATCH v3 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
` [PATCH v3 2/2] io-uring: Copy path name during prepare stage for statx

[PATCH AUTOSEL 5.15 17/33] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-15 15:28 UTC 

[PATCH AUTOSEL 5.16 17/34] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-15 15:26 UTC 

[PATCH] io_uring: add a schedule point in io_add_buffers()
 2022-02-15 14:47 UTC  (2+ messages)

[PATCH 0/3] decouple work_list protection from the big wqe->lock
 2022-02-14 17:18 UTC  (7+ messages)
` [PATCH 1/3] io-wq: "
` [PATCH 2/3] io-wq: reduce acct->lock crossing functions lock/unlock
` [PATCH 3/3] io-wq: use IO_WQ_ACCT_NR rather than hardcoded number

[PATCH v1 0/2] io-uring: Make statx api stable
 2022-02-14  4:01 UTC  (4+ messages)
` [PATCH v1 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
` [PATCH v1 2/2] io-uring: Copy path name during prepare stage for statx

[PATCH] Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLL
 2022-02-11 22:03 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.17-rc4
 2022-02-11 20:05 UTC  (2+ messages)

[PATCH liburing v1 0/4] Refactor arch dependent code and x86-64 improvement
 2022-02-11 16:39 UTC  (6+ messages)
` [PATCH liburing v1 1/4] arch/generic: Create arch generic syscall wrappers
` [PATCH liburing v1 2/4] arch/x86, syscall: Refactor arch specific and "
` [PATCH liburing v1 3/4] lib.h: Split off lib header for arch specific and generic
` [PATCH liburing v1 4/4] Change all syscall function name prefix to __sys

[syzbot] possible deadlock in io_poll_double_wake (3)
 2022-02-11 13:24 UTC  (3+ messages)

[PATCH v2 0/3] implement direct IO with integrity
 2022-02-11  9:39 UTC  (10+ messages)
` [PATCH v2 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
` [PATCH v2 3/3] block: fops: handle IOCB_USE_PI in direct IO

[PATCH v1] liburing: add test for stable statx api
 2022-02-10  2:06 UTC  (4+ messages)

uring regression - lost write request
 2022-02-10  0:10 UTC  (17+ messages)

[PATCH] io_uring: Fix uninitialized use of ret in io_eventfd_register()
 2022-02-09 11:06 UTC  (2+ messages)

[PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
 2022-02-08 13:58 UTC  (6+ messages)
` [External] "

[PATCH] io_uring: fix uninitialized error code in io_eventfd_register()
 2022-02-08  7:41 UTC 

[PATCH] io_uring: fix uninitialized return
 2022-02-07 20:09 UTC  (3+ messages)

[PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
 2022-02-07 15:38 UTC  (7+ messages)
    ` [PATCH io_uring-5.17 v2] io_uring: Clean up a false-positive warning from GCC 9.3.0

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-07 15:44 UTC  (3+ messages)

[PATCH] io_uring: unregister eventfd while holding lock when freeing ring ctx
 2022-02-07 13:46 UTC  (2+ messages)

[PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
 2022-02-04 16:19 UTC  (8+ messages)
` [PATCH v6 1/5] io_uring: remove trace for eventfd
` [PATCH v6 2/5] io_uring: avoid ring quiesce while registering/unregistering eventfd
` [PATCH v6 3/5] io_uring: avoid ring quiesce while registering async eventfd
` [PATCH v6 4/5] io_uring: avoid ring quiesce while registering restrictions and enabling rings
` [PATCH v6 5/5] io_uring: remove ring quiesce for io_uring_register

[PATCH v5 0/4] io_uring: remove ring quiesce in io_uring_register
 2022-02-04  0:28 UTC  (13+ messages)
` [PATCH v5 1/4] io_uring: remove trace for eventfd
` [PATCH v5 2/4] io_uring: avoid ring quiesce while registering/unregistering eventfd
` [PATCH v5 3/4] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
` [PATCH v5 4/4] io_uring: remove ring quiesce for io_uring_register

[PATCH v4 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
 2022-02-03 23:37 UTC  (8+ messages)
` [PATCH v4 1/3] io_uring: remove trace for eventfd
` [PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
    ` [External] "
` [PATCH v4 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC

[PATCH v3 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
 2022-02-03 23:21 UTC  (16+ messages)
` [PATCH v3 1/3] io_uring: remove trace for eventfd
` [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
    ` [External] "
` [PATCH v3 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2022-02-03 19:34 UTC  (4+ messages)

【TS3 TS CUBICCARD】重要:必ずお読みください
 2022-02-03 19:31 UTC 

[PATCH 0/2] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
 2022-02-03 17:47 UTC  (8+ messages)
` [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
        ` [External] "

[PATCH v2 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
 2022-02-03 16:45 UTC  (4+ messages)
` [PATCH v2 1/3] io_uring: remove trace for eventfd
` [PATCH v2 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
` [PATCH v2 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC

[RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
 2022-02-03 15:55 UTC  (6+ messages)
    ` [External] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).