public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-19 04:12:48 to 2022-11-30 21:29:49 UTC [more...]

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

[PATCH for-next 0/9] poll & rsrc quiesce improvements
 2022-11-30 18:07 UTC  (11+ messages)
` [PATCH for-next 1/9] io_uring: kill io_poll_issue's PF_EXITING check
` [PATCH for-next 2/9] io_uring: carve io_poll_check_events fast path
` [PATCH for-next 3/9] io_uring: remove ctx variable in io_poll_check_events
` [PATCH for-next 4/9] io_uring: imporve poll warning handling
` [PATCH for-next 5/9] io_uring: combine poll tw handlers
` [PATCH for-next 6/9] io_uring: don't raw spin unlock to match cq_lock
` [PATCH for-next 7/9] io_uring: improve rsrc quiesce refs checks
` [PATCH for-next 8/9] io_uring: don't reinstall quiesce node for each tw
` [PATCH for-next 9/9] io_uring: reshuffle issue_flags

[syzbot] WARNING in io_req_complete_failed
 2022-11-28 22:34 UTC  (2+ messages)

[PATCH v5 0/3] io_uring: add napi busy polling support
 2022-11-28 20:22 UTC  (11+ 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 liburing v2 0/8] Ensure we mark non-exported functions and variables as static
 2022-11-28 14:15 UTC  (10+ 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 liburing v2 3/8] test/io_uring_setup: Remove unused functions
` [PATCH liburing v2 4/8] ucontext-cp: Remove an unused function
` [PATCH liburing v2 5/8] tests: Mark non-exported functions as static
` [PATCH liburing v2 6/8] ucontext-cp: Mark a non-exported function "
` [PATCH liburing v2 7/8] test/Makefile: Omit `-Wmissing-prototypes` from the C++ compiler flags
` [PATCH liburing v2 8/8] github: Add `-Wmissing-prototypes` for GitHub CI bot

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

[GIT PULL] io_uring fixes for 6.1-rc6
 2022-11-26  2:25 UTC  (2+ messages)

[PATCH v5 0/4] liburing: add api for napi busy poll
 2022-11-25 21:34 UTC  (7+ 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

[PATCH v2] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
 2022-11-25 16:51 UTC 

[PATCH] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
 2022-11-25 16:40 UTC 

[PATCH v3 0/2] poll_refs armoring
 2022-11-25 13:55 UTC  (6+ messages)
` [PATCH v3 1/2] io_uring: cmpxchg for poll arm refs release
` [PATCH v3 2/2] io_uring: make poll refs more robust

[RFC PATCH liburing v1 0/2] Fix memset() issue and simplify function naming
 2022-11-25 13:35 UTC  (4+ 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

[PATCH for-next 0/2] random for-next io_uring patches
 2022-11-25 13:13 UTC  (4+ messages)
` [PATCH for-next 1/2] io_uring: don't use complete_post in kbuf
` [PATCH for-next 2/2] io_uring: keep unlock_post inlined in hot path

[PATCH for-next 0/3] io_uring: completion cleanups
 2022-11-25 13:13 UTC  (5+ messages)
` [PATCH for-next 1/3] io_uring: remove io_req_complete_post_tw
` [PATCH for-next 2/3] io_uring: spelling fix
` [PATCH for-next 3/3] io_uring: Revert "io_uring: io_req_complete_post should defer if available"
` (subset) [PATCH for-next 0/3] io_uring: completion cleanups

[PATCH for-next v3 0/9] io_uring: batch multishot completions
 2022-11-25  9:26 UTC  (14+ 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] io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
 2022-11-24 19:51 UTC  (7+ messages)

[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

[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)

[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 

[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 "

[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  (4+ 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 4/4] liburing: update changelog with new feature


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