io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-05 18:52:23 to 2020-07-13 09:24:43 UTC [more...]

[PATCH RFC 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-07-13  9:24 UTC  (9+ messages)
` [PATCH RFC 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH RFC 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH RFC 3/3] io_uring: allow disabling rings during the creation

[RFC 0/9] scrap 24 bytes from io_kiocb
 2020-07-13  8:17 UTC  (15+ messages)
` [PATCH 1/9] io_uring: share completion list w/ per-op space
` [PATCH 2/9] io_uring: rename ctx->poll into ctx->iopoll
` [PATCH 3/9] io_uring: use inflight_entry list for iopolling
` [PATCH 4/9] io_uring: use competion list for CQ overflow
` [PATCH 5/9] io_uring: add req->timeout.list
` [PATCH 6/9] io_uring: remove init for unused list
` [PATCH 7/9] io_uring: kill rq->list and allocate it on demand
` [PATCH 8/9] io_uring: remove sequence from io_kiocb
` [PATCH 9/9] io_uring: place cflags into completion data

[PATCH 5.9] io_uring: replace rw->task_work with rq->task_work
 2020-07-13  8:03 UTC  (3+ messages)

[PATCH 5.9 0/3] send/recv msghdr init cleanups
 2020-07-12 20:26 UTC  (5+ messages)
` [PATCH 1/3] io_uring: rename sr->msg into umsg
` [PATCH 2/3] io_uring: use more specific type in rcv/snd msg cp
` [PATCH 3/3] io_uring: extract io_sendmsg_copy_hdr()

[GIT PULL] io_uring fixes for 5.8-rc5
 2020-07-12 19:30 UTC  (2+ messages)

[PATCH 5.8] io_uring: fix not initialised work->flags
 2020-07-12 15:41 UTC  (2+ messages)

[PATCH 5.8] io_uring: fix missing msg_name assignment
 2020-07-12 15:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] io_uring: fix sq array offset calculation
 2020-07-11 16:16 UTC  (10+ messages)

[GIT PULL] io_uring fixes for 5.8-rc5
 2020-07-10 17:05 UTC  (2+ messages)

[PATCH] io_uring: account user memory freed when exit has been queued
 2020-07-10 15:16 UTC 

[PATCH] test/statx: verify against statx(2) on all archs
 2020-07-10 14:27 UTC  (4+ messages)

[PATCH] test/statx: test for ENOSYS in statx_syscall_supported
 2020-07-10 14:27 UTC 

[PATCH v3 0/4] zone-append support in io-uring and aio
 2020-07-10 14:11 UTC  (52+ messages)
  ` [PATCH v3 1/4] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
  ` [PATCH v3 2/4] block: add zone append handling for direct I/O path
  ` [PATCH v3 3/4] block: enable zone-append for iov_iter of bvec type
  ` [PATCH v3 4/4] io_uring: add support for zone-append

[PATCH] io_uring: fix memleak in io_sqe_files_register()
 2020-07-10 14:14 UTC  (2+ messages)

[PATCH] io_uring: remove dead 'ctx' argument and move forward declaration
 2020-07-09 21:09 UTC 

[PATCH] io_uring: get rid of __req_need_defer()
 2020-07-09 15:44 UTC 

[PATCH] io_uring_peek_batch_cqe should also check cq ring overflow
 2020-07-09 14:18 UTC  (2+ messages)

[PATCH 0/2] Remove kiocb ki_complete
 2020-07-09 13:59 UTC  (21+ messages)
` [PATCH 1/2] fs: Abstract calling the kiocb completion function
` [PATCH 2/2] fs: Remove kiocb->ki_complete

[PATCH] io_uring: fix a use after free in io_async_task_func()
 2020-07-09  9:47 UTC  (7+ messages)

[PATCH] io_uring: fix memleak in __io_sqe_files_update()
 2020-07-09 10:11 UTC  (2+ messages)

[LIBURING v2] Check cq ring overflow status
 2020-07-09  1:30 UTC  (2+ messages)

[PATCH v2] io_uring: export cq overflow status to userspace
 2020-07-09  1:30 UTC  (2+ messages)

[PATCH] io_uring: export cq overflow status to userspace
 2020-07-09  0:52 UTC  (18+ messages)

[PATCH] configure: fix typos in help/error messages
 2020-07-08 21:28 UTC  (2+ messages)

[PATCH] .gitignore: add new test binaries
 2020-07-08 21:19 UTC  (2+ messages)

[PATCH] io_uring: only call kfree() for a non-zero pointer
 2020-07-08 21:18 UTC 

[PATCH] io_uring: add support for sendto(2) and recvfrom(2)
 2020-07-08 13:59 UTC  (4+ messages)

[RFC 0/3] reduce CPU usage on exit for IOPOLL
 2020-07-07 19:00 UTC  (5+ messages)
` [PATCH 1/3] io_uring: partially inline io_iopoll_getevents()
` [PATCH 2/3] io_uring: remove nr_events arg from iopoll_check()
` [PATCH 3/3] io_uring: don't burn CPU for iopoll on exit

(no subject)
 2020-07-07 14:32 UTC  (13+ messages)
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 07/15] mm: add support for async page locking

[PATCH 0/5] cleanup for req_free/find_next
 2020-07-07 13:56 UTC  (8+ messages)
` [PATCH 5/5] io_uring: fix use after free

[LIBURING] Check cq ring overflow status
 2020-07-07 13:25 UTC 

[PATCH v2 0/3] iopoll improvements
 2020-07-06 15:44 UTC  (5+ messages)
` [PATCH v2 1/3] io_uring: don't delay iopoll'ed req completion
` [PATCH v2 2/3] io_uring: fix stopping iopoll'ing too early
` [PATCH v2 3/3] io_uring: briefly loose locks while reaping events

[PATCH 0/3] iopoll improvements
 2020-07-06 14:50 UTC  (8+ messages)
` [PATCH 1/3] io_uring: don't delay iopoll'ed req completion
` [PATCH 2/3] io_uring: fix stopping iopoll'ing too early
` [PATCH 3/3] io_uring: briefly loose locks while reaping events


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).