public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-01-16 13:44:00 to 2023-01-30 10:36:27 UTC [more...]

add bvec initialization helpers
 2023-01-30 10:36 UTC  (28+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH v1 0/2] two suggested iouring op audit updates
 2023-01-29 23:37 UTC  (32+ messages)
` [PATCH v1 1/2] io_uring,audit: audit IORING_OP_FADVISE but not IORING_OP_MADVISE
` [PATCH v1 2/2] io_uring,audit: do not log IORING_OP_*GETXATTR

[PATCH for-next 0/4] io_uring: force async only ops to go async
 2023-01-29 23:17 UTC  (8+ messages)
` [PATCH for-next 1/4] io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async
` [PATCH for-next 2/4] io_uring: for requests that require async, force it
` [PATCH for-next 3/4] io_uring: always go async for unsupported fadvise flags
` [PATCH for-next 4/4] io_uring: always go async for unsupported open flags

[GIT PULL] io_uring fixes for 6.2-rc6
 2023-01-28  0:20 UTC  (2+ messages)

[PATCH for-next 0/2] Fixes for CONFIG_PREEMPT_NONE
 2023-01-27 16:53 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add a conditional reschedule to the IOPOLL cancelation loop
` [PATCH 2/2] io_uring: add reschedule point to handle_tw_list()

[PATCH liburing 0/2] liburing: patches for drain bug
 2023-01-27 13:46 UTC  (4+ messages)
` [PATCH liburing 1/2] add a test using drain with IORING_SETUP_DEFER_TASKRUN
` [PATCH liburing 2/2] run link_drain test with defer_taskrun too

[PATCH] io_uring: always prep_async for drain requests
 2023-01-27 13:46 UTC  (2+ messages)

Phoronix pts fio io_uring test regression report on upstream v6.1 and v5.15
 2023-01-26 18:35 UTC  (5+ messages)

[PATCH liburing 1/1] test: fix parallel send-zerocopy
 2023-01-26 17:17 UTC  (2+ messages)

ublk-nbd: ublk-nbd is avaialbe
 2023-01-26 12:54 UTC  (6+ messages)

[syzbot] KASAN: use-after-free Read in fuse_dev_poll
 2023-01-24 16:37 UTC  (2+ messages)

[PATCH] io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
 2023-01-24 15:30 UTC 

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-24 14:44 UTC  (5+ messages)
` [RFC PATCH 09/19] io_uring: convert to use vm_account

[PATCH] io_uring: initialize count variable to 0
 2023-01-24 14:11 UTC  (3+ messages)

[PATCH liburing 0/5] deferred tw msg_ring tests
 2023-01-24  2:31 UTC  (7+ messages)
` [PATCH liburing 1/5] tests/msg_ring: use correct exit codes
` [PATCH liburing 2/5] tests/msg_ring: test msg_ring with deferred tw
` [PATCH liburing 3/5] test/msg_ring: test msg_ring to a disabled ring
` [PATCH liburing 4/5] tests/msg_ring: refactor test_remote
` [PATCH liburing 5/5] tests/msg_ring: remote submit to a deferred tw ring

[PATCH for-next 0/7] normal tw optimisation + refactoring
 2023-01-23 21:14 UTC  (12+ messages)
` [PATCH for-next 1/7] io_uring: use user visible tail in io_uring_poll()
` [PATCH for-next 2/7] io_uring: kill outdated comment about overflow flush
` [PATCH for-next 3/7] io_uring: improve io_get_sqe
` [PATCH for-next 4/7] io_uring: refactor req allocation
` [PATCH for-next 5/7] io_uring: refactor io_put_task helpers
` [PATCH for-next 6/7] io_uring: refactor tctx_task_work
` [PATCH for-next 7/7] io_uring: return normal tw run linking optimisation

[syzbot] WARNING in io_get_cqe_overflow
 2023-01-23 14:16 UTC  (2+ messages)

[PATCH v2] io_uring/net: cache provided buffer group value for multishot receives
 2023-01-23 14:10 UTC 

[PATCH] io_uring/net: cache provided buffer group value for multishot receives
 2023-01-23 14:06 UTC  (3+ messages)

