io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-14 10:49:18 to 2022-07-26 09:36:04 UTC [more...]

[PATCH liburing 0/4] zerocopy send headers and tests
 2022-07-26  9:35 UTC  (14+ messages)
` [PATCH liburing 1/4] io_uring.h: sync with kernel for zc send and notifiers
` [PATCH liburing 2/4] liburing: add zc send and notif helpers
` [PATCH liburing 3/4] tests: add tests for zerocopy send and notifications
` [PATCH liburing 4/4] examples: add a zerocopy send example

KASAN: use-after-free Read in __io_remove_buffers
 2022-07-26  8:43 UTC  (5+ messages)

[PATCH for-next 0/4] io_uring/zc fix and improvements
 2022-07-25 15:49 UTC  (6+ messages)
` [PATCH for-next 1/4] io_uring/net: improve io_get_notif_slot types
` [PATCH for-next 2/4] io_uring/net: checks errors of zc mem accounting
` [PATCH for-next 3/4] io_uring/net: make page accounting more consistent
` [PATCH for-next 4/4] io_uring/net: use unsigned for flags

[PATCH liburing v2 0/5] zerocopy send headers and tests
 2022-07-25 15:48 UTC  (10+ messages)
` [PATCH liburing v2 1/5] io_uring.h: sync with kernel for zc send and notifiers
` [PATCH liburing v2 2/5] liburing: add zc send and notif helpers
` [PATCH liburing v2 3/5] tests: add tests for zerocopy send and notifications
` [PATCH liburing v2 4/5] examples: add a zerocopy send example
` [PATCH liburing v2 5/5] liburing: improve fallocate typecasting

[PATCH net-next v4 00/27] io_uring zerocopy send
 2022-07-24 18:28 UTC  (9+ messages)

[PATCH v5.10 1/1] io_uring: Use original task for req identity in io_identity_cow()
 2022-07-23 13:54 UTC  (3+ messages)

[PATCH] fs: Call kmap_local_page() in copy_string_kernel()
 2022-07-23  1:02 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.19-rc8
 2022-07-22 20:07 UTC  (2+ messages)

__io_file_supports_nowait for regular files
 2022-07-22 15:59 UTC  (5+ messages)

[PATCH liburing v2 0/2] single issuer tests and poll bench
 2022-07-22 15:21 UTC  (4+ messages)
` [PATCH liburing v2 1/2] examples: add a simple single-shot poll benchmark
` [PATCH liburing v2 2/2] tests: test IORING_SETUP_SINGLE_ISSUER

[PATCH liburing 1/1] man/io_uring_setup.2: document IORING_SETUP_SINGLE_ISSUER
 2022-07-22 15:21 UTC  (2+ messages)

[PATCH] io_uring: ensure REQ_F_ISREG is set async offload
 2022-07-22  1:36 UTC  (3+ messages)

[PATCH liburing 0/2] test: fix poll-mshot-update tests
 2022-07-21 16:50 UTC  (4+ messages)
` [PATCH liburing 1/2] fixup poll-mshot-update
` [PATCH liburing 2/2] test: have poll-mshot-update run with both big and small cqe

[PATCH liburing] Delete `src/syscall.c` and get back to use `__sys_io_uring*` functions
 2022-07-21 15:59 UTC  (6+ messages)
      ` [PATCH] arch/generic: Rename `____sys_io_uring*` to `__sys_io_uring*`

[PATCH liburing 0/4] tests updates
 2022-07-21 15:26 UTC  (7+ messages)
` [PATCH liburing 1/4] add a test for bad buf_ring register
` [PATCH liburing 2/4] Copy IORING_SETUP_SINGLE_ISSUER into io_uring.h
` [PATCH liburing 3/4] test: poll-mshot-overflow use proper return codes
` [PATCH liburing 4/4] skip poll-mshot-overflow on old kernels

[PATCH] io_uring: do not recycle buffer in READV
 2022-07-21 14:31 UTC  (2+ messages)

[PATCH] io_uring: fix free of unallocated buffer list
 2022-07-21 14:29 UTC  (3+ messages)

Quick question about your io_uring zerocopy work
 2022-07-21 13:22 UTC  (2+ messages)

