public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-28 19:01:43 to 2022-07-04 19:32:17 UTC [more...]

[PATCH liburing v4 00/10] aarch64 support
 2022-07-04 19:31 UTC 

[PATCH liburing v3 00/10] aarch64 support
 2022-07-04 18:23 UTC  (16+ messages)
` [PATCH liburing v3 01/10] CHANGELOG: Fixup missing space
` [PATCH liburing v3 02/10] arch: syscall: Add `__sys_open()` syscall
` [PATCH liburing v3 03/10] arch: syscall: Add `__sys_read()` syscall
` [PATCH liburing v3 04/10] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks
` [PATCH liburing v3 05/10] arch/aarch64: lib: Add `get_page_size()` function
` [PATCH liburing v3 06/10] lib: Style fixup for #if / #elif / #else / #endif
` [PATCH liburing v3 07/10] lib: Enable nolibc support for aarch64
` [PATCH liburing v3 08/10] test: Add nolibc test
` [PATCH liburing v3 09/10] .github: Enable aarch64 nolibc build for GitHub bot
` [PATCH liburing v3 10/10] CHANGELOG: Note about aarch64 support

[PATCH V3 0/1] ublk: add io_uring based userspace block driver
 2022-07-04 16:19 UTC  (11+ messages)
` [PATCH V3 1/1] "

[PATCH liburing] fix test_buf_select_pipe on older kernels
 2022-07-04 16:06 UTC 

[PATCH liburing v2 0/8] aarch64 support
 2022-07-04 15:36 UTC  (12+ messages)
` [PATCH liburing v2 1/8] CHANGELOG: Fixup missing space
` [PATCH liburing v2 2/8] arch: syscall: Add `__sys_open()` syscall
` [PATCH liburing v2 3/8] arch: syscall: Add `__sys_read()` syscall
` [PATCH liburing v2 4/8] arch: Remove `__INTERNAL__LIBURING_LIB_H` checks
` [PATCH liburing v2 5/8] arch/aarch64: lib: Add `get_page_size()` function
` [PATCH liburing v2 6/8] arch: Enable nolibc support for aarch64
` [PATCH liburing v2 7/8] .github: Enable aarch64 nolibc build for GitHub bot
` [PATCH liburing v2 8/8] CHANGELOG: Note about aarch64 support

[PATCH liburing] remove recvmsg_multishot
 2022-07-04 14:02 UTC 

[PATCH] io_uring: disable multishot recvmsg
 2022-07-04 14:01 UTC 

[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
 2022-07-04 13:50 UTC  (12+ messages)

[RFC net-next v3 00/29] io_uring zerocopy send
 2022-07-04 13:31 UTC  (18+ messages)
` [RFC net-next v3 05/29] net: bvec specific path in zerocopy_sg_from_iter
` [RFC net-next v3 21/29] io_uring: wire send zc request type
` [RFC net-next v3 22/29] io_uring: account locked pages for non-fixed zc
` [RFC net-next v3 23/29] io_uring: allow to pass addr into sendzc
` [RFC net-next v3 24/29] io_uring: add rsrc referencing for notifiers
` [RFC net-next v3 25/29] io_uring: sendzc with fixed buffers
` [RFC net-next v3 26/29] io_uring: flush notifiers after sendzc
` [RFC net-next v3 27/29] io_uring: allow to override zc tag on flush
` [RFC net-next v3 28/29] io_uring: batch submission notif referencing
` [RFC net-next v3 29/29] selftests/io_uring: test zerocopy send

[PATCH liburing v1 0/2] __hot and __cold
 2022-07-03 13:00 UTC  (6+ messages)
` [PATCH liburing v1 1/2] lib: Add __hot and __cold macros
` [PATCH liburing v1 2/2] setup: Mark the exported functions as __cold

[PATCH liburing] test/helpers: Use a proper cast for `(struct sockaddr *)` argument
 2022-07-03 13:00 UTC  (2+ messages)

read corruption with qemu master io_uring engine / linux master / btrfs(?)
 2022-07-01 23:48 UTC  (19+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-07-01 18:14 UTC  (8+ messages)
` [PATCH v7 15/15] xfs: Add async buffered write support

[GIT PULL] io_uring fixes for 5.19-rc5
 2022-07-01 18:02 UTC  (2+ messages)

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-01 10:10 UTC  (3+ messages)

[PATCH v2 for-next 00/12] io_uring: multishot recv
 2022-06-30 20:32 UTC  (15+ messages)
