IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 16:30:15 to 2021-12-24 19:53:02 UTC [more...]

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-12-24 19:52 UTC  (4+ messages)

[PATCH RFC] io_uring: improve current file position IO
 2021-12-24 14:35 UTC 

[PATCH v8 0/5] io_uring: add xattr support
 2021-12-24 12:47 UTC  (7+ messages)
` [PATCH v8 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v8 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v8 3/5] fs: split off do_getxattr from getxattr
` [PATCH v8 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v8 5/5] io_uring: add fgetxattr and getxattr support

[GIT PULL] io_uring fix for 5.16-rc7
 2021-12-24  0:55 UTC  (6+ messages)

[PATCH v7 0/5] io_uring: add xattr support
 2021-12-23 23:54 UTC  (8+ messages)
` [PATCH v7 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v7 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v7 3/5] fs: split off do_getxattr from getxattr
` [PATCH v7 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v7 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v6 0/5] io_uring: add xattr support
 2021-12-23 20:00 UTC  (13+ messages)
` [PATCH v6 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v6 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v6 3/5] fs: split off do_getxattr from getxattr
` [PATCH v6 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v6 5/5] io_uring: add fgetxattr and getxattr support

[POC RFC 0/3] support graph like dependent sqes
 2021-12-23 10:06 UTC  (10+ messages)

[PATCH] io_uring: zero iocb->ki_pos for stream file types
 2021-12-23  3:36 UTC 

Beginner question, user_data not getting filled in as expected
 2021-12-23  2:54 UTC  (3+ messages)

[RFC 02/13] nvme: wire-up support for async-passthru on
 2021-12-22 15:11 UTC  (4+ messages)

[PATCH v5 0/5] io_uring: add xattr support
 2021-12-21 22:57 UTC  (11+ messages)
` [PATCH v5 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v5 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v5 3/5] fs: split off do_getxattr from getxattr
` [PATCH v5 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v5 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v7 0/3] io_uring: add getdents64 support
 2021-12-21 19:17 UTC  (6+ messages)
` [PATCH v7 1/3] fs: add offset parameter to iterate_dir function
` [PATCH v7 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v7 3/3] io_uring: add support for getdents64

[PATCH v4 0/5] io_uring: add xattr support
 2021-12-21 17:32 UTC  (8+ messages)
` [PATCH v4 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v4 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v4 3/5] fs: split off do_getxattr from getxattr
` [PATCH v4 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v4 5/5] io_uring: add fgetxattr and getxattr support

[PATCHSET v3 0/4] Add support for list issue
 2021-12-21 16:08 UTC  (47+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()

[RFC v2 00/19] io_uring zerocopy tx
 2021-12-21 15:43 UTC  (21+ messages)
` [RFC v2 01/19] skbuff: add SKBFL_DONT_ORPHAN flag
` [RFC v2 02/19] skbuff: pass a struct ubuf_info in msghdr
` [RFC v2 03/19] net: add zerocopy_sg_from_iter for bvec
` [RFC v2 04/19] net: optimise page get/free for bvec zc
` [RFC v2 05/19] net: don't track pfmemalloc for zc registered mem
` [RFC v2 06/19] ipv4/udp: add support msgdr::msg_ubuf
` [RFC v2 07/19] ipv6/udp: "
` [RFC v2 08/19] ipv4: avoid partial copy for zc
` [RFC v2 09/19] ipv6: "
` [RFC v2 10/19] io_uring: add send notifiers registration
` [RFC v2 11/19] io_uring: infrastructure for send zc notifications
` [RFC v2 12/19] io_uring: wire send zc request type
` [RFC v2 13/19] io_uring: add an option to flush zc notifications
` [RFC v2 14/19] io_uring: opcode independent fixed buf import
` [RFC v2 15/19] io_uring: sendzc with fixed buffers
` [RFC v2 16/19] io_uring: cache struct ubuf_info
` [RFC v2 17/19] io_uring: unclog ctx refs waiting with zc notifiers
` [RFC v2 18/19] io_uring: task_work for notification delivery
` [RFC v2 19/19] io_uring: optimise task referencing by notifiers

[RFC 00/13] uring-passthru for nvme
 2021-12-21 14:36 UTC  (16+ messages)
    ` [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
    ` [RFC 02/13] nvme: wire-up support for async-passthru on char-device
    ` [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd
    ` [RFC 04/13] io_uring: modify unused field in io_uring_cmd to store flags
    ` [RFC 05/13] io_uring: add flag and helper for fixed-buffer uring-cmd
    ` [RFC 06/13] io_uring: add support for uring_cmd with fixed-buffer
    ` [RFC 07/13] nvme: enable passthrough "
    ` [RFC 08/13] io_uring: plug for async bypass
    ` [RFC 09/13] block: wire-up support for plugging
    ` [RFC 10/13] block: factor out helper for bio allocation from cache
    ` [RFC 11/13] nvme: enable bio-cache for fixed-buffer passthru
    ` [RFC 12/13] nvme: allow user passthrough commands to poll
    ` [RFC 13/13] nvme: Add async passthru polling support

[GIT PULL] io_uring fix for 5.16-rc6
 2021-12-17 21:43 UTC  (5+ messages)

[PATCH for-next 0/7] reworking io_uring's poll and internal poll
 2021-12-17 19:40 UTC  (10+ messages)
` [PATCH 1/7] io_uring: remove double poll on poll update
` [PATCH 2/7] io_uring: refactor "
` [PATCH 3/7] io_uring: move common poll bits
` [PATCH 4/7] io_uring: kill poll linking optimisation
` [PATCH 5/7] io_uring: poll rework
` [PATCH 6/7] io_uring: single shot poll removal optimisation
` [PATCH 7/7] io_uring: use completion batching for poll rem/upd

[PATCHSET v5 0/4] Add support for list issue
 2021-12-16 17:53 UTC  (7+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2021-12-16 17:02 UTC  (9+ messages)

[PATCHSET v4 0/4] Add support for list issue
 2021-12-16 16:11 UTC  (6+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()
  ` [PATCH v2 "

[PATCHSET 0/3] Improve IRQ driven performance
 2021-12-16 15:41 UTC  (8+ messages)
` [PATCH 1/3] block: add completion handler for fast path
` [PATCH 2/3] block: use singly linked list for bio cache
` [PATCH 3/3] block: enable bio allocation cache for IRQ driven IO

[PATCH -next] io_uring: use timespec64_valid() to verify time value
 2021-12-16 15:07 UTC  (3+ messages)

[PATCH v6 0/3] io_uring: add getdents64 support
 2021-12-15 21:59 UTC  (4+ messages)
` [PATCH v6 1/3] fs: split off do_iterate_dir from iterate_dir function
` [PATCH v6 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v6 3/3] io_uring: add support for getdents64

[PATCH v2 0/3] io_uring: add getdents64 support
 2021-12-15 21:09 UTC  (2+ messages)

[PATCH v3 0/5] io_uring: add xattr support
 2021-12-15 21:09 UTC  (2+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2021-12-15 20:27 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).