public inbox for [email protected]
 help / color / mirror / Atom feed
[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-19  0:55 UTC  (11+ messages)
` [PATCH 1/9] io_uring: net: don't check sqe->__pad2[0] for send zc
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 3/9] io_uring: add helper for filling cqes in __io_submit_flush_completions()
` [PATCH 4/9] io_uring: add one output argument to io_submit_sqe
` [PATCH 5/9] io_uring: support SQE group
` [PATCH 6/9] io_uring: support providing sqe group buffer
` [PATCH 7/9] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH 8/9] ublk: support provide io buffer
` [RFC PATCH 9/9] liburing: support sqe ext_flags & sqe group

VU NVMe commadns with io_uring? NVME_URING_CMD_IO
 2024-04-18 18:17 UTC  (2+ messages)

io_uring: releasing CPU resources when polling
 2024-04-18  6:07 UTC  (2+ messages)
  `  "

[PATCH 0/2] io-wq: cancelation race fix and small cleanup in io-wq
 2024-04-17 14:29 UTC  (5+ messages)
` [PATCH 1/2] io-wq: write next_work before dropping acct_lock
` [PATCH 2/2] io-wq: Drop intermediate step between pending list and active work

[PATCH v6 00/10] block atomic writes
 2024-04-16 21:11 UTC  (34+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 10/10] nvme: Atomic "

io_uring: worker thread NULL dereference during openat op
 2024-04-16 17:15 UTC  (4+ messages)

[RFC 0/6] implement io_uring notification (ubuf_info) stacking
 2024-04-16 15:31 UTC  (25+ messages)
` [RFC 1/6] net: extend ubuf_info callback to ops structure
` [RFC 2/6] net: add callback for setting a ubuf_info to skb
` [RFC 3/6] io_uring/notif: refactor io_tx_ubuf_complete()
` [RFC 4/6] io_uring/notif: remove ctx var from io_notif_tw_complete
` [RFC 5/6] io_uring/notif: simplify io_notif_flush()
` [RFC 6/6] io_uring/notif: implement notification stacking

[bug report] WARNING: CPU: 5 PID: 679 at io_uring/io_uring.c:2835 io_ring_exit_work+0x2b6/0x2e0
 2024-04-16 13:08 UTC  (5+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (10+ messages)
` [PATCH 3/7] crypto: Remove the now superfluous sentinel element from ctl_table array
  ` [PATCH 2/7] security: "

[PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-15 23:51 UTC  (17+ messages)
` [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for "
` [PATCH 2/3] io_uring: Add io_uring_peek_cqe to mini_liburing
` [PATCH 3/3] io_uring: Support IOSQE_CQE_SKIP_SUCCESS in io_uring zerocopy test

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-04-15 14:57 UTC  (3+ messages)

[for-next 0/3] simple sendzc cleanups
 2024-04-15 14:11 UTC  (5+ messages)
` [for-next 1/3] io_uring/notif: refactor io_tx_ubuf_complete()
` [for-next 2/3] io_uring/notif: remove ctx var from io_notif_tw_complete
` [for-next 3/3] io_uring/notif: shrink account_pages to u32

[PATCH for-next] io_uring: ensure overflow entries are dropped when ring is exiting
 2024-04-15 12:08 UTC  (2+ messages)

[syzbot] Monthly io-uring report (Apr 2024)
 2024-04-15  9:23 UTC 

[PATCH for-next] io_uring/net: always set kmsg->msg.msg_control_user before issue
 2024-04-12 18:49 UTC 

[GIT PULL] io_uring fixes for 6.9-rc4
 2024-04-12 17:45 UTC  (2+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] io_uring/timeout: remove duplicate initialization of the io_timeout list
 2024-04-11 13:34 UTC  (2+ messages)

[PATCH for-next 0/5] overflow CQE cleanups
 2024-04-10  2:39 UTC  (7+ messages)
` [PATCH for-next 1/5] io_uring: unexport io_req_cqe_overflow()
` [PATCH for-next 2/5] io_uring: remove extra SQPOLL overflow flush
` [PATCH for-next 3/5] io_uring: open code io_cqring_overflow_flush()
` [PATCH for-next 4/5] io_uring: always lock __io_cqring_overflow_flush
` [PATCH for-next 5/5] io_uring: consolidate overflow flushing

[PATCH for-next] io_uring: separate header for exported net bits
 2024-04-10  2:39 UTC  (3+ messages)

[PATCH for-6.9] io_uring/net: restore msg_control on sendzc retry
 2024-04-09 21:00 UTC  (3+ messages)

[PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
 2024-04-09 21:00 UTC  (2+ messages)

[PATCH for-next 0/3] sendzc dedup / simplification
 2024-04-09 21:00 UTC  (5+ messages)
` [PATCH for-next 1/3] io_uring/net: merge ubuf sendzc callbacks
` [PATCH for-next 2/3] io_uring/net: get rid of io_notif_complete_tw_ext
` [PATCH for-next 3/3] io_uring/net: set MSG_ZEROCOPY for sendzc in advance

[PATCH] Fix portability issues in configure script
 2024-04-09 17:37 UTC  (2+ messages)

[PATCH v2] fs: claw back a few FMODE_* bits
 2024-04-09  9:12 UTC  (11+ messages)

[PATCH liburing 1/1] examples/sendzc: test background polling
 2024-04-09  3:46 UTC  (2+ messages)

[PATCH liburing v2 0/3] improve sendzc tests
 2024-04-09  3:45 UTC  (5+ messages)
` [PATCH liburing v2 1/3] test: handle test_send_faults()'s cases one by one
` [PATCH liburing v2 2/3] test/sendzc: improve zc support probing
` [PATCH liburing v2 3/3] io_uring/sendzc: add DEFER_TASKRUN testing

[PATCH liburing 0/3] improve sendzc tests
 2024-04-08 15:23 UTC  (5+ messages)
` [PATCH liburing 1/3] test: handle test_send_faults()'s cases one by one
` [PATCH liburing 2/3] test/sendzc: improve zc support probing
` [PATCH liburing 3/3] io_uring/sendzc: add DEFER_TASKRUN testing

[PATCH V2] io_uring: return void from io_put_kbuf_comp()
 2024-04-07 21:49 UTC  (2+ messages)

[PATCHSET v2 0/17] Improve async state handling
 2024-04-07 21:47 UTC  (7+ messages)
` [PATCH 01/17] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr
` [PATCH 16/17] io_uring: drop ->prep_async()

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-04-06 21:30 UTC  (2+ messages)

[PATCH for-next 0/4] clean up io_req_complete_post
 2024-04-06 13:28 UTC  (9+ messages)
` [PATCH for-next 1/4] io_uring: kill dead code in io_req_complete_post
` [PATCH for-next 2/4] io_uring: turn implicit assumptions into a warning
` [PATCH for-next 3/4] io_uring: remove async request cache
` [PATCH for-next 4/4] io_uring: remove io_req_put_rsrc_locked()

[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
 2024-04-06 12:57 UTC  (5+ messages)

[PATCH liburing 0/2] manpage improvements
 2024-04-06  2:12 UTC  (2+ messages)

[syzbot] [io-uring?] kernel BUG in __io_remove_buffers
 2024-04-06  2:08 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.9-rc3
 2024-04-06  0:10 UTC  (2+ messages)

[PATCHSET 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-04 22:07 UTC 

[syzbot] [io-uring?] kernel BUG in put_page
 2024-04-03 19:06 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