messages from 2019-12-21 16:38:32 to 2020-01-22 00:06:18 UTC [more...]
[POC RFC 0/3] splice(2) support for io_uring
2020-01-22 0:05 UTC (3+ messages)
` [PATCH 1/3] splice: make do_splice public
` [PATCH 3/3] io_uring: add splice(2) support
Extending the functionality of some SQE OPs
2020-01-21 20:55 UTC (4+ messages)
[PATCH] io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
2020-01-20 23:54 UTC (7+ messages)
[PATCHSET v2 0/6] io_uring: add support for open/close
2020-01-20 13:04 UTC (36+ messages)
` [PATCH 1/6] fs: add namei support for doing a non-blocking path lookup
` [PATCH 2/6] fs: make build_open_flags() available internally
` [PATCH 3/6] io_uring: add support for IORING_OP_OPENAT
` [PATCH 4/6] fs: move filp_close() outside of __close_fd_get_file()
` [PATCH 5/6] io-wq: add support for uncancellable work
` [PATCH 6/6] io_uring: add support for IORING_OP_CLOSE
[PATCH 1/2] io_uring: remove REQ_F_IO_DRAINED
2020-01-19 17:36 UTC (15+ messages)
` [PATCH 2/2] io_uring: optimise sqe-to-req flags translation
` [PATCH 0/2] optimise sqe-to-req flags
` [PATCH v2] io_uring: optimise sqe-to-req flags translation
` [PATCH v3 1/1] "
[PATCH] io_uring: use labeled array init in io_op_defs
2020-01-18 20:46 UTC (2+ messages)
[BUG] io_uring
2020-01-17 22:52 UTC (2+ messages)
[RFC] io-uring madvise
2020-01-17 21:16 UTC (2+ messages)
[GIT PULL] io_uring fixes for 5.5-rc7
2020-01-17 20:00 UTC (2+ messages)
[PATCH v2] io_uring: add support for probing opcodes
2020-01-17 17:36 UTC (6+ messages)
[PATCH] io_uring: hide uring_fd in ctx
2020-01-17 4:47 UTC (2+ messages)
[PATCH] io_uring: remove extra check in __io_commit_cqring
2020-01-17 2:59 UTC (2+ messages)
[PATCH 1/1] io_uring: optimise use of ctx->drain_next
2020-01-17 2:59 UTC (2+ messages)
Questions regarding IORING_OP_SENDMSG
2020-01-17 0:20 UTC (2+ messages)
[PATCH] io_uring: add support for probing opcodes
2020-01-16 22:36 UTC (3+ messages)
[PATCH] io_uring: wakeup threads waiting for EPOLLOUT events
2020-01-16 17:03 UTC (7+ messages)
[PATCH] io_uring: be consistent in assigning next work from handler
2020-01-15 5:12 UTC
[PATCH] io-wq: cancel work if we fail getting a mm reference
2020-01-15 5:11 UTC
[PATCH] fio: Use fixed opcodes for pre-mapped buffers
2020-01-14 21:27 UTC (2+ messages)
[PATCH] io_uring: don't setup async context for read/write fixed
2020-01-14 2:27 UTC
[PATCHSET 0/3] io_uring: add support for madvise/fadvise
2020-01-13 16:58 UTC (8+ messages)
` [PATCH 1/3] io_uring: add IORING_OP_FADVISE
` [PATCH 2/3] mm: make do_madvise() available internally
` [PATCH 3/3] io_uring: add IORING_OP_MADVISE
Investment opportunity
2020-01-12 3:08 UTC
Feature: zero-copy splice API/opcode
2020-01-12 21:21 UTC (2+ messages)
[GIT PULL] io_uring fix for 5.5-rc
2020-01-10 20:36 UTC (5+ messages)
[RFC] Check if file_data is initialized
2020-01-09 16:19 UTC (10+ messages)
Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
2020-01-09 15:46 UTC
io_uring and spurious wake-ups from eventfd
2020-01-09 15:14 UTC (11+ messages)
[RFC PATCH] io_uring: add support for IORING_OP_IOCTL
2020-01-08 13:26 UTC (5+ messages)
io_uring and TRIM?
2020-01-07 22:28 UTC (2+ messages)
[PATCH] io_uring: remove punt of short reads to async context
2020-01-07 20:12 UTC
[PATCH -next] io_uring: Remove unnecessary null check
2020-01-07 17:03 UTC (2+ messages)
Crash with fio io_uring polled mode test
2020-01-07 2:28 UTC
SQPOLL behaviour with openat
2020-01-04 17:41 UTC (4+ messages)
[PATCH 0/4] a bunch of changes for submmission path
2019-12-30 22:24 UTC (6+ messages)
` [PATCH 1/4] io_uring: clamp to_submit in io_submit_sqes()
` [PATCH 2/4] io_uring: optimise head checks in io_get_sqring()
` [PATCH 3/4] io_uring: optimise commit_sqring() for common case
` [PATCH 4/4] io_uring: remove extra io_wq_current_is_worker()
[PATCH v2 0/3] optimise ctx's refs grabbing in io_uring
2019-12-30 18:45 UTC (19+ messages)
` [PATCH RFC v2 3/3] io_uring: batch get(ctx->ref) across submits
` [PATCH v3 0/2] optimise ctx's refs grabbing in io_uring
` [PATCH v3 1/2] pcpu_ref: add percpu_ref_tryget_many()
` [PATCH v3 2/2] io_uring: batch getting pcpu references
` [PATCH v4 0/2] optimise ctx's refs grabbing in io_uring
` [PATCH v4 1/2] pcpu_ref: add percpu_ref_tryget_many()
` [PATCH v4 2/2] io_uring: batch getting pcpu references
WARNING: ODEBUG bug in io_sqe_files_unregister
2019-12-28 21:53 UTC (3+ messages)
[PATCHSET 0/9] cleanups, improvements, additions
2019-12-28 19:21 UTC (10+ messages)
` [PATCH 1/9] io_uring: remove two unnecessary function declarations
` [PATCH 2/9] io_uring: add lookup table for various opcode needs
` [PATCH 3/9] io_uring: split overflow state into SQ and CQ side
` [PATCH 4/9] io_uring: improve poll completion performance
` [PATCH 5/9] io_uring: add non-vectored read/write commands
` [PATCH 6/9] io_uring: allow use of offset == -1 to mean file position
` [PATCH 7/9] io_uring: add IORING_OP_FADVISE
` [PATCH 8/9] mm: make do_madvise() available internally
` [PATCH 9/9] io_uring: add IORING_OP_MADVISE
[PATCHSET 0/2] Extend io_uring batch freeing
2019-12-28 19:18 UTC (3+ messages)
` [PATCH 1/2] io_uring: wrap multi-req freeing in struct req_batch
` [PATCH 2/2] io_uring: extend batch freeing to cover more cases
[PATCHSET 0/10] io_uring items for 5.6
2019-12-28 19:03 UTC (7+ messages)
` [PATCH 03/10] fs: add namei support for doing a non-blocking path lookup
general protection fault in __io_uring_register
2019-12-27 7:13 UTC
[GIT PULL] io_uring fixes for 5.5-rc4
2019-12-26 18:21 UTC
KASAN: use-after-free Read in io_wq_flush (2)
2019-12-24 16:15 UTC
[RFC PATCH] io-wq: kill cpu hog worker
2019-12-24 16:13 UTC (2+ messages)
[PATCHSET] Cleanup io_uring sqe handling
2019-12-24 4:04 UTC (2+ messages)
[RFC PATCH] io-wq: cut busy list off io_wqe
2019-12-23 15:24 UTC
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