public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-10 17:41:17 to 2022-06-16 09:22:51 UTC [more...]

[PATCH for-next v3 00/16] 5.20 cleanups and poll optimisations
 2022-06-16  9:21 UTC  (4+ messages)
` [PATCH for-next v3 01/16] io_uring: rw: delegate sync completions to core io_uring
` [PATCH for-next v3 02/16] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next v3 03/16] io_uring: refactor io_req_task_complete()

[PATCH] io_uring: read/readv must commit ring mapped buffers upfront
 2022-06-16  4:41 UTC  (2+ messages)

[PATCH 2/2] io_uring: kbuf: add comments for some tricky code
 2022-06-16  4:19 UTC  (2+ messages)

[PATCH for-next 00/10] 5.20 cleanups
 2022-06-15 21:30 UTC  (12+ messages)
` [PATCH for-next 01/10] io_uring: make reg buf init consistent
` [PATCH for-next 02/10] io_uring: move defer_list to slow data
` [PATCH for-next 03/10] io_uring: better caching for ctx timeout fields
` [PATCH for-next 04/10] io_uring: refactor ctx slow data placement
` [PATCH for-next 05/10] io_uring: move small helpers to headers
` [PATCH for-next 06/10] io_uring: explain io_wq_work::cancel_seq placement
` [PATCH for-next 07/10] io_uring: inline ->registered_rings
` [PATCH for-next 08/10] io_uring: never defer-complete multi-apoll
` [PATCH for-next 09/10] io_uring: remove check_cq checking from hot paths
` [PATCH for-next 10/10] io_uring: don't set REQ_F_COMPLETE_INLINE in tw

[PATCH liburing] convert buf-ring nop test to use read
 2022-06-15 21:24 UTC  (2+ messages)

[PATCH 5.19 0/6] CQE32 fixes
 2022-06-15 21:23 UTC  (11+ messages)
` [PATCH 5.19 1/6] io_uring: get rid of __io_fill_cqe{32}_req()
` [PATCH 5.19 2/6] io_uring: unite fill_cqe and the 32B version
` [PATCH 5.19 3/6] io_uring: fill extra big cqe fields from req
` [PATCH 5.19 4/6] io_uring: fix ->extra{1,2} misuse
` [PATCH 5.19 5/6] io_uring: inline __io_fill_cqe()
` [PATCH 5.19 6/6] io_uring: make io_fill_cqe_aux to honour CQE32

[PATCH for-next v2 00/25] 5.20 cleanups and poll optimisations
 2022-06-15 15:19 UTC  (44+ messages)
