io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-06 12:55:52 to 2020-12-17 13:43:59 UTC [more...]

"Cannot allocate memory" on ring creation (not RLIMIT_MEMLOCK)
 2020-12-17 13:43 UTC  (7+ messages)

[PATCH 0/5] fixes around request overflows
 2020-12-17  2:38 UTC  (8+ messages)
` [PATCH 1/5] io_uring: cancel reqs shouldn't kill overflow list
` [PATCH 2/5] io_uring: remove racy overflow list fast checks
` [PATCH 3/5] io_uring: consolidate CQ nr events calculation
` [PATCH 4/5] io_uring: inline io_cqring_mark_overflow()
` [PATCH 5/5] io_uring: limit {io|sq}poll submit locking scope

[PATCH net-next v4] udp:allow UDP cmsghdrs through io_uring
 2020-12-16 23:29 UTC  (4+ messages)

[PATCH net-next v5] udp:allow UDP cmsghdrs through io_uring
 2020-12-16 22:57 UTC  (2+ messages)

WARNING in percpu_ref_kill_and_confirm (2)
 2020-12-16 22:33 UTC  (3+ messages)

[GIT PULL] io_uring changes for 5.11-rc
 2020-12-16 21:18 UTC  (3+ messages)

[PATCH v2 00/13] io_uring: buffer registration enhancements
 2020-12-16 15:34 UTC  (24+ messages)
` [PATCH v2 01/13] io_uring: modularize io_sqe_buffer_register
` [PATCH v2 02/13] io_uring: modularize io_sqe_buffers_register
` [PATCH v2 03/13] io_uring: generalize fixed file functionality
` [PATCH v2 04/13] io_uring: rename fixed_file variables to fixed_rsrc
` [PATCH v2 05/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v2 06/13] io_uring: generalize fixed_file_ref_node functionality
` [PATCH v2 07/13] io_uring: add rsrc_ref locking routines
` [PATCH v2 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v2 09/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v2 10/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v2 11/13] io_uring: support buffer registration updates
` [PATCH v2 12/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v2 13/13] io_uring: support buffer registration sharing

[PATCH 0/2] io_uring: add mkdirat support
 2020-12-16  6:05 UTC  (5+ messages)

Lockdep warning on io_file_data_ref_zero() with 5.10-rc5
 2020-12-15 16:18 UTC  (5+ messages)

[PATCH v1 0/6] no-copy bvec
 2020-12-15 14:05 UTC  (24+ messages)
` [PATCH v1 1/6] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[PATCH] io_uring: hold uring_lock to complete faild polled io in io_wq_submit_work()
 2020-12-15 11:08 UTC  (4+ messages)

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-15  9:43 UTC  (12+ messages)

[PATCH liburing] test: use a map to define test files / devices we need
 2020-12-15  2:44 UTC  (2+ messages)

[PATCH 0/5] liburing: buffer registration enhancements
 2020-12-14 21:09 UTC  (6+ messages)
` [PATCH 1/5] liburing: support buffer registration updates
` [PATCH 2/5] liburing: support buffer registration sharing
` [PATCH 3/5] test/buffer-register: add buffer registration test
` [PATCH 4/5] test/buffer-update: add buffer registration update test
` [PATCH 5/5] test/buffer-share: add buffer registration sharing test

[PATCH v3] Allow UDP cmsghdrs through io_uring
 2020-12-14  2:22 UTC  (3+ messages)

[RFC 0/2] nocopy bvec for direct IO
 2020-12-13 22:09 UTC  (26+ messages)
` [PATCH 1/2] iov: introduce ITER_BVEC_FLAG_FIXED
` [PATCH 2/2] block: no-copy bvec for direct IO

[PATCH v2] Allow UDP cmsghdrs through io_uring
 2020-12-13 20:35 UTC  (3+ messages)
` [PATCH] allow "

[PATCH 0/3] PROTO_CMSG_DATA_ONLY for Datagram (UDP)
 2020-12-13 19:59 UTC  (9+ messages)

[GIT PULL] io_uring fixes for 5.10 final
 2020-12-12 19:01 UTC  (2+ messages)

[PATCH liburing v2] test/timeout-new: test for timeout feature
 2020-12-12 18:11 UTC  (4+ messages)
  ` [PATCH liburing v2 RESEND] "

[PATCH 3/3] add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops
 2020-12-12 15:31 UTC 

[PATCH 2/3] add PROTO_CMSG_DATA_ONLY to inet_dgram_ops
 2020-12-12 15:31 UTC 

[PATCH 1/3] add PROTO_CMSG_DATA_ONLY to __sys_sendmsg_sock
 2020-12-12 15:31 UTC 

[PATCH] io_uring: always let io_iopoll_complete() complete polled io
 2020-12-11 18:20 UTC  (5+ messages)

INFO: task hung in linkwatch_event (2)
 2020-12-11  2:25 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.10-rc
 2020-12-10 19:21 UTC  (11+ messages)
              ` namei.c LOOKUP_NONBLOCK (was "Re: [GIT PULL] io_uring fixes for 5.10-rc")

[PATCH 5.10 0/5] iopoll fixes
 2020-12-10 17:38 UTC  (17+ messages)
` [PATCH 5.10 1/5] io_uring: always let io_iopoll_complete() complete polled io
` [PATCH 5.10 2/5] io_uring: fix racy IOPOLL completions
` [PATCH 5.10 3/5] io_uring: fix racy IOPOLL flush overflow
` [PATCH 5.10 4/5] io_uring: fix io_cqring_events()'s noflush
` [PATCH 5.10 5/5] io_uring: fix mis-seting personality's creds

[PATCH 0/8] io_uring: buffer registration enhancements
 2020-12-09  0:42 UTC  (4+ messages)
` [PATCH 6/8] io_uring: support buffer registration updates

[PATCH liburing] rem_buf/test: inital testing for OP_REMOVE_BUFFERS
 2020-12-09  0:24 UTC  (4+ messages)

[PATCH liburing] timeout/test: clear state for timeout updates
 2020-12-08 22:44 UTC  (2+ messages)

[PATCH] io_uring: fix file leak on creating io ctx
 2020-12-08 15:50 UTC  (4+ messages)

Zero-copy irq-driven data
 2020-12-07 23:55 UTC  (4+ messages)

[PATCH liburing 0/3] test reg buffers more
 2020-12-07 15:49 UTC  (5+ messages)
` [PATCH liburing 1/3] test/rw: name flags for clearness
` [PATCH liburing 2/3] test/rw: remove not used mixed_fixed flag
` [PATCH liburing 3/3] test/rw: test reg bufs with non-align sizes/offset

[PATCH liburing 5.11] man/io_uring_enter.2: describe timeout updates
 2020-12-07 15:49 UTC  (2+ messages)

[PATCH liburing] Don't enter the kernel to wait on cqes if they are already available
 2020-12-07 15:41 UTC  (2+ messages)

memory leak in prepare_creds
 2020-12-06 13:31 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).