public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-16 08:14:30 to 2022-11-24 16:29:24 UTC [more...]

[PATCH liburing v2 0/8] Ensure we mark non-exported functions and variables as static
 2022-11-24 16:28 UTC  (3+ messages)
` [PATCH liburing v2 1/8] queue: Fix typo "entererd" -> "entered"
` [PATCH liburing v2 2/8] queue: Mark `__io_uring_flush_sq()` as static

[PATCH] io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
 2022-11-24 16:16 UTC  (2+ messages)

[PATCH for-next v3 0/9] io_uring: batch multishot completions
 2022-11-24 16:04 UTC  (13+ messages)
` [PATCH for-next v3 1/9] io_uring: io_req_complete_post should defer if available
` [PATCH for-next v3 2/9] io_uring: always lock in io_apoll_task_func
` [PATCH for-next v3 3/9] io_uring: defer all io_req_complete_failed
` [PATCH for-next v3 4/9] io_uring: allow defer completion for aux posted cqes
` [PATCH for-next v3 5/9] io_uring: add io_aux_cqe which allows deferred completion
` [PATCH for-next v3 6/9] io_uring: make io_fill_cqe_aux static
` [PATCH for-next v3 7/9] io_uring: add lockdep assertion in io_fill_cqe_aux
` [PATCH for-next v3 8/9] io_uring: remove overflow param from io_post_aux_cqe
` [PATCH for-next v3 9/9] io_uring: allow multishot polled reqs to defer completion

[PATCH liburing v1 0/5] Remove useless brances in register functions
 2022-11-24 13:34 UTC  (7+ messages)
` [PATCH liburing v1 1/5] register: Remove useless branches in {un,}register eventfd
` [PATCH liburing v1 2/5] register: Remove useless branches in {un,}register buffers
` [PATCH liburing v1 3/5] register: Remove useless branch in unregister files
` [PATCH liburing v1 4/5] register: Remove useless branch in register probe
` [PATCH liburing v1 5/5] register: Remove useless branch in register restrictions

[PATCH liburing v1 0/7] Ensure we mark internal functions and variables as static
 2022-11-24 13:27 UTC  (11+ messages)
` [PATCH liburing v1 1/7] liburing.h: Export `__io_uring_flush_sq()` function
` [PATCH liburing v1 2/7] test/io_uring_setup: Remove unused functions
` [PATCH liburing v1 3/7] ucontext-cp: Remove an unused function
` [PATCH liburing v1 4/7] tests: Mark internal functions as static
` [PATCH liburing v1 5/7] ucontext-cp: "
` [PATCH liburing v1 6/7] test/Makefile: Omit `-Wmissing-prototypes` from the C++ compiler flags
` [PATCH liburing v1 7/7] github: Add `-Wmissing-prototypes` for GitHub CI bot

[PATCH liburing 0/2] tests for deferred multishot completions
 2022-11-24 13:25 UTC  (4+ messages)
` [PATCH liburing 1/2] Add a test for errors in multishot recv
` [PATCH liburing 2/2] add a test for multishot downgrading

[RFC PATCH liburing v1 0/2] Fix memset() issue and simplify function naming
 2022-11-24  5:46 UTC  (3+ messages)
` [RFC PATCH liburing v1 1/2] nolibc: Do not define `memset()` function in liburing
` [RFC PATCH liburing v1 2/2] nolibc: Simplify function naming

[RFC v2 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-23 21:02 UTC  (4+ messages)
    ` [RFC v2 1/1] Use a fs callback to set security specific data

[PATCH liburing 0/3] test poll missing events
 2022-11-23 17:51 UTC  (5+ messages)
` [PATCH liburing 1/3] tests: remove sigalarm from poll.c
` [PATCH liburing 2/3] tests: refactor poll.c
` [PATCH liburing 3/3] tests: check for missing multipoll events

[PATCH for-next 0/7] iopoll cqe posting fixes
 2022-11-23 17:51 UTC  (9+ messages)
` [PATCH for-next 1/7] io_uring: add completion locking for iopoll
` [PATCH for-next 2/7] io_uring: hold locks for io_req_complete_failed
` [PATCH for-next 3/7] io_uring: use io_req_task_complete() in timeout
` [PATCH for-next 4/7] io_uring: remove io_req_tw_post_queue
` [PATCH for-next 5/7] io_uring: inline __io_req_complete_put()
` [PATCH for-next 6/7] io_uring: iopoll protect complete_post
` [PATCH for-next 7/7] io_uring: remove iopoll spinlock

