public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-09-21 08:03:26 to 2024-10-07 22:16:36 UTC [more...]

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-07 22:15 UTC  (8+ messages)
` [PATCH v1 01/15] net: devmem: pull struct definitions out of ifdef
` [PATCH v1 02/15] net: prefix devmem specific helpers
` [PATCH v1 03/15] net: generalise net_iov chunk owners
` [PATCH v1 04/15] net: page_pool: create hooks for custom page providers
` [PATCH v1 05/15] net: prepare for non devmem TCP memory providers
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v1 07/15] net: page pool: add helper creating area from pages

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-10-07 21:20 UTC  (27+ messages)
` [PATCH 1/9] xattr: switch to CLASS(fd)
  ` [PATCH 2/9] fs: rename struct xattr_ctx to kernel_xattr_ctx
  ` [PATCH 3/9] io_[gs]etxattr_prep(): just use getname()
  ` [PATCH 4/9] new helper: import_xattr_name()
  ` [PATCH 5/9] replace do_setxattr() with saner helpers
  ` [PATCH 6/9] replace do_getxattr() "
  ` [PATCH 7/9] new helpers: file_listxattr(), filename_listxattr()
  ` [PATCH 8/9] new helpers: file_removexattr(), filename_removexattr()
  ` [PATCH 9/9] fs/xattr: add *at family syscalls

[PATCH v7 0/3] FDP and per-io hints
 2024-10-07 11:29 UTC  (44+ messages)
    ` [PATCH v7 1/3] nvme: enable FDP support
    ` [PATCH v7 2/3] block, fs: restore kiocb based write hint processing
    ` [PATCH v7 3/3] io_uring: enable per-io hinting capability

[PATCH] io_uring/rw: allow non-blocking attempts for !FMODE_NOWAIT if pollable
 2024-10-06 16:57 UTC 

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-10-06  9:47 UTC  (17+ messages)
` [PATCH V6 4/8] io_uring: support SQE group
` [PATCH V6 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V6 6/8] io_uring: support providing sqe group buffer
` [PATCH V6 7/8] io_uring/uring_cmd: support provide group kernel buffer

[PATCH] io_uring/rw: fix cflags posting for single issue multishot read
 2024-10-06  1:11 UTC 

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-10-05  0:39 UTC  (18+ messages)
` [RFC PATCH 1/8] cpuidle: menu: Remove iowait influence
` [RFC PATCH 2/8] cpuidle: Prefer teo over menu governor
` [RFC PATCH 5/8] cpufreq/schedutil: Remove iowait boost
` [RFC PATCH 6/8] cpufreq: intel_pstate: "

[PATCH AUTOSEL 6.1 22/42] io_uring: check if we need to reschedule during overflow flush
 2024-10-04 18:26 UTC 

[PATCH AUTOSEL 6.6 29/58] io_uring: check if we need to reschedule during overflow flush
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.10 31/70] io_uring: check if we need to reschedule during overflow flush
 2024-10-04 18:20 UTC 

[PATCH AUTOSEL 6.11 32/76] io_uring: check if we need to reschedule during overflow flush
 2024-10-04 18:16 UTC 

[GIT PULL] io_uring fixes for 6.12-rc2
 2024-10-04 17:50 UTC  (2+ messages)

[bug report] io_uring/poll: get rid of unlocked cancel hash
 2024-10-04 15:03 UTC  (5+ messages)

[PATCH liburing] sanitize: add ifdef guard around sanitizer functions
 2024-10-03  0:45 UTC  (2+ messages)

[PATCH 6.1 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-10-01 13:35 UTC  (5+ messages)

[PATCHSET RFC 0/5] Poll cleanups and unlocked table removal
 2024-09-30 20:37 UTC  (6+ messages)
` [PATCH 1/5] io_uring/poll: remove 'ctx' argument from io_poll_req_delete()
` [PATCH 2/5] io_uring/poll: get rid of unlocked cancel hash
` [PATCH 3/5] io_uring/poll: get rid of io_poll_tw_hash_eject()
` [PATCH 4/5] io_uring/poll: get rid of per-hashtable bucket locks
` [PATCH 5/5] io_uring/cancel: get rid of init_hash_table() helper

[PATCHSET v2 0/2] Add support for sending sync MSG_RING
 2024-09-30 14:28 UTC  (4+ messages)
` [PATCH 1/2] io_uring/msg_ring: refactor a few helper functions
` [PATCH 2/2] io_uring/msg_ring: add support for sending a sync message

[PATCHSET next 0/6] Move eventfd cq tracking into io_ev_fd
 2024-09-30 14:28 UTC  (6+ messages)
` [PATCH 4/6] io_uring/eventfd: move trigger check into a helper
` [PATCH 5/6] io_uring/eventfd: abstract out ev_fd grab + release helpers
` [PATCH 6/6] io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd

[PATCH] io_uring/net: fix a multishot termination case for recv
 2024-09-30  1:58 UTC  (4+ messages)

[PATCH v6 0/3] per-io hints and FDP
 2024-09-26 20:09 UTC  (13+ messages)
    ` [PATCH v6 1/3] nvme: enable FDP support
    ` [PATCH v6 2/3] block, fs: restore kiocb based write hint processing
    ` [PATCH v6 3/3] io_uring: enable per-io hinting capability

[PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
 2024-09-26 13:02 UTC  (4+ messages)

[RFC] struct filename, io_uring and audit troubles
 2024-09-26  3:56 UTC  (23+ messages)

[PATCH v8 RESEND] io_uring: releasing CPU resources when polling
 2024-09-25 12:12 UTC  (3+ messages)
  ` [PATCH V8] "

[PATCH v2 RESEND] io_uring/fdinfo: add timeout_list to fdinfo
 2024-09-25 11:58 UTC  (2+ messages)

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-25  3:32 UTC  (2+ messages)

[GIT PULL] Followup io_uring fixes for 6.12-rc1
 2024-09-24 18:45 UTC  (2+ messages)

[syzbot] [io-uring?] WARNING in io_sq_offload_create
 2024-09-24 11:37 UTC  (2+ messages)

[PATCH] io_uring: fix casts to io_req_flags_t
 2024-09-24 11:35 UTC  (2+ messages)

[PATCHSET 0/2] Add support for sending sync MSG_RING
 2024-09-24  4:59 UTC  (3+ messages)
` [PATCH 1/2] io_uring/msg_ring: refactor a few helper functions
` [PATCH 2/2] io_uring/msg_ring: add support for sending a sync message

[PATCH] io_uring: fix memory leak when cache init fail
 2024-09-24  4:33 UTC  (3+ messages)

[PATCH v3 0/3] napi tracking strategy
 2024-09-21 13:51 UTC  (7+ messages)
` [PATCH v3 3/3] io_uring/napi: add static "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox