io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 14:45:51 to 2020-07-10 15:32:52 UTC [more...]

[PATCH RFC 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-07-10 15:33 UTC  (5+ 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

[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

[GIT PULL] io_uring fix for 5.8-rc4
 2020-07-05 18:00 UTC  (2+ messages)

signals not reliably interrupting io_uring_enter anymore
 2020-07-04 19:45 UTC  (10+ messages)

Keep getting the same buffer ID when RECV with IOSQE_BUFFER_SELECT
 2020-07-04 14:26 UTC  (7+ messages)

[PATCH 0/3] bunch of fixes
 2020-07-03 19:46 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix mis-refcounting linked timeouts
` [PATCH 2/3] io_uring: keep queue_sqe()'s fail path separately
` [PATCH 3/3] io_uring: fix lost cqe->flags

[PATCHSET 5.9 0/2] io_uring task_work cleanups
 2020-07-02 23:06 UTC  (3+ messages)
` [PATCH 1/2] io_uring: abstract out task work running
` [PATCH 2/2] io_uring: use new io_req_task_work_add() helper throughout

0.7 liburing release
 2020-07-02 23:03 UTC 

[GIT PULL] io_uring fixes for 5.8-rc4
 2020-07-02 22:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 39/53] io_uring: fix io_sq_thread no schedule when busy
 2020-07-02  1:21 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 49/53] io_uring: fix current->mm NULL dereference on exit

[PATCH] io_uring: fix req cannot arm poll after polled
 2020-07-01 12:47 UTC  (2+ messages)

[PATCHSET 0/2] Use signal based task_work running
 2020-06-30 18:45 UTC  (3+ messages)
` [PATCH 1/2] task_work: teach task_work_add() to do signal_wake_up()
` [PATCH 2/2] io_uring: use signal based task_work running

[PATCH 0/8] iopoll and task_work fixes
 2020-06-30 15:33 UTC  (10+ messages)
` [PATCH 1/8] io_uring: fix io_fail_links() locking
` [PATCH 2/8] io_uring: fix commit_cqring() locking in iopoll

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


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