io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-19 14:58:31 to 2020-06-30 14:45:51 UTC [more...]

[PATCH] io_uring: clean up io_kill_linked_timeout() locking
 2020-06-30 14:45 UTC 

[PATCH 0/8] iopoll and task_work fixes
 2020-06-30 14:38 UTC  (13+ messages)
` [PATCH 1/8] io_uring: fix io_fail_links() locking
` [PATCH 2/8] io_uring: fix commit_cqring() locking in iopoll
` [PATCH 3/8] io_uring: fix ignoring eventfd "
` [PATCH 4/8] io_uring: fix missing ->mm on exit
` [PATCH 5/8] io_uring: don't fail iopoll requeue without ->mm
` [PATCH 6/8] io_uring: fix NULL mm in io_poll_task_func()
` [PATCH 7/8] io_uring: simplify io_async_task_func()
` [PATCH 8/8] io_uring: optimise io_req_find_next() fast check

[PATCH] io_uring: fix req cannot arm poll after polled
 2020-06-30 14:02 UTC  (3+ messages)

[PATCH v2 0/2] zone-append support in io-uring and aio
 2020-06-30 12:46 UTC  (20+ messages)
    ` [PATCH v2 1/2] fs,block: Introduce RWF_ZONE_APPEND and handling in direct IO path
    ` [PATCH v2 2/2] io_uring: add support for zone-append

[PATCH 0/4] iopoll fixes + cleanups
 2020-06-30  4:01 UTC  (11+ messages)
` [PATCH 1/4] io_uring: fix hanging iopoll in case of -EAGAIN
` [PATCH 2/4] io_uring: handle EAGAIN iopoll
` [PATCH 3/4] io-wq: compact io-wq flags numbers
` [PATCH 4/4] io-wq: return next work from ->do_work() directly

[PATCH 0/5] cleanup for req_free/find_next
 2020-06-29 10:13 UTC  (6+ messages)
` [PATCH 1/5] io_uring: deduplicate freeing linked timeouts
` [PATCH 2/5] io_uring: replace find_next() out param with ret
` [PATCH 3/5] io_uring: kill REQ_F_TIMEOUT
` [PATCH 4/5] io_uring: kill REQ_F_TIMEOUT_NOSEQ
` [PATCH 5/5] io_uring: fix use after free

[PATCH v2] io_uring: fix missing wake_up io_rw_reissue()
 2020-06-29 13:43 UTC  (2+ messages)

[PATCH 0/5] "task_work for links" fixes
 2020-06-29 16:37 UTC  (12+ messages)
` [PATCH 1/5] io_uring: fix punting req w/o grabbed env
` [PATCH 2/5] io_uring: fix feeding io-wq with uninit reqs
` [PATCH 3/5] io_uring: don't mark link's head for_async
` [PATCH 4/5] io_uring: fix missing io_grab_files()
` [PATCH 5/5] io_ring: fix req->work corruption

[PATCH for-5.9 0/4] moving grab_env() later before punt
 2020-06-29 16:56 UTC  (6+ messages)
` [PATCH 1/4] io_uring: don't pass def into io_req_work_grab_env
` [PATCH 2/4] io_uring: do init work in grab_env()
` [PATCH 3/4] io_uring: factor out grab_env() from defer_prep()
` [PATCH 4/4] io_uring: do grab_env() just before punting

[PATCH liburing 0/7] C++ and Travis patches
 2020-06-28 20:04 UTC  (9+ messages)
