public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-02-11 05:15:01 to 2023-02-22 19:26:44 UTC [more...]

[RFC v2 0/4] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-22 19:25 UTC  (7+ messages)
` [RFC v2 1/4] bpf: add UBLK program type
` [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
` [RFC v2 3/4] io_uring: introduce IORING_URING_CMD_UNLOCK flag
` [RFC v2 4/4] ublk_drv: add ebpf support
` [PATCH] Add "

[PATCH v2 0/2] io_uring: Add KASAN support for alloc caches
 2023-02-22 18:30 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: Move from hlist to io_wq_work_node
` [PATCH v2 2/2] io_uring: Add KASAN support for alloc_caches

[PATCH for-next 0/4] io_uring: registered huge buffer optimisations
 2023-02-22 17:48 UTC  (6+ messages)
` [PATCH for-next 1/4] io_uring/rsrc: disallow multi-source reg buffers
` [PATCH for-next 2/4] io_uring/rsrc: fix a comment in io_import_fixed()
` [PATCH for-next 3/4] io_uring/rsrc: optimise single entry advance
` [PATCH for-next 4/4] io_uring/rsrc: optimise registered huge pages
` (subset) [PATCH for-next 0/4] io_uring: registered huge buffer optimisations

[PATCH for-next] io_uring: remove unused wq_list_merge
 2023-02-22 17:48 UTC  (2+ messages)

[PATCH liburing 0/7] test sends with huge pages
 2023-02-22 16:54 UTC  (9+ messages)
` [PATCH liburing 1/7] tests/send: don't use a constant for page size
` [PATCH liburing 2/7] send: improve buffer iteration
` [PATCH liburing 3/7] send: test send with hugetlb
` [PATCH liburing 4/7] examples/zc: add a hugetlb option
` [PATCH liburing 5/7] test/send: don't use SO_ZEROCOPY if not available
` [PATCH liburing 6/7] tests/send: improve error reporting
` [PATCH liburing 7/7] tests/send: sends with offsets

[PATCH] io_uring: fix size calculation when registering buf ring
 2023-02-22 16:54 UTC  (3+ messages)

[PATCH liburing] test/buf-ring: add test for buf ring occupying exactly one page
 2023-02-22 16:54 UTC  (3+ messages)

[PATCH for-next 1/1] io_uring/rsrc: fix a comment in io_import_fixed()
 2023-02-22 16:53 UTC  (3+ messages)

[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-22 14:13 UTC  (13+ messages)
` [RFC 1/3] bpf: add UBLK program type
` [RFC 2/3] io_uring: enable io_uring to submit sqes located in kernel
` [RFC 3/3] ublk_drv: add ebpf support
` [UBLKSRV] Add "

[PATCH 1/2] io_uring: Move from hlist to io_wq_work_node
 2023-02-21 23:53 UTC  (7+ messages)
` [PATCH 2/2] io_uring: Add KASAN support for alloc_caches

liburing test results on hppa
 2023-02-21 19:55 UTC  (7+ messages)

[PATCH for-next v2 1/1] io_uring/rsrc: disallow multi-source reg buffers
 2023-02-21 18:40 UTC  (4+ messages)

[PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case
 2023-02-21  7:37 UTC 

[GIT PULL for-6.3] io_uring updates for 6.3
 2023-02-20 23:00 UTC  (2+ messages)

[GIT PULL for-6.3] Switch io_uring to ITER_UBUF
 2023-02-20 23:00 UTC  (2+ messages)

[PATCH 0/4] Cache tctx cancelation state in the ctx
 2023-02-20 14:43 UTC  (6+ messages)
` [PATCH 1/4] io_uring: consolidate the put_ref-and-return section of adding work
` [PATCH 2/4] io_uring: rename 'in_idle' to 'in_cancel'
` [PATCH 3/4] io_uring: cache task cancelation state in the ctx
` [PATCH 4/4] io_uring: use local ctx cancelation state for io_req_local_work_add()

[PATCH for-next 1/1] io_uring/rsrc: don't mix different mappings in reg
 2023-02-20 14:16 UTC  (2+ messages)

copy on write for splice() from file to pipe?
 2023-02-20  4:54 UTC  (6+ messages)

io_uring failure on parisc (32-bit userspace and 64-bit kernel)
 2023-02-16 20:35 UTC  (48+ messages)
                              ` io_uring failure on parisc with VIPT caches

[PATCH v2] io_uring: Adjust mapping wrt architecture aliasing requirements
 2023-02-16 18:00 UTC  (6+ messages)

[PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd
 2023-02-16 13:10 UTC  (8+ messages)

[PATCH v9 0/5] io_uring: add napi busy polling support
 2023-02-15 17:44 UTC  (6+ messages)
` [PATCH v9 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v9 2/5] io-uring: add napi busy poll support
` [PATCH v9 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v9 4/5] io_uring: add register/unregister napi function
` [PATCH v9 5/5] io_uring: add prefer busy poll to register and unregister napi api

[PATCH v8 0/7] io_uring: add napi busy polling support
 2023-02-15 17:22 UTC  (4+ messages)
` [PATCH v8 4/7] io-uring: add napi busy poll support

[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
 2023-02-15 10:36 UTC  (27+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
` [PATCH 3/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF

Phoronix pts fio io_uring test regression report on upstream v6.1 and v5.15
 2023-02-14 18:58 UTC  (6+ messages)

[PATCH] test/fsnotify: Skip fsnotify test if sys/fanotify.h not available
 2023-02-14 16:49 UTC  (2+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-02-14 10:33 UTC  (8+ messages)

[PATCH 09/19] io_uring: convert to use vm_account
 2023-02-13 11:30 UTC  (7+ messages)

[syzbot] BUG: bad usercopy in io_openat2_prep
 2023-02-13 11:27 UTC  (4+ messages)

copy on write for splice() from file to pipe?
 2023-02-13  9:28 UTC  (2+ messages)

copy on write for splice() from file to pipe?
 2023-02-13  9:30 UTC  (2+ messages)

copy on write for splice() from file to pipe?
 2023-02-13  9:07 UTC  (2+ messages)

[PATCH liburing] tests: Don't use error.h because it's not portable
 2023-02-12 23:40 UTC 

copy on write for splice() from file to pipe?
 2023-02-12  2:46 UTC  (17+ messages)


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