messages from 2020-02-23 21:17:42 to 2020-02-29 18:45:33 UTC [more...]
[PATCH REBASE v2 0/5] return nxt propagation within io-wq ctx
2020-02-29 18:44 UTC (7+ messages)
` [PATCH v2 1/5] io_uring: remove @nxt from the handlers
` [PATCH v2 2/5] io_uring/io-wq: pass *work instead of **workptr
` [PATCH v2 3/5] io_uring/io-wq: allow put_work return next work
` [PATCH v2 4/5] io_uring: remove extra nxt check after punt
` [PATCH v2 5/5] io_uring: remove io_prep_next_work()
[PATCHSET v3] io_uring support for automatic buffers
2020-02-29 18:11 UTC (16+ messages)
` [PATCH 1/6] io_uring: buffer registration infrastructure
` [PATCH 2/6] io_uring: add IORING_OP_PROVIDE_BUFFERS
` [PATCH 3/6] io_uring: support buffer selection
` [PATCH 4/6] io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV
` [PATCH 5/6] net: abstract out normal and compat msghdr import
` [PATCH 6/6] io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG
[PATCH 0/5] return nxt propagation within io-wq ctx
2020-02-28 22:53 UTC (6+ messages)
` [PATCH 1/5] io_uring: remove @nxt from the handlers
` [PATCH 2/5] io_uring/io-wq: pass *work instead of **workptr
` [PATCH 3/5] io_uring/io-wq: allow put_work return next work
` [PATCH 4/5] io_uring: remove extra nxt check after punt
` [PATCH 5/5] io_uring: remove io_prep_next_work()
Issue with splice 32-bit compatability?
2020-02-28 22:52 UTC (3+ messages)
[ISSUE] The time cost of IOSQE_IO_LINK
2020-02-28 20:15 UTC (17+ messages)
` [PATCH] task_work_run: don't take ->pi_lock unconditionally
[GIT PULL] io_uring fixes for 5.6-rc
2020-02-28 19:55 UTC (2+ messages)
[PATCH 0/5] random io-wq and io_uring bits
2020-02-28 14:26 UTC (8+ messages)
` [PATCH 1/5] io_uring: clean io_poll_complete
` [PATCH 2/5] io_uring: extract kmsg copy helper
` [PATCH 3/5] io-wq: remove unused IO_WQ_WORK_HAS_MM
` [PATCH 4/5] io_uring: remove IO_WQ_WORK_CB
` [PATCH 5/5] io-wq: use BIT for ulong hash
[PATCH] io_uring: fix 32-bit compatability with sendmsg/recvmsg
2020-02-27 21:20 UTC
Deduplicate io_*_prep calls?
2020-02-27 21:06 UTC (22+ messages)
[PATCH] io_uring: use correct CONFIG_PROC_FS define
2020-02-27 13:58 UTC (3+ messages)
[PATCH 5.4] io_uring: prevent sq_thread from spinning when it should stop
2020-02-27 12:37 UTC (2+ messages)
[RFC PATCH 0/4] userspace PI passthrough via io_uring
2020-02-27 9:23 UTC (16+ messages)
` [PATCH 1/4] io_uring: add IORING_OP_READ{WRITE}V_PI cmd
` [PATCH 2/4] bio-integrity: introduce two funcs handle protect information
` [PATCH 3/4] block_dev: support protect information passthrough
` [PATCH 4/4] liburing/test: add testcase for "
[PATCH] io_uring: define and set show_fdinfo only if procfs is enabled
2020-02-26 17:57 UTC (2+ messages)
[PATCH v2] io_uring: drop file set ref put/get on switch
2020-02-26 17:56 UTC
[PATCH] io_uring: drop file set ref put/get on switch
2020-02-26 17:23 UTC
[PATCH] io_uring: pick up link work on submit reference drop
2020-02-26 14:04 UTC (12+ messages)
[PATCH] io_uring: io_import_iovec() returns 0/-ERROR
2020-02-26 0:51 UTC
[RFC] single cqe per link
2020-02-25 21:13 UTC (8+ messages)
[PATCH] io-wq: ensure work->task_pid is cleared on init
2020-02-25 19:56 UTC (3+ messages)
[PATCHSET v2 0/3] io_uring support for automatic buffers
2020-02-25 16:21 UTC (7+ messages)
` [PATCH 1/2] io_uring: add IORING_OP_PROVIDE_BUFFER
` [PATCH 1/3] io_uring: buffer registration infrastructure
` [PATCH 2/3] io_uring: add IORING_OP_PROVIDE_BUFFERS
` [PATCH 2/2] io_uring: support buffer selection
` [PATCH 3/3] "
[PATCHSET v2b 0/3] io_uring support for automatic buffers
2020-02-25 16:20 UTC (4+ messages)
` [PATCH 1/3] io_uring: buffer registration infrastructure
` [PATCH 2/3] io_uring: add IORING_OP_PROVIDE_BUFFERS
` [PATCH 3/3] io_uring: support buffer selection
[PATCHSET v2 0/3] io_uring support for automatic buffers
2020-02-25 16:18 UTC (5+ messages)
` [PATCH 1/3] io_uring: buffer registration infrastructure
` [PATCH 2/3] io_uring: add IORING_OP_PROVIDE_BUFFER
` [PATCH 3/3] io_uring: support buffer selection
[PATCH] io-wq: remove spin-for-work optimization
2020-02-25 15:47 UTC
[PATCH v4] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
2020-02-25 15:41 UTC (2+ messages)
[PATCH v3] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
2020-02-25 2:24 UTC (4+ messages)
[PATCH 0/1] block: Manage bio references so the bio persists until necessary
2020-02-24 23:32 UTC (9+ messages)
` [PATCH 1/1] "
[PATCH v4 0/3] io_uring: add splice(2) support
2020-02-24 22:53 UTC (8+ messages)
` [PATCH v4 1/3] splice: make do_splice public
` [PATCH v4 2/3] io_uring: add interface for getting files
` [PATCH v4 3/3] io_uring: add splice(2) support
[PATCH v5 0/2] splice helpers + tests
2020-02-24 19:30 UTC (10+ messages)
` [PATCH liburing v5 1/2] splice: add splice(2) helpers
` [PATCH liburing v5 2/2] test/splice: add basic splice tests
[PATCH RFC] io_uring: remove retries from io_wq_submit_work()
2020-02-24 18:37 UTC (6+ messages)
[PATCHSET v3 0/5] io_uring: use polled async retry
2020-02-24 17:39 UTC (6+ messages)
` [PATCH 1/5] task_work_run: don't take ->pi_lock unconditionally
` [PATCH 2/5] io_uring: store io_kiocb in wait->private
` [PATCH 3/5] io_uring: add per-task callback handler
` [PATCH 4/5] io_uring: mark requests that we can do poll async in io_op_defs
` [PATCH 5/5] io_uring: use poll driven retry for files that support it
Re:
2020-02-24 17:38 UTC
[PATCHSET 0/3] io_uring support for automatic buffers
2020-02-24 17:06 UTC (7+ messages)
` [PATCH 1/3] io_uring: buffer registration infrastructure
` [PATCH 2/3] io_uring: add IORING_OP_PROVIDE_BUFFER
` [PATCH 3/3] io_uring: support buffer selection
[PATCH RESEND v4 0/2] splice helpers + tests
2020-02-24 16:07 UTC (4+ messages)
` [PATCH v4 1/2] splice: add splice(2) helpers
` [PATCH v4 2/2] test/splice: add basic splice tests
[PATCH v3 0/3] async punting improvements for io_uring
2020-02-24 15:57 UTC (10+ messages)
` [PATCH v3 1/3] io_uring: don't call work.func from sync ctx
` [PATCH v3 2/3] io_uring: don't do full *prep_worker() from io-wq
` [PATCH v3 3/3] io_uring: remove req->in_async
Buffered IO async context overhead
2020-02-24 15:22 UTC (6+ messages)
[PATCH] io_uring: fix personality idr leak
2020-02-24 10:16 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox