public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-06-14 16:15:05 to 2023-07-11 08:24:53 UTC [more...]

[PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
 2023-07-11  8:24 UTC  (8+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[PATCH] io_uring: Redefined the meaning of io_alloc_async_data's return value
 2023-07-11  5:06 UTC  (4+ messages)

[PATCH v1] io_uring: Use io_schedule* in cqring wait
 2023-07-07 17:53 UTC  (3+ messages)

[PATCH] io_uring: A new function has been defined to make get/put exist in pairs
 2023-07-06 14:05 UTC  (2+ messages)

[PATCH] Fix max/min warnings in virtio_net, amd/display, and io_uring
 2023-07-06 14:03 UTC  (4+ messages)

Allow IORING_OP_ASYNC_CANCEL to cancel requests on other rings
 2023-07-05 18:32 UTC  (2+ messages)

[RFC PATCH 00/11] fixed worker
 2023-07-05 13:17 UTC  (21+ messages)
` [PATCH 01/11] io-wq: fix worker counting after worker received exit signal
` [PATCH 02/11] io-wq: add a new worker flag to indicate worker exit
` [PATCH 03/11] io-wq: add a new type io-wq worker
` [PATCH 05/11] io-wq: add a new parameter for creating a new fixed worker
` [PATCH 06/11] io-wq: return io_worker after successful inline worker creation
` [PATCH 07/11] io_uring: add new api to register fixed workers
` [PATCH 08/11] io_uring: add function to unregister "
` [PATCH 10/11] io-wq: distinguish fixed worker by its name
` [PATCH 11/11] io_uring: add IORING_SETUP_FIXED_WORKER_ONLY and its friend

[GIT PULL] io_uring fixes for 6.5-rc1
 2023-07-04  2:07 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 02/14] io_uring: annotate offset timeout races
 2023-07-02 19:40 UTC 

[PATCH AUTOSEL 6.1 02/12] io_uring: annotate offset timeout races
 2023-07-02 19:41 UTC 

[PATCH AUTOSEL 6.4 03/15] io_uring: annotate offset timeout races
 2023-07-02 19:40 UTC 

[PATCH] test/io_uring_setup: Fix include path to syscall.h
 2023-07-01  2:13 UTC  (2+ messages)

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-30 15:15 UTC  (3+ messages)
` [PATCH v3 1/1] io_uring: add "

[PATCH v2 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-30 15:04 UTC  (8+ messages)
` [PATCH v2 1/1] Add a new "

[PATCH] io_uring: Add {} to maintain consistency in code format
 2023-06-30  6:25 UTC 

[syzbot] Monthly io-uring report (Jun 2023)
 2023-06-29  8:54 UTC 

[PATCHv3 0/2] enhanced nvme uring command polling
 2023-06-28 22:13 UTC  (2+ messages)

[PATCHSET 0/3] Misc 6.5 fixes
 2023-06-28 17:09 UTC  (4+ messages)
` [PATCH 1/3] io_uring/net: use proper value for msg_inq
` [PATCH 2/3] io_uring: remove io_fallback_tw() forward declaration
` [PATCH 3/3] io_uring: flush offloaded and delayed task_work on exit

[PATCH 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-28 15:59 UTC  (11+ messages)
` [PATCH 1/1] Add a new "

[PATCH v2] io_uring: Adjust mapping wrt architecture aliasing requirements
 2023-06-27 19:24 UTC  (3+ messages)

[PATCH v4] io_uring: Add io_uring command support for sockets
 2023-06-27 18:18 UTC  (2+ messages)

[GIT PULL] io_uring updates for 6.5
 2023-06-27  0:24 UTC 

[GIT PULL] io_uring updates for 6.5
 2023-06-26 20:02 UTC  (4+ messages)

[bug report] nvme passthrough: request failed when blocksize exceeding max_hw_sectors
 2023-06-26 13:43 UTC  (2+ messages)

[syzbot] [io-uring?] general protection fault in worker_thread (2)
 2023-06-25 13:54 UTC 

[RFC PATCH liburing v1 0/3] Introduce '--use-libc' option
 2023-06-23 22:13 UTC  (7+ messages)
` [RFC PATCH liburing v1 1/3] configure: Remove --nolibc option
` [RFC PATCH liburing v1 2/3] configure: Introduce '--use-libc' option
` [RFC PATCH liburing v1 3/3] src/Makefile: Allow using stack protector with libc

[PATCHSET RFC 0/6] Add io_uring support for futex wait/wake
 2023-06-23 19:46 UTC  (6+ messages)
` [PATCH 5/6] io_uring: add support for futex wake and wait

[PATCH v3] io_uring: Add io_uring command support for sockets
 2023-06-23 19:35 UTC  (4+ messages)

[PATCHSET 0/8] Add support for IORING_ASYNC_CANCEL_OP
 2023-06-23 16:48 UTC  (9+ messages)
` [PATCH 1/8] io_uring/poll: always set 'ctx' in io_cancel_data
` [PATCH 2/8] io_uring/timeout: "
` [PATCH 3/8] io_uring/cancel: abstract out request match helper
` [PATCH 4/8] io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY
` [PATCH 5/8] io_uring: use cancelation match helper for poll and timeout requests
` [PATCH 6/8] io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
` [PATCH 7/8] io_uring/cancel: support opcode based lookup and cancelation
` [PATCH 8/8] io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel

[RFC PATCH v2 0/4] add initial io_uring_cmd support for sockets
 2023-06-23 15:20 UTC  (10+ messages)
` [RFC PATCH v2 1/4] net: wire up support for file_operations->uring_cmd()

[PATCH 00/11] clean up req free and CQ locking
 2023-06-23 14:27 UTC  (14+ messages)
` [PATCH 01/11] io_uring: open code io_put_req_find_next
` [PATCH 02/11] io_uring: remove io_free_req_tw
` [PATCH 03/11] io_uring: inline io_dismantle_req()
` [PATCH 04/11] io_uring: move io_clean_op()
` [PATCH 05/11] io_uring: don't batch task put on reqs free
` [PATCH 06/11] io_uring: remove IOU_F_TWQ_FORCE_NORMAL
` [PATCH 07/11] io_uring: kill io_cq_unlock()
` [PATCH 08/11] io_uring: fix acquire/release annotations
` [PATCH 09/11] io_uring: inline __io_cq_unlock
` [PATCH 10/11] io_uring: make io_cq_unlock_post static
` [PATCH 11/11] io_uring: merge conditional unlock flush helpers

[bug report] BUG: KASAN: out-of-bounds in io_req_local_work_add+0x3b1/0x4a0
 2023-06-23 12:30 UTC  (8+ messages)

[GIT PULL] io_uring fixes for 6.4-final
 2023-06-23  1:03 UTC  (2+ messages)

[PATCH] io_uring: Add io_uring command support for sockets
 2023-06-22 19:01 UTC  (9+ messages)

False positives in nolibc check
 2023-06-21 16:08 UTC  (9+ messages)

[PATCH] io_uring/net: silence sparse warnings on address space
 2023-06-21 13:36 UTC  (3+ messages)

[bug report] system will hung up when cpu hot plug
 2023-06-21 13:08 UTC 

[PATCH v2] io_uring/net: clear msg_controllen on partial sendmsg retry
 2023-06-21 11:34 UTC  (2+ messages)

[PATCH v2] io_uring/net: disable partial retries for recvmsg with cmsg
 2023-06-21 11:34 UTC  (2+ messages)

io_uring req flags cleanups
 2023-06-20 15:36 UTC  (10+ messages)
` [PATCH 1/8] io_uring: remove __io_file_supports_nowait
` [PATCH 2/8] io_uring: remove the mode variable in io_file_get_flags
` [PATCH 3/8] io_uring: remove a confusing comment above io_file_get_flags
` [PATCH 4/8] io_uring: remove io_req_ffs_set
` [PATCH 5/8] io_uring: return REQ_F_ flags from io_file_get_flags
` [PATCH 6/8] io_uring: use io_file_from_index in __io_sync_cancel
` [PATCH 7/8] io_uring: use io_file_from_index in io_msg_grab_file
` [PATCH 8/8] io_uring: add helpers to decode the fixed file file_ptr

[PATCHSET 0/3] Improve FMODE_NOWAIT coverage
 2023-06-20 14:56 UTC  (9+ messages)
` [PATCH 2/3] block: mark bdev files as FMODE_NOWAIT if underlying device supports it

[PATCH] io_uring/net: clear msg_controllen on partial sendmsg retry
 2023-06-20 13:06 UTC  (3+ messages)

[PATCH] io_uring/net: disable partial retries for recvmsg with cmsg
 2023-06-20 13:05 UTC  (3+ messages)

[PATCH] io_uring/net: save msghdr->msg_control for retries
 2023-06-19 14:40 UTC  (8+ messages)

[GIT PULL] io_uring fixes for 6.4-rc7
 2023-06-19 13:05 UTC  (4+ messages)

io-wrk threads on socket vs non-socket
 2023-06-16 10:07 UTC  (3+ messages)

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 13:37 UTC  (4+ messages)
      ` [PATCH] tools/io uring: "

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 12:53 UTC 

[PATCH] io_uring/io-wq: don't clear PF_IO_WORKER on exit
 2023-06-15  2:23 UTC  (7+ messages)

[PATCH] io_uring/kbuf: fix missing check for return value of io_buffer_get_list()
 2023-06-14 16:14 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