io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-09 14:43:01 to 2020-05-23 01:51:22 UTC [more...]

[PATCHSET v2 RFC 0/11] Add support for async buffered reads
 2020-05-23  1:50 UTC  (5+ messages)
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it

[PATCHSET RFC 0/11] Add support for async buffered reads
 2020-05-22 20:57 UTC  (13+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
  ` [PATCH v2 "
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it

[PATCH] io_uring: include file O_NONBLOCK state for recv/send
 2020-05-22 19:15 UTC 

[PATCH] io_uring: include file O_NONBLOCK state for, recvmsg/sendmsg
 2020-05-22 19:15 UTC 

[GIT PULL] io_uring fixes for 5.7-rc
 2020-05-22 19:05 UTC  (2+ messages)

[PATCH] io_uring: create percpu io sq thread when IORING_SETUP_SQ_AFF is flagged
 2020-05-22 11:17 UTC  (5+ messages)

io_uring vs CPU hotplug, was Re: [PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-22  1:57 UTC  (15+ messages)

[PATCH 0/2] io_uring: call statx directly
 2020-05-22  1:21 UTC  (7+ messages)
` [PATCH 1/2] statx: allow the system call to be invoked from the kernel
` [PATCH 2/2] io_uring: call statx directly

[PATCH liburing v2 0/5] liburing: add helpers to enable/disable eventfd notifications
 2020-05-20 17:12 UTC  (7+ messages)
` [PATCH liburing v2 1/5] Add CQ ring 'flags' field
` [PATCH liburing v2 2/5] man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets
` [PATCH liburing v2 3/5] Add helpers to set and get eventfd notification status
` [PATCH liburing v2 4/5] man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description
` [PATCH liburing v2 5/5] Add test/eventfd-disable.c test case

[PATCH liburing 0/5] liburing: add helpers to enable/disable eventfd notifications
 2020-05-20 15:19 UTC  (12+ messages)
` [PATCH liburing 1/5] Add CQ ring 'flags' field
` [PATCH liburing 2/5] man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets
` [PATCH liburing 3/5] Add helpers to set and get eventfd notification status
` [PATCH liburing 4/5] man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description
` [PATCH liburing 5/5] Add test/eventfd-disable.c test case

[PATCH v2] io_uring: reset -EBUSY error when io sq thread is waken up
 2020-05-20 13:34 UTC  (2+ messages)

[PATCH] io_uring: reset -EBUSY error when io sq thread is waken up
 2020-05-20 13:16 UTC  (3+ messages)

[PATCH v2] io_uring: don't submit sqes when ctx->refs is dying
 2020-05-20 13:11 UTC  (2+ messages)

[PATCH] io_uring: refactor io_sq_thread management
 2020-05-20  4:45 UTC  (2+ messages)

[PATCH] io_uring: don't add non-IO requests to iopoll pending list
 2020-05-20  3:23 UTC 

[RFC PATCH] io_uring: don't submit sqes when ctx->refs is dying
 2020-05-20  3:22 UTC  (6+ messages)

[RFC 0/2] io_uring: don't use kiocb.private to store buf_index
 2020-05-19 22:48 UTC  (6+ messages)
` [RFC 1/2] "
` [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported

liburing 500f9fbadef8-test test failure on top-of-tree
 2020-05-19 22:46 UTC  (3+ messages)

[PATCH liburing 0/3] __io_uring_get_cqe() fix/optimization
 2020-05-19 22:12 UTC  (5+ messages)
` [PATCH liburing 1/3] preseve wait_nr if SETUP_IOPOLL is set
` [PATCH liburing 2/3] update wait_nr to account for completed event
` [PATCH liburing 3/3] remove duplicate call to __io_uring_peek_cqe()

[PATCH] io_uring: cancel work if task_work_add() fails
 2020-05-18 17:06 UTC 

are volatile and memory barriers necessary for single threaded code?
 2020-05-18 11:31 UTC  (3+ messages)

[PATCH] io_uring: async task poll trigger cleanup
 2020-05-18  0:06 UTC 

[PATCH liburing 0/4] splice/tee testing
 2020-05-17 20:24 UTC  (6+ messages)
` [PATCH liburing 1/4] splice/test: improve splice tests
` [PATCH liburing 2/4] update io_uring.h with tee()
` [PATCH liburing 3/4] tee/test: add test for tee(2)
` [PATCH liburing 4/4] splice/tee/tests: test len=0 splice/tee

[PATCH for-next 0/3] unrelated cleanups for next
 2020-05-17 20:24 UTC  (5+ messages)
` [PATCH 1/3] io_uring: remove req->needs_fixed_files
` [PATCH 2/3] io_uring: rename io_file_put()
` [PATCH 3/3] io_uring: don't repeat valid flag list

[PATCH v2 0/2] io_uring tee support
 2020-05-17 20:23 UTC  (4+ messages)
` [PATCH v2 1/2] splice: export do_tee()
` [PATCH v2 2/2] io_uring: add tee(2) support

[PATCH v2] io_uring: cleanup io_poll_remove_one() logic
 2020-05-17 20:11 UTC 

[PATCH] io_uring: cleanup io_poll_remove_one() logic
 2020-05-17 19:58 UTC 

[PATCH] io_uring: file registration list and lock optimization
 2020-05-17 19:57 UTC 

[PATCH for-5.7 0/2] fortify async punt preparation
 2020-05-17 15:23 UTC  (4+ messages)
` [PATCH 1/2] io_uring: don't prepare DRAIN reqs twice
` [PATCH 2/2] io_uring: fix FORCE_ASYNC req preparation

INFO: trying to register non-static key in io_cqring_ev_posted (3)
 2020-05-17 15:19 UTC  (2+ messages)

Questions about usage of io-uring in a network application
 2020-05-17 11:59 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.7-rc6
 2020-05-16 20:30 UTC  (2+ messages)

[PATCH RFC} io_uring: io_kiocb alloc cache
 2020-05-16 16:15 UTC  (21+ messages)

[PATCH v2 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 18:17 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: add 'cq_flags' field for the CQ ring
` [PATCH v2 2/2] io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags

[PATCH v3] io_uring: allow POLL_ADD with double poll_wait() users
 2020-05-15 17:54 UTC 

[PATCH v2] io_uring: allow POLL_ADD with double poll_wait() users
 2020-05-15 16:16 UTC 

[PATCH 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 15:26 UTC  (8+ messages)
` [PATCH 1/2] io_uring: add 'cq_flags' field for the CQ ring
` [PATCH 2/2] io_uring: add IORING_CQ_NEED_WAKEUP to the CQ ring flags

[PATCH] io_uring: batch reap of dead file registrations
 2020-05-14 23:23 UTC 

[PATCH] io_uring: name sq thread and ref completions
 2020-05-14 23:23 UTC 

regression: fixed file hang
 2020-05-14 15:43 UTC  (4+ messages)

Any performance gains from using per thread(thread local) urings?
 2020-05-14 11:35 UTC  (14+ messages)

[PATCH] io_uring: polled fixed file must go through free iteration
 2020-05-13 19:04 UTC 

INFO: rcu detected stall in io_uring_release
 2020-05-12 15:25 UTC  (3+ messages)

io_uring statx fails with AT_EMPTY_PATH
 2020-05-12  8:47 UTC  (4+ messages)

Is io_uring framework becoming bloated gradually? and introduces performace regression
 2020-05-11 18:08 UTC  (6+ messages)

[PATCH] fs:io_uring:Remove duplicate semicolons at the end of line
 2020-05-11 15:04 UTC  (2+ messages)

Question about fileset unregister and update codes
 2020-05-11 11:09 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.7-rc5
 2020-05-09 20:25 UTC  (2+ messages)

[PATCH for-5.7] io_uring: fix zero len do_splice()
 2020-05-09 16:15 UTC  (3+ messages)

[RFC] splice/tee: len=0 fast path after validity check
 2020-05-09 16:03 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).