public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-01-23 14:42:13 to 2023-02-03 15:09:02 UTC [more...]

add bvec initialization helpers v2
 2023-02-03 15:06 UTC  (19+ 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: "

[regression] Bug 216932 - io_uring with libvirt cause kernel NULL pointer dereference since 6.1.5
 2023-02-03 14:25 UTC  (8+ messages)

[PATCH v7 0/3] io_uring: add napi busy polling support
 2023-02-03  7:30 UTC  (5+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] io_uring: add api to set / get napi configuration
` [PATCH v7 3/3] io_uring: add api to set napi prefer busy poll

[PATCH v6 0/3] io_uring: add napi busy polling support
 2023-02-02 18:47 UTC  (6+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] io_uring: add api to set / get napi configuration
` [PATCH v6 3/3] io_uring: add api to set napi prefer busy poll

[GIT PULL] Upgrade to clang-17 (for liburing's CI)
 2023-02-02  3:09 UTC  (2+ messages)

[PATCH v2] io_uring,audit: don't log IORING_OP_MADVISE
 2023-02-01 21:18 UTC  (2+ messages)

Problems replacing epoll with io_uring in tevent
 2023-02-01 20:29 UTC  (8+ messages)

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

add bvec initialization helpers
 2023-01-31 13:45 UTC  (66+ 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 for-next 0/4] io_uring: force async only ops to go async
 2023-01-30 16:21 UTC  (11+ 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

[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

[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 

[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


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