io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 15:02:17 to 2019-12-10 21:25:10 UTC [more...]

[PATCHSET 0/11] io_uring improvements/fixes for 5.5-rc
 2019-12-10 21:12 UTC  (16+ messages)
` [PATCH 01/11] io_uring: allow unbreakable links
` [PATCH 02/11] io-wq: remove worker->wait waitqueue
` [PATCH 03/11] io-wq: briefly spin for new work after finishing work
` [PATCH 04/11] io_uring: sqthread should grab ctx->uring_lock for submissions
` [PATCH 05/11] io_uring: deferred send/recvmsg should assign iov
` [PATCH 06/11] io_uring: don't dynamically allocate poll data
` [PATCH 07/11] io_uring: use atomic_t for refcounts
` [PATCH 08/11] io_uring: run next sqe inline if possible
` [PATCH 09/11] io_uring: only hash regular files for async work execution
` [PATCH 10/11] net: make socket read/write_iter() honor IOCB_NOWAIT
` [PATCH 11/11] io_uring: add sockets to list of files that support non-blocking issue

[PATCH] io_uring: avoid ring quiesce for fixed file set unregister and update
 2019-12-10 16:06 UTC 

[PATCHSET 0/4] io_uring patches for 5.5-rc
 2019-12-10 15:13 UTC  (7+ messages)
` [PATCH 1/4] io_uring: allow unbreakable links
` [PATCH 2/4] io-wq: remove worker->wait waitqueue
` [PATCH 3/4] io-wq: briefly spin for new work after finishing work
` [PATCH 4/4] io_uring: sqthread should grab ctx->uring_lock for submissions

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:04 UTC 

[GIT PULL] Block/io_uring fixes and changes for 5.5-rc1
 2019-12-06 19:25 UTC  (2+ messages)

[PATCH] fix a typo
 2019-12-05 15:00 UTC  (2+ messages)

[PATCH] io_uring: hook all linked requests via link_list
 2019-12-05 14:09 UTC  (2+ messages)

[PATCH] io_uring: fix error handling in io_queue_link_head
 2019-12-05 14:09 UTC  (2+ messages)

[bug report] io_uring: ensure async punted read/write requests copy iovec
 2019-12-05 11:08 UTC  (2+ messages)

[PATCH v2] io_uring: use hash table for poll command lookups
 2019-12-05  3:16 UTC 

[PATCH] io_uring: use hash table for poll command lookups
 2019-12-05  2:57 UTC 

[PATCH] io-wq: clear node->next on list deletion
 2019-12-05  0:26 UTC 

[PATCH] io_uring: ensure deferred timeouts copy necessary data
 2019-12-04 18:10 UTC 

[PATCH] io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUT
 2019-12-04 16:39 UTC 

kernel (or fio) bug with IOSQE_IO_DRAIN
 2019-12-04 15:43 UTC  (2+ messages)

[PATCH] io_uring: handle connect -EINPROGRESS like -EAGAIN
 2019-12-03 18:25 UTC 

[PATCH 1/2] io_uring: remove parameter ctx of io_submit_state_start
 2019-12-03  3:03 UTC  (3+ messages)
` [PATCH 2/2] io_uring: remove io_wq_current_is_worker

[PATCHSET v2 0/5] io_uring: ensure all needed read/write data is stable
 2019-12-03  2:54 UTC  (6+ messages)
` [PATCH 1/5] io_uring: add general async offload context
` [PATCH 2/5] io_uring: ensure async punted read/write requests copy iovec
` [PATCH 3/5] io_uring: ensure async punted sendmsg/recvmsg requests copy data
` [PATCH 4/5] io_uring: ensure async punted connect "
` [PATCH 5/5] io_uring: mark us with IORING_FEAT_SUBMIT_STABLE

[PATCH] io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
 2019-12-03  2:51 UTC 

[PATCH] io_uring: use current task creds instead of allocating a new one
 2019-12-03  2:50 UTC 

Kernel NULL pointer dereference when handling polled completions
 2019-12-03  0:32 UTC 

[PATCHSET 0/2] Ensure all needed read/write data is stable
 2019-12-02 22:31 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add general async offload context
` [PATCH 2/2] io_uring: ensure async punted read/write requests copy iovec

general protection fault in override_creds
 2019-12-02 15:49 UTC  (4+ messages)

[PATCH -next] io_uring: Add missing include <linux/highmem.h>
 2019-11-30  2:53 UTC  (2+ messages)

[GIT PULL] Fixes for 5.5-rc1
 2019-11-30  2:52 UTC 

[PATCH RFC] signalfd: add support for SFD_TASK
 2019-11-29 22:30 UTC  (10+ messages)

delete unneeded int-type
 2019-11-29 17:21 UTC  (4+ messages)

[PATCH 1/1] io_uring: add mapping support for NOMMU archs
 2019-11-28 17:06 UTC 

[GIT PULL] Final io_uring bits for 5.5-rc1
 2019-11-28 17:05 UTC 

INFO: trying to register non-static key in io_cqring_overflow_flush
 2019-11-28 15:29 UTC  (3+ messages)

[PATCH liburing] liburing: create an installation target for tests
 2019-11-28 15:08 UTC  (2+ messages)

[PATCH] io_uring: make poll->wait dynamically allocated
 2019-11-26 22:00 UTC 

[PATCH] io-wq: shrink io_wq_work a bit
 2019-11-26 19:02 UTC 

[PATCH] io-wq: fix handling of NUMA node IDs
 2019-11-26 18:59 UTC  (3+ messages)