[PATCH for-next v2 00/13] io_uring: batch multishot completions
 2022-11-23 11:06 UTC  (14+ messages)
` [PATCH for-next v2 01/13] io_uring: merge io_req_tw_post and io_req_task_complete
` [PATCH for-next v2 02/13] io_uring: __io_req_complete should defer if available
` [PATCH for-next v2 03/13] io_uring: split io_req_complete_failed into post/defer
` [PATCH for-next v2 04/13] io_uring: lock on remove in io_apoll_task_func
` [PATCH for-next v2 05/13] io_uring: timeout should use io_req_task_complete
` [PATCH for-next v2 06/13] io_uring: simplify io_issue_sqe
` [PATCH for-next v2 07/13] io_uring: make io_req_complete_post static
` [PATCH for-next v2 08/13] io_uring: allow defer completion for aux posted cqes
` [PATCH for-next v2 09/13] io_uring: add io_aux_cqe which allows deferred completion
` [PATCH for-next v2 10/13] io_uring: make io_fill_cqe_aux static
` [PATCH for-next v2 11/13] io_uring: add lockdep assertion in io_fill_cqe_aux
` [PATCH for-next v2 12/13] io_uring: remove overflow param from io_post_aux_cqe
` [PATCH for-next v2 13/13] io_uring: allow multishot polled reqs to defer completion

[PATCH v2] io_uring/filetable: fix file reference underflow
 2022-11-22 19:27 UTC  (2+ messages)

[RFC 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-22 14:04 UTC  (12+ messages)
    ` [RFC 1/1] Use ioctl selinux callback io_uring commands that implement the ioctl op convention

[PATCH v5 0/3] io_uring: add napi busy polling support
 2022-11-22 13:19 UTC  (9+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] io_uring: add api to set / get napi configuration
` [PATCH v5 3/3] io_uring: add api to set napi prefer busy poll

[PATCH -next] io_uring: Fix build error without CONFIG_EVENTFD
 2022-11-22 13:10 UTC  (2+ messages)

next: mips: gcc-12-bcm63xx_defconfig failed
 2022-11-22 11:02 UTC 

[PATCH v5 0/4] liburing: add api for napi busy poll
 2022-11-21 19:14 UTC  (5+ messages)
` [PATCH v5 1/4] liburing: add api to set napi busy poll settings
` [PATCH v5 2/4] liburing: add documentation for new napi busy polling
` [PATCH v5 3/4] liburing: add example programs for napi busy poll
` [PATCH v5 4/4] liburing: update changelog with new feature

[RFC PATCH v4 0/4] liburing: add api for napi busy poll
 2022-11-21 19:04 UTC  (13+ messages)
` [RFC PATCH v4 1/4] liburing: add api to set napi busy poll settings
` [RFC PATCH v4 2/4] liburing: add documentation for new napi busy polling
` [RFC PATCH v4 3/4] liburing: add example programs for napi busy poll
` [RFC PATCH v4 4/4] liburing: update changelog with new feature

[RFC PATCH v4 0/3] io_uring: add napi busy polling support
 2022-11-21 18:56 UTC  (10+ messages)
` [RFC PATCH v4 1/3] "
` [RFC PATCH v4 2/3] io_uring: add api to set / get napi configuration
` [RFC PATCH v4 3/3] io_uring: add api to set napi prefer busy poll

[PATCH for-next 00/10] io_uring: batch multishot completions
 2022-11-21 17:31 UTC  (13+ messages)
