public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-01-31 21:48:17 to 2021-02-10 00:20:44 UTC [more...]

[PATCH RFC 00/17] playing around req alloc
 2021-02-10  0:03 UTC  (16+ messages)
` [PATCH 01/17] io_uring: replace force_nonblock with flags
` [PATCH 02/17] io_uring: make op handlers always take issue flags
` [PATCH 03/17] io_uring: don't propagate io_comp_state
` [PATCH 04/17] io_uring: don't keep submit_state on stack
` [PATCH 05/17] io_uring: remove ctx from comp_state
` [PATCH 06/17] io_uring: don't reinit submit state every time
` [PATCH 07/17] io_uring: replace list with array for compl batch
` [PATCH 08/17] io_uring: submit-completion free batching
` [PATCH 09/17] io_uring: remove fallback_req
` [PATCH 10/17] io_uring: count ctx refs separately from reqs
` [PATCH 11/17] io_uring: persistent req cache
` [PATCH 12/17] io_uring: feed reqs back into alloc cache
` [PATCH 13/17] io_uring: use persistent request cache
` [PATCH 14/17] io_uring: provide FIFO ordering for task_work
` [PATCH 15/17] io_uring: enable req cache for task_work items

[PATCH v2] io_uring: fix possible deadlock in io_uring_poll
 2021-02-09 23:30 UTC  (4+ messages)
` [PATCH v3] "

[PATCHSET 0/3] req alloc and task_work speedups
 2021-02-09 19:04 UTC  (4+ messages)
` [PATCH 1/3] io_ring: use persistent request cache
` [PATCH 2/3] io_uring: provide FIFO ordering for task_work
` [PATCH 3/3] io_uring: enable req cache for task_work items

[PATCH] fs/io_uring.c: fix typo in comment
 2021-02-09 14:36 UTC  (2+ messages)

[PATCH v3 00/11] dm: support IO polling
 2021-02-09  8:46 UTC  (17+ messages)
` [PATCH v3 01/11] block: move definition of blk_qc_t to types.h
` [PATCH v3 02/11] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v3 03/11] block: add poll method to support bio-based IO polling
` [PATCH v3 04/11] block: add poll_capable "
` [PATCH v3 05/11] block/mq: extract one helper function polling hw queue
` [PATCH v3 06/11] block/mq: add iterator for polling hw queues
` [PATCH v3 07/11] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH v3 08/11] dm: fix iterate_device sanity check
` [PATCH v3 09/11] dm: support IO polling for bio-based dm device
` [PATCH v3 10/11] nvme/pci: don't wait for locked polling queue
` [PATCH v3 11/11] dm: fastpath of bio-based polling

[PATCH 5.12] io_uring: cancel SQPOLL reqs acress exec
 2021-02-08 15:27 UTC  (2+ messages)

[PATCH liburing 0/3] fix _io_uring_get_cqe()
 2021-02-08 15:26 UTC  (5+ messages)
` [PATCH liburing 1/3] src/queue: don't wait for less than expected
` [PATCH liburing 2/3] src/queue: clean _io_uring_get_cqe() err handling
` [PATCH liburing 3/3] src/queue: don't loop when don't enter

[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
 2021-02-08 13:35 UTC  (4+ messages)

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-07 17:16 UTC  (19+ messages)
` [PATCH 1/2] io_uring: add uring_lock as an argument to io_sqe_files_unregister()
` [PATCH 2/2] io_uring: don't hold uring_lock when calling io_run_task_work*

[GIT PULL] io_uring fixes for 5.11-rc7
 2021-02-06 22:46 UTC  (2+ messages)

[PATCH for-next 0/3] sendmsg/recvmsg cleanup
 2021-02-05 14:57 UTC  (11+ messages)
` [PATCH 1/3] io_uring: set msg_name on msg fixup
` [PATCH 2/3] io_uring: clean iov usage for recvmsg buf select
` [PATCH 3/3] io_uring: refactor sendmsg/recvmsg iov managing

bug with fastpoll accept and sqpoll + IOSQE_FIXED_FILE
 2021-02-05 14:49 UTC  (24+ messages)

Queston about io_uring_flush
 2021-02-05  9:56 UTC  (4+ messages)

[PATCH] io_uring: don't modify identity's files uncess identity is cowed
 2021-02-05  1:34 UTC  (5+ messages)

