public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-08 14:13:49 to 2022-11-23 11:07:48 UTC [more...]

[PATCH for-next v2 00/13] io_uring: batch multishot completions
 2022-11-23 11:06 UTC  (13+ 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 v2] io_uring/filetable: fix file reference underflow
 2022-11-22 19:27 UTC  (2+ messages)

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

[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

[PATCH] io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
 2022-11-21 14:52 UTC 

[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  (12+ 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  (15+ messages)
` [PATCH v1 1/2] io_uring: uapi: Don't force linux/time_types.h for userspace
` [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  (9+ messages)
` [RFC PATCH v3 1/3] "
` [RFC PATCH v3 2/3] io_uring: add api to set napi busy poll timeout
` [RFC PATCH v3 3/3] io_uring: add api to set napi prefer busy poll

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

[PATCH v1 0/2] Add LSM access controls for io_uring_setup
 2022-11-15  5:39 UTC  (6+ messages)

[PATCH v1] io_uring/filetable: fix file reference underflow
 2022-11-14 14:50 UTC 

[PATCH for-next 0/2] small tw add improvements
 2022-11-12 16:00 UTC  (4+ messages)
` [PATCH for-next 1/2] io_uring: inline io_req_task_work_add()
` [PATCH for-next 2/2] io_uring: split tw fallback into a function

[PATCH for-6.1 0/2] Subject: [PATCH for-6.1 0/2] 6.1 poll patches
 2022-11-11 22:59 UTC  (4+ messages)
` [PATCH for-6.1 1/2] io_uring/poll: fix double poll req->flags races
` [PATCH for-6.1 2/2] io_uring/poll: lockdep annote io_poll_req_insert_locked

[GIT PULL] io_uring fixes for 6.1-rc5
 2022-11-11 22:16 UTC  (2+ messages)

[PATCH] tools/io_uring/io_uring-cp: fix compile warning in copy_file()
 2022-11-11  3:56 UTC 

[RFC PATCH v2 0/2] io_uring: add napi busy polling support
 2022-11-11  1:35 UTC  (5+ messages)
` [RFC PATCH v2 1/2] "

[PATCH v1] io_uring: update outdated comment of callbacks
 2022-11-10 18:16 UTC  (2+ messages)

[PATCH v1] io_uring: remove outdated comments of caching
 2022-11-10 18:16 UTC  (2+ messages)

[PATCH] io_uring: check for rollover of buffer ID when providing buffers
 2022-11-10 18:08 UTC  (2+ messages)

liburing 2.3 API/ABI breakage
 2022-11-10 13:46 UTC  (4+ messages)

[PATCH liburing] Alphabetise the test list
 2022-11-09  8:53 UTC  (5+ messages)

[PATCH 0/4] io_uring: use ITER_UBUF
 2022-11-08 20:25 UTC  (6+ messages)
` [PATCH 1/4] iov: add import_ubuf()

samba does not work with liburing 2.3
 2022-11-08 19:18 UTC  (3+ messages)

[PATCH] io_uring: calculate CQEs from the user visible value
 2022-11-08 17:36 UTC  (2+ messages)

[PATCH liburing v4] test that unregister_files processes task work
 2022-11-08 14:13 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