[PATCH] io_uring: use kzalloc instead of kcalloc for single-element allocations
 2019-11-26 18:16 UTC  (2+ messages)

[PATCHSET 0/3] io_uring minor cleanup
 2019-11-26  4:49 UTC  (5+ messages)
` [PATCH 1/3] io_uring: store timeout's sqe->off in proper place
` [PATCH 2/3] io_uring: inline struct sqe_submit
` [PATCH 3/3] io_uring: cleanup io_import_fixed()

[PATCH] io_uring: Remove superfluous check for sqe->off in io_connect()
 2019-11-25 22:18 UTC  (2+ messages)

[PATCH] Remove superfluous check for sqe->off in io_accept()
 2019-11-25 19:42 UTC  (2+ messages)

[PATCHSET v2 0/2] io_uring: ensure we inherit task creds
 2019-11-25 16:52 UTC  (3+ messages)
` [PATCH 1/2] io-wq: have io_wq_create() take a 'data' argument
` [PATCH 2/2] io_uring: async workers should inherit the user creds

[PATCHSET 0/2] io_uring: ensure we inherit task creds
 2019-11-25 16:51 UTC  (5+ messages)
` [PATCH 1/2] io-wq: have io_wq_create() take a 'data' argument
` [PATCH] io_uring: async workers should inherit the user creds
` [PATCH 2/2] "

[PATCH v2] io_uring: introduce add/post_event_and_complete function
 2019-11-25 11:22 UTC  (2+ messages)

[PATCH v2] io_uring: fix dead-hung for non-iter fixed rw
 2019-11-25 10:46 UTC  (10+ messages)

io_uring_prep_writev
 2019-11-24 16:42 UTC  (2+ messages)

[RFC 0/2] fix in-kernel segfault
 2019-11-24 16:36 UTC  (7+ messages)
` [PATCH 1/2] io_uring: fix dead-hung for non-iter fixed rw
` [PATCH 2/2] io_uring: fix linked fixed !iter rw

[PATCH] io_uring: Fix linked fixed-read/write
 2019-11-23 22:52 UTC  (2+ messages)

[PATCHSET 0/2] io_uring: add support for connect()
 2019-11-23 21:27 UTC  (3+ messages)
` [PATCH 1/2] net: add __sys_connect_file() helper
` [PATCH 2/2] io_uring: add support for IORING_OP_CONNECT

[PATCH liburing v2] Update link_drain with new kernel method
 2019-11-22 14:24 UTC  (2+ messages)

[PATCH liburing RESEND] Update link_drain with new kernel method
 2019-11-22 10:54 UTC  (5+ messages)
` [PATCH RESEND] io_uring: a small optimization for REQ_F_DRAIN_LINK

[PATCH] io_uring: rename __io_submit_sqe()
 2019-11-22  6:11 UTC  (5+ messages)

[PATCH] io_uring: only return -EBUSY for submit on non-flushed backlog
 2019-11-22  4:04 UTC 

[RFC PATCH 0/4] cleanup io_put/free
 2019-11-21 20:21 UTC  (5+ messages)
` [PATCH 1/4] io_uring: remove io_free_req_find_next()
` [PATCH 2/4] io_uring: pass only !null to io_req_find_next()
` [PATCH 3/4] io_uring: simplify io_req_link_next()
` [PATCH 4/4] io_uring: only !null ptr to io_issue_sqe()

[PATCH] io_uring: add likely/unlikely in io_get_sqring()
 2019-11-21 18:24 UTC 

[GIT PULL] io_uring changes for 5.5-rc
 2019-11-21 17:10 UTC 

[PATCH] io_uring: improve trace_io_uring_defer() trace point
 2019-11-21 16:02 UTC 

[PATCH] io_uring: fix race with shadow drain deferrals
 2019-11-21 15:23 UTC  (19+ messages)
          ` [PATCH] io_uring: drain next sqe instead of shadowing

[PATCH] io_uring: introduce add/post event and put function
 2019-11-21 14:05 UTC  (2+ messages)

INFO: trying to register non-static key in io_cqring_ev_posted
 2019-11-21  5:56 UTC  (4+ messages)

[PATCHSET v2 0/2] io_uring: close lookup gap for dependent work
 2019-11-20 20:12 UTC  (3+ messages)
` [PATCH 1/2] io_uring: allow finding next link independent of req reference count
` [PATCH 2/2] io_uring: close lookup gap for dependent next work

[PATCHSET 0/2] io_uring: close lookup gap for dependent work
 2019-11-20 20:11 UTC  (11+ messages)
` [PATCH 1/7] io-wq: wait for io_wq_create() to setup necessary workers
` [PATCH 1/2] io_uring: allow finding next link independent of req reference count
` [PATCH 2/7] io-wq: remove extra space characters
` [PATCH 2/2] io_uring: close lookup gap for dependent next work
` [PATCH 3/7] io_uring: break links for failed defer
` [PATCH 4/7] io_uring: remove redundant check
` [PATCH 5/7] io_uring: Fix leaking linked timeouts
` [PATCH 6/7] io_uring: io_fail_links() should only consider first linked timeout
` [PATCH 7/7] io_uring: Always REQ_F_FREE_SQE for allocated sqe

[PATCHSET] Pending io_uring items not yet queued up for 5.5
 2019-11-20 18:15 UTC  (7+ messages)
` [PATCH 7/8] io_uring: fix sequencing issues with linked timeouts

[PATCH] io_uring: io_allocate_scq_urings() should return a sane state
 2019-11-20 16:28 UTC 

io_uring: io_fail_links() should only consider first linked timeout
 2019-11-20 15:06 UTC  (5+ 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).