[PATCH] io_uring: drop mm/files between task_work_submit
 2021-02-04 19:43 UTC  (2+ messages)

[PATCH] io_uring: fix possible deadlock in io_uring_poll
 2021-02-04 16:54 UTC  (6+ messages)

[PATCH v2 5.12 00/13] a second pack of 5.12 cleanups
 2021-02-04 15:07 UTC  (18+ messages)
` [PATCH v2 01/13] io_uring: deduplicate core cancellations sequence
` [PATCH v2 02/13] io_uring: refactor scheduling in io_cqring_wait
` [PATCH v2 03/13] io_uring: refactor io_cqring_wait
` [PATCH v2 04/13] io_uring: refactor io_read for unsupported nowait
` [PATCH v2 05/13] io_uring: further simplify do_read error parsing
` [PATCH v2 06/13] io_uring: let io_setup_async_rw take care of iovec
` [PATCH v2 07/13] io_uring: don't forget to adjust io_size
` [PATCH v2 08/13] io_uring: inline io_read()'s iovec freeing
` [PATCH v2 09/13] io_uring: highlight read-retry loop
` [PATCH v2 10/13] io_uring: treat NONBLOCK and RWF_NOWAIT similarly
` [PATCH v2 11/13] io_uring: io_import_iovec return type cleanup
` [PATCH v2 12/13] io_uring: deduplicate file table slot calculation
` [PATCH v2 13/13] io_uring/io-wq: return 2-step work swap scheme

[PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
 2021-02-04 15:04 UTC  (8+ messages)

[PATCH 0/8] a second pack of 5.12 cleanups
 2021-02-04 13:52 UTC  (10+ messages)
` [PATCH 1/8] io_uring: deduplicate core cancellations sequence
` [PATCH 2/8] io_uring: refactor scheduling in io_cqring_wait
` [PATCH 3/8] io_uring: refactor io_cqring_wait
` [PATCH 4/8] io_uring: refactor io_read for unsupported nowait
` [PATCH 5/8] io_uring: further simplify do_read error parsing
` [PATCH 6/8] io_uring: let io_setup_async_rw take care of iovec
` [PATCH 7/8] io_uring: don't forget to adjust io_size
` [PATCH 8/8] io_uring: inline io_read()'s iovec freeing

[PATCH] io_uring: Add skip option for __io_sqe_files_update
 2021-02-02 20:29 UTC  (2+ messages)

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-02-02  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] fs: make do_mkdirat() take struct filename
` [PATCH v2 2/2] io_uring: add support for IORING_OP_MKDIRAT

[PATCH 0/2] io_uring: add mkdirat support
 2021-02-02  4:39 UTC  (8+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

Multiple io_uring issues with sendmsg/recvmsg on loopback interfaces
 2021-02-01 23:26 UTC  (2+ messages)

[PATCH 0/6] for-5.12 stuff
 2021-02-01 20:11 UTC  (8+ messages)
` [PATCH 1/6] io_uring: fix inconsistent lock state
` [PATCH 2/6] io_uring: kill not used needs_file_no_error
` [PATCH 3/6] io_uring: inline io_req_drop_files()
` [PATCH 4/6] io_uring: remove work flags after cleanup
` [PATCH 5/6] io_uring: deduplicate adding to REQ_F_INFLIGHT
` [PATCH 6/6] io_uring: simplify do_read return parsing

[PATCH] io_uring: Fix NULL dereference in error in io_sqe_files_register()
 2021-02-01 18:57 UTC  (3+ messages)

WARNING in io_disable_sqo_submit
 2021-02-01 15:32 UTC  (4+ messages)

[PATCH v5 0/7] Count rlimits in each user namespace
 2021-02-01 14:18 UTC  (8+ messages)
` [PATCH v5 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v5 2/7] Add a reference to ucounts for each cred
` [PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v5 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v5 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v5 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v5 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

inconsistent lock state in io_dismantle_req
 2021-02-01 11:14 UTC  (2+ messages)

tcp short writes / write ordering / etc
 2021-02-01 10:56 UTC  (2+ messages)

[PATCH v2] io_uring: Optimize and improve SQ tail and CQ head handling
 2021-01-31 22:20 UTC 

[PATCH v3] io_uring: check kthread parked flag before sqthread goes to sleep
 2021-01-31 21:46 UTC 


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