` [PATCH v2 for-next 01/12] io_uring: allow 0 length for buffer select
` [PATCH v2 for-next 02/12] io_uring: restore bgid in io_put_kbuf
` [PATCH v2 for-next 03/12] io_uring: allow iov_len = 0 for recvmsg and buffer select
` [PATCH v2 for-next 04/12] io_uring: recycle buffers on error
` [PATCH v2 for-next 05/12] io_uring: clean up io_poll_check_events return values
` [PATCH v2 for-next 06/12] io_uring: add IOU_STOP_MULTISHOT return code
` [PATCH v2 for-next 07/12] io_uring: add allow_overflow to io_post_aux_cqe
` [PATCH v2 for-next 08/12] io_uring: fix multishot poll on overflow
` [PATCH v2 for-next 09/12] io_uring: fix multishot accept ordering
` [PATCH v2 for-next 10/12] io_uring: multishot recv
` [PATCH v2 for-next 11/12] io_uring: fix io_uring_cqe_overflow trace format
` [PATCH v2 for-next 12/12] io_uring: only trace one of complete or overflow

[PATCH v3 liburing 0/7] liburing: multishot receive
 2022-06-30 20:32 UTC  (9+ messages)
` [PATCH v3 liburing 1/7] add t_create_socket_pair
` [PATCH v3 liburing 2/7] add IORING_RECV_MULTISHOT to io_uring.h
` [PATCH v3 liburing 3/7] add io_uring_prep_(recv|recvmsg)_multishot
` [PATCH v3 liburing 4/7] add IORING_RECV_MULTISHOT docs
` [PATCH v3 liburing 5/7] add recv-multishot test
` [PATCH v3 liburing 6/7] add poll overflow test
` [PATCH v3 liburing 7/7] add accept with "

[PATCH for-next 0/3] ranged file slot alloc
 2022-06-30 20:03 UTC  (14+ messages)
` [PATCH for-next 1/3] update io_uring.h with file slot alloc ranges
` [PATCH for-next 2/3] alloc range helpers
` [PATCH for-next 3/3] test range file alloc

[PATCH v2 liburing 0/7] liburing: multishot receive
 2022-06-30 16:53 UTC  (11+ messages)
` [PATCH v2 liburing 1/7] add t_create_socket_pair
` [PATCH v2 liburing 2/7] add IORING_RECV_MULTISHOT to io_uring.h
` [PATCH v2 liburing 3/7] add io_uring_prep_(recv|recvmsg)_multishot
` [PATCH v2 liburing 4/7] add IORING_RECV_MULTISHOT docs
` [PATCH v2 liburing 5/7] add recv-multishot test
` [PATCH v2 liburing 6/7] add poll overflow test
` [PATCH v2 liburing 7/7] add accept with "

[PATCH liburing v2 0/5] ranged file slot alloc
 2022-06-30 16:47 UTC  (8+ messages)
` [PATCH liburing v2 1/5] update io_uring.h with file slot alloc ranges
` [PATCH liburing v2 2/5] alloc range helpers
` [PATCH liburing v2 3/5] file-register: fix return codes
` [PATCH liburing v2 4/5] tests: print file-register errors to stderr
` [PATCH liburing v2 5/5] test range file alloc

[PATCH liburing] add a test for async reads with buffer_select
 2022-06-30 15:02 UTC  (2+ messages)

[PATCH 5.19] io_uring: fix provided buffer import
 2022-06-30 14:56 UTC  (2+ messages)

[PATCH 5.19] io_uring: keep sendrecv flags in ioprio
 2022-06-30 14:56 UTC  (2+ messages)

[PATCH for-next] io_uring: use proper type for io_sr_msg msg_flags
 2022-06-30 14:10 UTC 

[PATCH liburing] fix accept direct with index allocation
 2022-06-30  9:45 UTC 

[PATCH] io_uring: fix a typo in comment
 2022-06-30  2:28 UTC  (3+ messages)

[PATCH for-next] io_uring: let to set a range for file slot allocation
 2022-06-29 17:02 UTC  (6+ messages)

[PATCH liburing v1 0/9] aarch64 nolibc support
 2022-06-29 15:17 UTC  (19+ messages)
` [PATCH liburing v1 1/9] CHANGELOG: Fixup missing space
` [PATCH liburing v1 2/9] setup: Handle `get_page_size()` failure (for aarch64 nolibc support)
` [PATCH liburing v1 3/9] arch: syscall: Add `__sys_open()` syscall
` [PATCH liburing v1 4/9] arch: syscall: Add `__sys_read()` syscall
` [PATCH liburing v1 5/9] arch/arm64: Rename aarch64 directory to arm64
` [PATCH liburing v1 6/9] arch: syscall: Remove `__INTERNAL__LIBURING_SYSCALL_H` checks
` [PATCH liburing v1 7/9] arch/arm64: Add `get_page_size()` function
` [PATCH liburing v1 8/9] arch: Enable nolibc support for arm64
` [PATCH liburing v1 9/9] .github: Enable aarch64 nolibc build for GitHub bot

[PATCH][next] io_uring: replace zero-length array with flexible-array member
 2022-06-28 19:54 UTC  (3+ messages)

For 5.20 or 5.19? net: wire up support for file_operations->uring_cmd()
 2022-06-28 19:26 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