` [PATCH for-next 01/10] io_uring: merge io_req_tw_post and io_req_task_complete
` [PATCH for-next 02/10] io_uring: __io_req_complete should defer if available
` [PATCH for-next 03/10] io_uring: split io_req_complete_failed into post/defer
` [PATCH for-next 04/10] io_uring: lock on remove in io_apoll_task_func
` [PATCH for-next 05/10] io_uring: timeout should use io_req_task_complete
` [PATCH for-next 06/10] io_uring: simplify io_issue_sqe
` [PATCH for-next 07/10] io_uring: make io_req_complete_post static
` [PATCH for-next 08/10] io_uring: allow defer completion for aux posted cqes
` [PATCH for-next 09/10] io_uring: allow io_post_aux_cqe to defer completion
` [PATCH for-next 10/10] io_uring: allow multishot polled reqs "

[PATCH v3 0/2] poll_refs armoring
 2022-11-21 17:10 UTC  (4+ messages)
` [PATCH v3 1/2] io_uring: cmpxchg for poll arm refs release
` [PATCH v3 2/2] io_uring: make poll refs more robust

[PATCHSET 0/4] Terminate multishot early on dependencies
 2022-11-20 17:28 UTC  (5+ messages)
` [PATCH 1/4] eventpoll: add EPOLL_URING wakeup flag
` [PATCH 2/4] eventfd: provide a eventfd_signal_mask() helper
` [PATCH 3/4] io_uring: pass in EPOLL_URING as part of eventfd signaling and wakeups
` [PATCH 4/4] Revert "io_uring: disallow self-propelled ring polling"

[RFC PATCH v4 0/4] liburing: add api for napi busy poll
 2022-11-19  4:11 UTC  (5+ messages)
` [RFC PATCH v4 1/4] liburing: add api to set napi busy poll settings
` [RFC PATCH v4 2/4] liburing: add documentation for new napi busy polling
` [RFC PATCH v4 3/4] liburing: add example programs for napi busy poll
` [RFC PATCH v4 4/4] liburing: update changelog with new feature

[PATCH AUTOSEL 6.0 44/44] io_uring/poll: lockdep annote io_poll_req_insert_locked
 2022-11-19  2:11 UTC 

[GIT PULL] io_uring fixes for 6.1-rc6
 2022-11-19  1:24 UTC  (2+ messages)

[PATCH for-6.1 v2] io_uring: make poll refs more robust
 2022-11-18 22:43 UTC  (4+ messages)

[PATCH for-6.1 1/1] io_uring: make poll refs more robust
 2022-11-18 18:46 UTC  (2+ messages)

[PATCH for-6.1] io_uring: disallow self-propelled ring polling
 2022-11-18 16:29 UTC  (2+ messages)

[PATCH v1 00/15] zero-copy RX for io_uring
 2022-11-17 21:01 UTC  (10+ messages)
` [PATCH v1 05/15] io_uring: mark pages in ifq region with zctap information
` [PATCH v1 06/15] io_uring: Provide driver API for zctap packet buffers
` [PATCH v1 07/15] io_uring: Allocate zctap device buffers and dma map them

[PATCH for-6.1 0/4] minor poll fixes
 2022-11-17 20:31 UTC  (7+ messages)
` [PATCH for-6.1 1/4] io_uring: update res mask in io_poll_check_events
` [PATCH for-6.1 2/4] io_uring: fix tw losing poll events
` [PATCH for-6.1 3/4] io_uring: fix multishot accept request leaks
` [PATCH for-6.1 4/4] io_uring: fix multishot recv "

[PATCH for-next 1/1] io_uring: inline __io_req_complete_post()
 2022-11-17 19:49 UTC  (3+ messages)

[PATCH] io_uring: kill tw-related outdated comments
 2022-11-17 19:45 UTC  (2+ messages)

[PATCH v2 1/1] uapi:io_uring.h: allow linux/time_types.h to be skipped
 2022-11-17 17:53 UTC  (2+ messages)

[PATCH v1 0/2] io_uring uapi updates
 2022-11-16 20:31 UTC  (12+ messages)
` [PATCH v1 2/2] io_uring: uapi: Don't use a zero-size array
` (subset) [PATCH v1 0/2] io_uring uapi updates

[RFC PATCH v3 0/3] io_uring: add napi busy polling support
 2022-11-16 20:12 UTC  (7+ messages)
` [RFC PATCH v3 2/3] io_uring: add api to set napi busy poll timeout


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