` [PATCH liburing 1/7] src/Makefile: Only specify -shared at link time
` [PATCH liburing 2/7] src/include/liburing/barrier.h: Restore clang compatibility
` [PATCH liburing 3/7] Make the liburing header files again compatible with C++
` [PATCH liburing 4/7] Add a C++ unit test
` [PATCH liburing 5/7] configure: Use $CC and $CXX as default compilers if set
` [PATCH liburing 6/7] .travis.yml: Change the language from C to C++
` [PATCH liburing 7/7] .travis.yml: Run tests as root and ignore test results

WARNING in percpu_ref_exit (2)
 2020-06-28 15:48 UTC  (2+ messages)

[PATCH 00/10] some fixing + refactoring batch-free
 2020-06-28 14:48 UTC  (14+ messages)
` [PATCH 01/10] io_uring: fix refs underflow in io_iopoll_queue()
` [PATCH 02/10] io_uring: remove inflight batching in free_many()
` [PATCH 03/10] io_uring: dismantle req early and remove need_iter
` [PATCH 04/10] io_uring: batch-free linked reqs as well
` [PATCH 05/10] io_uring: cosmetic changes for batch free
` [PATCH 06/10] io_uring: kill REQ_F_LINK_NEXT
` [PATCH 07/10] io_uring: clean up req->result setting by rw
` [PATCH 08/10] io_uring: fix missing wake_up io_rw_reissue()
` [PATCH 09/10] io_uring: do task_work_run() during iopoll
` [PATCH 10/10] io_uring: fix iopoll -EAGAIN handling

[RFC PATCH] Fix usage of stdatomic.h for C++ compilers
 2020-06-28 13:35 UTC  (7+ messages)

[GIT PULL] io_uring fixes for 5.8-rc3
 2020-06-27 16:05 UTC  (2+ messages)

[PATCH] io_uring: use task_work for links if possible
 2020-06-27 10:57 UTC  (9+ messages)

[PATCH] io_uring: fix function args for !CONFIG_NET
 2020-06-27  1:46 UTC  (2+ messages)

sendto(), recvfrom()
 2020-06-26 21:23 UTC  (4+ messages)

[PATCH for-5.9 0/2] clean io_wq->do_work()
 2020-06-25 21:44 UTC  (4+ messages)
` [PATCH 1/2] io-wq: compact io-wq flags numbers
` [PATCH 2/2] io-wq: return next work from ->do_work() directly

[PATCH 5.9] io_uring: fix NULL-mm for linked reqs
 2020-06-25 13:24 UTC  (2+ messages)

[PATCH for-5.8 0/2] iopoll fixes pt.1
 2020-06-25 13:21 UTC  (4+ messages)
` [PATCH 1/2] io_uring: fix hanging iopoll in case of -EAGAIN
` [PATCH 2/2] io_uring: fix current->mm NULL dereference on exit

[PATCH 0/3] iopoll fixes
 2020-06-24 19:46 UTC  (6+ messages)
` [PATCH 1/3] io_uring: fix hanging iopoll in case of -EAGAIN
` [PATCH 2/3] io_uring: fix current->mm NULL dereference on exit
` [PATCH 3/3] io_uring: fix NULL-mm for linked reqs

(no subject)
 2020-06-24 16:44 UTC  (18+ messages)
` [PATCH 04/15] io_uring: re-issue block requests that failed because of resources
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 15/15] io_uring: support true async buffered reads, if file provides it

[PATCH v2] io_uring: fix io_sq_thread no schedule when busy
 2020-06-23 17:54 UTC  (2+ messages)

[PATCHSET 0/5] Allow batching of inline completions
 2020-06-23 15:16 UTC  (6+ messages)
` [PATCH 1/5] io_uring: provide generic io_req_complete() helper
` [PATCH 2/5] io_uring: add 'io_comp_state' to struct io_submit_state
` [PATCH 3/5] io_uring: pass down completion state on the issue side
` [PATCH 4/5] io_uring: pass in completion state to appropriate issue side handlers
` [PATCH 5/5] io_uring: enable READ/WRITE to use deferred completions

[RFC] io_commit_cqring __io_cqring_fill_event take up too much cpu
 2020-06-23 14:44 UTC  (6+ messages)

[RFC 0/1] io_uring: use valid mm in io_req_work_grab_env() in SQPOLL mode
 2020-06-22 20:48 UTC  (6+ messages)
` [RFC 1/1] "

[PATCH] io_uring: fix io_sq_thread no schedule when busy
 2020-06-22 14:43 UTC  (2+ messages)

[PATCH 0/4] small random patches
 2020-06-22  3:06 UTC  (6+ messages)
` [PATCH 1/4] io_uring: remove setting REQ_F_MUST_PUNT in rw
` [PATCH 2/4] io_uring: remove REQ_F_MUST_PUNT
` [PATCH 3/4] io_uring: set @poll->file after @poll init
` [PATCH 4/4] io_uring: kill NULL checks for submit state

[PATCH liburing 0/3] Three small liburing patches
 2020-06-22  2:50 UTC  (5+ messages)
` [PATCH liburing 1/3] Makefiles: Enable -Wextra
` [PATCH liburing 2/3] src/include/liburing/barrier.h: Use C11 atomics
` [PATCH liburing 3/3] Convert __io_uring_get_sqe() from a macro into an inline function

[PATCH v2 0/2] Fix hang in io_uring_get_cqe() with iopoll
 2020-06-21 19:54 UTC  (5+ messages)
` [PATCH v2 1/2] barriers: add load relaxed
` [PATCH v2 2/2] Fix hang in io_uring_get_cqe() with iopoll

[PATCH 0/3] zone-append support in aio and io-uring
 2020-06-21 18:55 UTC  (18+ messages)
  ` [PATCH 3/3] io_uring: add support for zone-append

[PATCH liburing] Fix hang in in io_uring_get_cqe() with iopoll
 2020-06-21 15:30 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.8-rc2
 2020-06-19 20:25 UTC  (2+ 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).