public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-01-27 23:08:43 to 2023-02-10 15:15:13 UTC [more...]

copy on write for splice() from file to pipe?
 2023-02-10 15:14 UTC  (15+ messages)

[PATCH v2] io_uring,audit: don't log IORING_OP_MADVISE
 2023-02-10  1:31 UTC  (7+ messages)

[PATCH v8 0/7] io_uring: add napi busy polling support
 2023-02-10  0:14 UTC  (12+ messages)
` [PATCH v8 1/7] io-uring: move io_wait_queue definition to header file
` [PATCH v8 2/7] io-uring: add napi fields to io_ring_ctx
` [PATCH v8 3/7] io-uring: add busy poll timeout, prefer busy poll to io_wait_queue
` [PATCH v8 4/7] io-uring: add napi busy poll support
` [PATCH v8 5/7] io-uring: add sqpoll support for napi busy poll
` [PATCH v8 6/7] io_uring: add api to set / get napi configuration
` [PATCH v8 7/7] "

[PATCH v7 0/3] io_uring: add napi busy polling support
 2023-02-09 22:53 UTC  (7+ 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 01/19] mm: Introduce vm_account
 2023-02-07 17:05 UTC  (7+ messages)
` [PATCH 09/19] io_uring: convert to use vm_account

[linux-next:master] [io_uring] b5d3ae202f: WARNING:at_kernel/sched/core.c:#__might_sleep
 2023-02-06 15:25 UTC 

[PATCH for-next] io_uring: mark task TASK_RUNNING before handling resume/task work
 2023-02-06 15:25 UTC 

[PATCH v8 0/4] liburing: add api for napi busy poll
 2023-02-05 18:51 UTC  (5+ messages)
` [PATCH v8 1/4] liburing: add api to set napi busy poll settings
` [PATCH v8 2/4] liburing: add documentation for new napi busy polling
` [PATCH v8 3/4] liburing: add example programs for napi busy poll
` [PATCH v8 4/4] liburing: update changelog with new feature

[PATCH v7 0/4] liburing: add api for napi busy poll
 2023-02-05  1:18 UTC  (9+ messages)
` [PATCH v7 1/4] liburing: add api to set napi busy poll settings
` [PATCH v7 2/4] liburing: add documentation for new napi busy polling
` [PATCH v7 3/4] liburing: add example programs for napi busy poll
` [PATCH v7 4/4] liburing: update changelog with new feature

[PATCH v6 0/4] liburing: add api for napi busy poll
 2023-02-03 21:20 UTC  (10+ messages)
` [PATCH v6 1/4] liburing: add api to set napi busy poll settings
` [PATCH v6 2/4] liburing: add documentation for new napi busy polling
` [PATCH v6 3/4] liburing: add example programs for napi busy poll
` [PATCH v6 4/4] liburing: update changelog with new feature

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ 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] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

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

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  (8+ 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  (8+ messages)
` [PATCH for-next 1/4] io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async

[PATCH v1 0/2] two suggested iouring op audit updates
 2023-01-29 23:37 UTC  (30+ 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)


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