Linux 5.19-rc7 liburing test `poll-mshot-overflow.t` and `read-write.t` fail
 2022-07-21 13:14 UTC  (6+ messages)

[PATCH net-next v5 00/27] io_uring zerocopy send
 2022-07-21 10:03 UTC  (6+ messages)
` [PATCH net-next v5 01/27] ipv4: avoid partial copy for zc
` (subset) [PATCH net-next v5 00/27] io_uring zerocopy send

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-07-21  3:08 UTC  (16+ messages)
  ` [LKP] "

KASAN: invalid-free in __io_uring_register
 2022-07-21  2:10 UTC 

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-07-20 16:51 UTC  (10+ messages)
                    ` [PATCH 0/2] coredump: Allow io_uring using apps to dump to pipes
                      ` [PATCH 1/2] signal: Move stopping for the coredump from do_exit into get_signal
                      ` [PATCH 2/2] coredump: Allow coredumps to pipes to work with io_uring

[PATCH v2] lsm,io_uring: add LSM hooks for the new uring_cmd file op
 2022-07-20 15:11 UTC  (10+ messages)

[PATCH liburing 0/5] Add basic test for nvme uring passthrough commands
 2022-07-19 13:52 UTC  (6+ messages)
    ` [PATCH liburing 1/5] configure: check for nvme uring command support
    ` [PATCH liburing 2/5] io_uring.h: sync sqe entry with 5.20 io_uring
    ` [PATCH liburing 3/5] nvme: add nvme opcodes, structures and helper functions
    ` [PATCH liburing 4/5] test: add io_uring passthrough test
    ` [PATCH liburing 5/5] test/io_uring_passthrough: add test case for poll IO

[PATCH] ublk_drv: add one new ublk command: UBLK_IO_NEED_GET_DATA
 2022-07-19 11:09 UTC  (2+ messages)

[PATCH V5 0/2] ublk: add io_uring based userspace block driver
 2022-07-19 10:15 UTC  (11+ messages)
` [PATCH V5 1/2] ublk_drv: "

[PATCH] lsm,io_uring: add LSM hooks to for the new uring_cmd file op
 2022-07-18 14:55 UTC  (25+ messages)

[PATCH liburing] fix io_uring_recvmsg_cmsg_nexthdr logic
 2022-07-18 13:42 UTC  (5+ messages)

[PATCH for-next 0/4] nvme-multipathing for uring-passthrough
 2022-07-18  9:03 UTC  (24+ messages)
  ` [PATCH for-next 1/4] io_uring, nvme: rename a function
  ` [PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands
  ` [PATCH for-next 3/4] io_uring: grow a field in struct io_uring_cmd

KASAN: use-after-free Read in io_iopoll_getevents
 2022-07-17 22:58 UTC 

[PATCH] net: fix compat pointer in get_compat_msghdr()
 2022-07-16 20:47 UTC  (2+ messages)

[net] 65a1e5c409: canonical_address#:#[##]
 2022-07-16 14:26 UTC 

[PATCH v3 for-next 0/3] io_uring: multishot recvmsg
 2022-07-15 21:25 UTC  (10+ messages)
` [PATCH v3 for-next 1/3] net: copy from user before calling __copy_msghdr
` [PATCH v3 for-next 2/3] net: copy from user before calling __get_compat_msghdr
` [PATCH v3 for-next 3/3] io_uring: support multishot in recvmsg

[PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
 2022-07-15 18:22 UTC  (7+ messages)
` [PATCH v6 5/5] io_uring: remove ring quiesce for io_uring_register
      ` [PATCH] io_uring: Don't require reinitable percpu_ref

[PATCH for-next] io_uring: fix types in io_recvmsg_multishot_overflow
 2022-07-15 13:33 UTC  (2+ messages)

[PATCH RFC v2 liburing 0/2] multishot recvmsg
 2022-07-14 18:02 UTC  (5+ messages)
` [PATCH RFC v2 liburing 1/2] add multishot recvmsg API
` [PATCH RFC v2 liburing 2/2] add tests for multishot recvmsg

[PATCH] io_uring: Use atomic_long_try_cmpxchg in __io_account_mem
 2022-07-14 16:45 UTC  (2+ 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).