` [PATCH for-next v2 01/25] io_uring: make reg buf init consistent
` [PATCH for-next v2 02/25] io_uring: move defer_list to slow data
` [PATCH for-next v2 03/25] io_uring: better caching for ctx timeout fields
` [PATCH for-next v2 04/25] io_uring: refactor ctx slow data placement
` [PATCH for-next v2 05/25] io_uring: move small helpers to headers
` [PATCH for-next v2 06/25] io_uring: explain io_wq_work::cancel_seq placement
` [PATCH for-next v2 07/25] io_uring: inline ->registered_rings
` [PATCH for-next v2 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw
` [PATCH for-next v2 09/25] io_uring: never defer-complete multi-apoll
` [PATCH for-next v2 10/25] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next v2 11/25] io_uring: refactor io_req_task_complete()
` [PATCH for-next v2 12/25] io_uring: don't inline io_put_kbuf
` [PATCH for-next v2 13/25] io_uring: remove check_cq checking from hot paths
` [PATCH for-next v2 14/25] io_uring: poll: remove unnecessary req->ref set
` [PATCH for-next v2 15/25] io_uring: switch cancel_hash to use per entry spinlock
` [PATCH for-next v2 16/25] io_uring: pass poll_find lock back
` [PATCH for-next v2 17/25] io_uring: clean up io_try_cancel
` [PATCH for-next v2 18/25] io_uring: limit number hash buckets
` [PATCH for-next v2 19/25] io_uring: clean up io_ring_ctx_alloc
` [PATCH for-next v2 20/25] io_uring: use state completion infra for poll reqs
` [PATCH for-next v2 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER
` [PATCH for-next v2 22/25] io_uring: pass hash table into poll_find
` [PATCH for-next v2 23/25] io_uring: introduce a struct for hash table
` [PATCH for-next v2 24/25] io_uring: propagate locking state to poll cancel
` [PATCH for-next v2 25/25] io_uring: mutex locked poll hashing

IORING_OP_POLL_ADD slower than linux-aio IOCB_CMD_POLL
 2022-06-15 13:43 UTC  (17+ messages)

[PATCH liburing 0/2] revert buf-ring test
 2022-06-15 11:16 UTC  (4+ messages)
` [PATCH liburing 1/2] Revert "test/buf-ring: ensure cqe isn't used uninitialized"
` [PATCH liburing 2/2] Revert "buf-ring: add tests that cycle through the provided buffer ring"

[PATCH liburing 0/3] single-issuer and poll benchmark
 2022-06-15 10:30 UTC  (12+ messages)
` [PATCH liburing 1/3] io_uring: update headers with IORING_SETUP_SINGLE_ISSUER
` [PATCH liburing 2/3] examples: add a simple single-shot poll benchmark
` [PATCH liburing 3/3] tests: test IORING_SETUP_SINGLE_ISSUER

[PATCH 5.19 0/3] 5.19 reverts
 2022-06-15 10:08 UTC  (9+ messages)
` [PATCH 5.19 1/3] Revert "io_uring: support CQE32 for nop operation"
` [PATCH 5.19 2/3] Revert "io_uring: add buffer selection support to IORING_OP_NOP"
` [PATCH 5.19 3/3] io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT

[PATCH liburing v2 0/3] single-issuer and poll benchmark
 2022-06-15  6:24 UTC  (9+ messages)
` [PATCH liburing v2 1/3] io_uring: update headers with IORING_SETUP_SINGLE_ISSUER
` [PATCH liburing v2 2/3] examples: add a simple single-shot poll benchmark
` [PATCH liburing v2 3/3] tests: test IORING_SETUP_SINGLE_ISSUER

[PATCH] io_uring: remove duplicate cqe skip check
 2022-06-14 17:02 UTC  (3+ messages)

[PATCH v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots
 2022-06-14 16:41 UTC  (4+ messages)

[RFC 0/5] support nonblock submission for splice pipe to pipe
 2022-06-14 13:23 UTC  (2+ messages)

[PATCH for-next 00/25] 5.20 cleanups and poll optimisations
 2022-06-14 13:10 UTC  (30+ messages)
` [PATCH for-next 01/25] io_uring: make reg buf init consistent
` [PATCH for-next 02/25] io_uring: move defer_list to slow data
` [PATCH for-next 03/25] io_uring: better caching for ctx timeout fields
` [PATCH for-next 04/25] io_uring: refactor ctx slow data placement
` [PATCH for-next 05/25] io_uring: move cancel_seq out of io-wq
` [PATCH for-next 06/25] io_uring: move small helpers to headers
` [PATCH for-next 07/25] io_uring: inline ->registered_rings
` [PATCH for-next 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw
` [PATCH for-next 09/25] io_uring: never defer-complete multi-apoll
` [PATCH for-next 10/25] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next 11/25] io_uring: refactor io_req_task_complete()
` [PATCH for-next 12/25] io_uring: don't inline io_put_kbuf
` [PATCH for-next 13/25] io_uring: remove check_cq checking from hot paths
` [PATCH for-next 14/25] io_uring: poll: remove unnecessary req->ref set
` [PATCH for-next 15/25] io_uring: switch cancel_hash to use per entry spinlock
` [PATCH for-next 16/25] io_uring: pass poll_find lock back
` [PATCH for-next 17/25] io_uring: clean up io_try_cancel
` [PATCH for-next 18/25] io_uring: limit number hash buckets
` [PATCH for-next 19/25] io_uring: clean up io_ring_ctx_alloc
` [PATCH for-next 20/25] io_uring: use state completion infra for poll reqs
` [PATCH for-next 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER
` [PATCH for-next 22/25] io_uring: pass hash table into poll_find
` [PATCH for-next 23/25] io_uring: introduce a struct for hash table
` [PATCH for-next 24/25] io_uring: propagate locking state to poll cancel
` [PATCH for-next 25/25] io_uring: mutex locked poll hashing

[RFC] support memory recycle for ring-mapped provided buffer
 2022-06-14  9:52 UTC  (5+ messages)

[PATCH] fs: io_uring: remove NULL check before kfree
 2022-06-14  9:29 UTC  (3+ messages)

[PATCH 0/3] io_uring: fixes for provided buffer ring
 2022-06-14  3:47 UTC  (10+ messages)
` [PATCH 1/3] io_uring: fix index calculation
` [PATCH 2/3] io_uring: fix types in provided buffer ring
` [PATCH 3/3] io_uring: limit size of "

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-06-14  1:54 UTC  (2+ messages)
  ` [LKP] "

[RFC 0/3] io_uring: add support for IORING_OP_MSGSND/IORING_OP_MSGRCV
 2022-06-13 19:26 UTC  (4+ messages)
` [RFC 1/3] ipc/msg: split do_msgsnd into functions
` [RFC 2/3] io_uring: add support for IORING_OP_MSGSND
` [RFC 3/3] io_uring: add support for IORING_OP_MSGRCV

[PATCH liburing 0/4] Buffer ring API fixes
 2022-06-13 13:12 UTC  (5+ messages)
` [PATCH liburing 1/4] remove non-existent manpage reference
` [PATCH liburing 2/4] add mask parameter to io_uring_buf_ring_add
` [PATCH liburing 3/4] add io_uring_buf_ring_init
` [PATCH liburing 4/4] buf-ring: add tests that cycle through the provided buffer ring

[PATCH for-5.20 1/6] io_uring: poll: remove unnecessary req->ref set
 2022-06-13  3:45 UTC  (10+ messages)
` [PATCH 5.19 2/6] io_uring: openclose: fix bug of closing wrong fixed file
` [PATCH 5.19 3/6] io_uring: openclose: fix bug of unexpected return value in IORING_CLOSE_FD_AND_FILE_SLOT mode
` [PATCH for-5.20 4/6] io_uring: openclose: support separate return value for IORING_CLOSE_FD_AND_FILE_SLOT
` [PATCH for-5.20 5/6] io_uring: remove duplicate kbuf release
` [PATCH 5.19 6/6] io_uring: kbuf: fix bug of not consuming ring buffer in partial io case

[PATCH v4] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-12 12:20 UTC  (2+ messages)

[PATCH v3] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-11 13:18 UTC  (8+ messages)


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