FAILED: patch "[PATCH] io_uring: Clean up a false-positive warning from GCC 9.3.0" failed to apply to 5.10-stable tree
 2023-01-22 17:47 UTC  (2+ messages)

[GIT PULL] Followup pull request for io_uring for 6.2-rc5
 2023-01-22  0:35 UTC  (2+ messages)

[PATCH] io_uring/poll: don't reissue in case of poll race on multishot request
 2023-01-20 22:12 UTC 

[GIT PULL] io_uring fixes for 6.2-rc5
 2023-01-20 20:59 UTC  (2+ messages)

[PATCH for-6.2 v2 0/3] msg_ring fixes
 2023-01-20 16:46 UTC  (6+ messages)
` [PATCH for-6.2 v2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 v2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 v2 3/3] io_uring/msg_ring: optimise with correct tw notify method
` (subset) [PATCH for-6.2 v2 0/3] msg_ring fixes

[PATCH for-6.2 0/3] msg_ring fixes
 2023-01-20 16:37 UTC  (5+ messages)
` [PATCH for-6.2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 3/3] io_uring/msg_ring: optimise with correct tw notify method

[PATCH] io_uring: pass in io_issue_def to io_assign_file()
 2023-01-20 16:11 UTC 

[PATCH] io_uring: Enable KASAN for request cache
 2023-01-20 15:41 UTC  (4+ messages)

[PATCH 0/2] Fix locking for MSG_RING and IOPOLL targets
 2023-01-19 18:02 UTC  (3+ messages)
` [PATCH 1/2] io_uring/msg_ring: move double lock/unlock helpers higher up
` [PATCH 2/2] io_uring/msg_ring: fix missing lock on overflow for IOPOLL

[PATCH for-next] io_uring/msg-ring: ensure flags passing works for task_work completions
 2023-01-19 17:58 UTC 

WARNING in io_fill_cqe_aux
 2023-01-19 17:35 UTC  (4+ messages)

Problems replacing epoll with io_uring in tevent
 2023-01-18 15:56 UTC  (7+ messages)

[PATCH liburing] test/helpers: fix socket length type
 2023-01-18 14:57 UTC  (2+ messages)

[PATCH 1/2] io_uring: Rename struct io_op_def
 2023-01-18 14:39 UTC  (8+ messages)
` [PATCH 2/2] io_uring: Split io_issue_def struct

[PATCH for-next 0/5] random for-next patches
 2023-01-16 21:18 UTC  (14+ messages)
` [PATCH for-next 1/5] io_uring: return back links tw run optimisation
` [PATCH for-next 2/5] io_uring: don't export io_put_task()
` [PATCH for-next 3/5] io_uring: simplify fallback execution
` [PATCH for-next 4/5] io_uring: optimise ctx flags layout
` [PATCH for-next 5/5] io_uring: refactor __io_req_complete_post

[syzbot] WARNING: refcount bug in mm_update_next_owner
 2023-01-16 18:01 UTC  (2+ messages)

[PATCH liburing 0/3] test lazy poll wq activation
 2023-01-16 17:49 UTC  (5+ messages)
` [PATCH liburing 1/3] tests: refactor poll-many.c
` [PATCH liburing 2/3] tests: test DEFER_TASKRUN in poll-many
` [PATCH liburing 3/3] tests: lazy pollwq activation for disabled rings

[regression] Bug 216932 - io_uring with libvirt cause kernel NULL pointer dereference since 6.1.5
 2023-01-16 15:50 UTC  (7+ messages)

[RFC PATCH liburing v2 0/2] Explain about FFI support and how to build liburing
 2023-01-16 15:46 UTC  (5+ messages)
` [RFC PATCH liburing v2 1/2] README: Explain "
` [RFC PATCH liburing v2 2/2] README: Explain about FFI support

[RFC PATCH liburing v1 0/2] Explain how to build liburing and FFI support
 2023-01-16 13:54 UTC  (7+ messages)
` [RFC PATCH v1 liburing 2/2] README: Explain about "

[syzbot] KASAN: use-after-free Read in io_poll_task_func
 2023-01-16 13:43 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