io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-15 09:48:58 to 2020-07-29 09:55:03 UTC [more...]

[PATCH] io_uring: add timeout support for io_uring_enter()
 2020-07-29  9:54 UTC 

[PATCH 0/4] fsstress,fsx: add io_uring test and do some fix
 2020-07-28 18:23 UTC  (5+ messages)
` [PATCH 1/4] fsstress: add IO_URING read and write operations
` [PATCH 2/4] fsstress: reduce the number of events when io_setup
` [PATCH 3/4] fsstress: fix memory leak in do_aio_rw
` [PATCH 4/4] fsx: add IO_URING test

[PATCH liburing] test: generate binaries in test/bin/
 2020-07-28 16:38 UTC 

[PATCH liburing] .gitignore: add test/nop-all-sizes
 2020-07-28 16:07 UTC  (2+ messages)

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

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-07-28  7:26 UTC  (17+ messages)
    ` [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
    ` [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
    ` [PATCH v4 3/6] uio: return status with iov truncation
    ` [PATCH v4 4/6] block: add zone append handling for direct I/O path
    ` [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
    ` [PATCH v4 6/6] io_uring: add support for zone-append

[PATCH AUTOSEL 5.7 07/25] io_uring: always allow drain/link/hardlink/async sqe flags
 2020-07-27 23:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 21/25] io_uring: missed req_init_async() for IOSQE_ASYNC

[RFC 0/2] 3 cacheline io_kiocb
 2020-07-25 20:25 UTC  (8+ messages)
` [PATCH 1/2] io_uring: allocate req->work dynamically
` [PATCH 2/2] io_uring: unionise ->apoll and ->work

[PATCH 0/4] 5.9 fixes
 2020-07-25 15:48 UTC  (6+ messages)
` [PATCH 1/4] io_uring: mark ->work uninitialised after cleanup
` [PATCH 2/4] io_uring: fix missing io_queue_linked_timeout()
` [PATCH 3/4] io-wq: update hash bits
` [PATCH 4/4] io_uring: fix racy req->flags modification

[GIT PULL] io_uring fixes for 5.8-rc7
 2020-07-24 21:40 UTC  (2+ messages)

[PATCH 0/2] two 5.8 fixes
 2020-07-24 19:23 UTC  (5+ messages)
` [PATCH 1/2] io_uring: fix ->work corruption with poll_add
` [PATCH 2/2] io_uring: fix lockup in io_fail_links()

[RFC][BUG] io_uring: fix work corruption for poll_add
 2020-07-24 14:23 UTC  (10+ messages)

strace of io_uring events?
 2020-07-24  7:25 UTC  (29+ messages)

[PATCH 0/2] prep and grab_files cleanup
 2020-07-23 18:24 UTC  (4+ messages)
` [PATCH 1/2] io_uring: don't do opcode prep twice
` [PATCH 2/2] io_uring: deduplicate io_grab_files() calls

[PATCH 5.8] io_uring: missed req_init_async() for IOSQE_ASYNC
 2020-07-23 18:07 UTC  (2+ messages)

[PATCH] io_uring: clear IORING_SQ_NEED_WAKEUP after executing task works
 2020-07-23 16:03 UTC  (2+ messages)

[PATCH -next] io_uring: Remove redundant NULL check
 2020-07-23  3:25 UTC  (2+ messages)

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

io_uring vs in_compat_syscall()
 2020-07-22  8:39 UTC  (11+ messages)

[PATCH v3 4/4] io_uring: add support for zone-append
 2020-07-21  2:19 UTC  (27+ messages)

[PATCH 0/2] task_put batching
 2020-07-20 16:42 UTC  (12+ messages)
` [PATCH 1/2] tasks: add put_task_struct_many()
` [PATCH 2/2] io_uring: batch put_task_struct()

[PATCH] io_files_update_prep shouldn't consider all the flags invalid
 2020-07-18 20:48 UTC  (8+ messages)

[PATCH 5.9 0/2] memory accounting fixes
 2020-07-18 14:37 UTC  (4+ messages)
` [PATCH 1/2] io_uring: don't miscount pinned memory
` [PATCH 2/2] io_uring: return locked and pinned page accounting

[PATCH] io_uring: ensure double poll additions work with both request types
 2020-07-17 23:14 UTC 

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

[PATCH] io_uring: fix sq array offset calculation
 2020-07-17 14:08 UTC  (9+ messages)

[PATCH 5.9 0/7] recv/rw select-buffer fortifying
 2020-07-16 21:14 UTC  (10+ messages)
` [PATCH 1/7] io_uring: indent left {send,recv}[msg]()
` [PATCH 2/7] io_uring: remove extra checks in send/recv
` [PATCH 3/7] io_uring: don't forget cflags in io_recv()
` [PATCH 4/7] io_uring: free selected-bufs if error'ed
` [PATCH 5/7] io_uring: move BUFFER_SELECT check into *recv[msg]
` [PATCH 6/7] io_uring: extract io_put_kbuf() helper
` [PATCH 7/7] io_uring: don't open-code recv kbuf managment

[PATCH] io_uring: simplify file ref tracking in subm state
 2020-07-16 21:05 UTC  (2+ messages)

io_uring_setup spuriously returning ENOMEM for one user
 2020-07-16 20:31 UTC  (4+ messages)

[WIP PATCH] io_uring: Support opening a file into the fixed-file table
 2020-07-15 21:04 UTC  (2+ messages)

[WIP PATCH] io_uring: Support opening a file into the fixed-file table
 2020-07-15 20:54 UTC  (5+ messages)

[PATCH 5.8] io_uring: fix recvmsg selected buf leak
 2020-07-15 19:36 UTC  (2+ messages)

[PATCH 0/3] fsstress: add io_uring test and do some fix
 2020-07-15 16:07 UTC  (4+ messages)
` [PATCH 1/3] fsstress: add IO_URING read and write operations
` [PATCH 2/3] fsstress: reduce the number of events when io_setup
` [PATCH 3/3] fsstress: fix memory leak in do_aio_rw

[PATCH 0/4] quick unrelated cleanups
 2020-07-15 15:44 UTC  (4+ messages)
` [PATCH 3/4] io_uring: alloc ->io in io_req_defer_prep()
` [PATCH 4/4] io_uring/io-wq: move RLIMIT_FSIZE to io-wq

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-15 11:17 UTC  (8+ 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).