public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-22 11:25:00 to 2022-06-28 19:42:03 UTC [more...]

[PATCH][next] io_uring: replace zero-length array with flexible-array member
 2022-06-28 19:33 UTC 

For 5.20 or 5.19? net: wire up support for file_operations->uring_cmd()
 2022-06-28 19:26 UTC  (2+ messages)

read corruption with qemu master io_uring engine / linux master / btrfs(?)
 2022-06-28 19:12 UTC  (4+ messages)

[RFC net-next v3 00/29] io_uring zerocopy send
 2022-06-28 19:03 UTC  (31+ messages)
` [RFC net-next v3 01/29] ipv4: avoid partial copy for zc
` [RFC net-next v3 02/29] ipv6: "
` [RFC net-next v3 03/29] skbuff: add SKBFL_DONT_ORPHAN flag
` [RFC net-next v3 04/29] skbuff: carry external ubuf_info in msghdr
` [RFC net-next v3 05/29] net: bvec specific path in zerocopy_sg_from_iter
` [RFC net-next v3 06/29] net: optimise bvec-based zc page referencing
` [RFC net-next v3 07/29] net: don't track pfmemalloc for managed frags
` [RFC net-next v3 08/29] skbuff: don't mix ubuf_info of different types
` [RFC net-next v3 09/29] ipv4/udp: support zc with managed data
` [RFC net-next v3 10/29] ipv6/udp: "
` [RFC net-next v3 11/29] tcp: "
` [RFC net-next v3 12/29] tcp: kill extra io_uring's uarg refcounting
` [RFC net-next v3 13/29] net: let callers provide extra ubuf_info refs
` [RFC net-next v3 14/29] io_uring: opcode independent fixed buf import
` [RFC net-next v3 15/29] io_uring: add zc notification infrastructure
` [RFC net-next v3 16/29] io_uring: cache struct io_notif
` [RFC net-next v3 17/29] io_uring: complete notifiers in tw
` [RFC net-next v3 18/29] io_uring: add notification slot registration
` [RFC net-next v3 19/29] io_uring: rename IORING_OP_FILES_UPDATE
` [RFC net-next v3 20/29] io_uring: add zc notification flush requests
` [RFC net-next v3 21/29] io_uring: wire send zc request type
` [RFC net-next v3 22/29] io_uring: account locked pages for non-fixed zc
` [RFC net-next v3 23/29] io_uring: allow to pass addr into sendzc
` [RFC net-next v3 24/29] io_uring: add rsrc referencing for notifiers
` [RFC net-next v3 25/29] io_uring: sendzc with fixed buffers
` [RFC net-next v3 26/29] io_uring: flush notifiers after sendzc
` [RFC net-next v3 27/29] io_uring: allow to override zc tag on flush
` [RFC net-next v3 28/29] io_uring: batch submission notif referencing
` [RFC net-next v3 29/29] selftests/io_uring: test zerocopy send

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

[PATCH for-next 0/8] io_uring: multishot recv
 2022-06-28 16:15 UTC  (14+ messages)
` [PATCH for-next 1/8] io_uring: allow 0 length for buffer select
` [PATCH for-next 2/8] io_uring: restore bgid in io_put_kbuf
` [PATCH for-next 3/8] io_uring: allow iov_len = 0 for recvmsg and buffer select
` [PATCH for-next 4/8] io_uring: recycle buffers on error
` [PATCH for-next 5/8] io_uring: clean up io_poll_check_events return values
` [PATCH for-next 6/8] io_uring: add IOU_STOP_MULTISHOT return code
` [PATCH for-next 7/8] io_uring: add IORING_RECV_MULTISHOT flag
` [PATCH for-next 8/8] io_uring: multishot recv

[PATCH liburing 0/4] liburing: multishot receive
 2022-06-28 16:12 UTC  (8+ messages)
` [PATCH liburing 1/4] add t_create_socket_pair
` [PATCH liburing 2/4] add IORING_RECV_MULTISHOT to io_uring.h
` [PATCH liburing 3/4] add recv-multishot test
` [PATCH liburing 4/4] add IORING_RECV_MULTISHOT docs

[PATCH V3 0/1] ublk: add io_uring based userspace block driver
 2022-06-28 16:08 UTC  (2+ messages)
` [PATCH V3 1/1] "

[RFC] a new way to achieve asynchronous IO
 2022-06-28 13:33 UTC  (6+ messages)

[PATCH AUTOSEL 5.18 32/53] io_uring: mark reissue requests with REQ_F_PARTIAL_IO
 2022-06-28 13:12 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 37/53] io_uring: fix merge error in checking send/recv addr2 flags

[PATCH AUTOSEL 5.15 26/41] io_uring: fix merge error in checking send/recv addr2 flags
 2022-06-28  2:20 UTC 

Need freelance to implement io_uring into CDN
 2022-06-27 19:34 UTC 

[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
 2022-06-27 15:29 UTC  (2+ messages)

[PATCH v5 00/11] fixed worker
 2022-06-27 13:35 UTC  (12+ messages)
` [PATCH 01/11] io-wq: add a worker flag for individual exit
` [PATCH 02/11] io-wq: change argument of create_io_worker() for convienence
` [PATCH 03/11] io-wq: add infra data structure for fixed workers
` [PATCH 04/11] io-wq: tweak io_get_acct()
` [PATCH 05/11] io-wq: fixed worker initialization
` [PATCH 06/11] io-wq: fixed worker exit
` [PATCH 07/11] io-wq: implement fixed worker logic
` [PATCH 08/11] io-wq: batch the handling of fixed worker private works
` [PATCH 09/11] io_uring: add register fixed worker interface
` [PATCH 10/11] io-wq: add an work list for fixed worker
` [PATCH 11/11] io_uring: cancel works in exec "

[PATCH for-next] io_uring: let to set a range for file slot allocation
 2022-06-27  7:47 UTC  (3+ messages)

[PATCH for-next 0/5] random 5.20 patches
 2022-06-25 12:49 UTC  (8+ messages)
` [PATCH for-next 1/5] io_uring: improve io_fail_links()
` [PATCH for-next 2/5] io_uring: fuse fallback_node and normal tw node
` [PATCH for-next 3/5] io_uring: remove extra TIF_NOTIFY_SIGNAL check
` [PATCH for-next 4/5] io_uring: don't check file ops of registered rings
` [PATCH for-next 5/5] io_uring: remove ctx->refs pinning on enter

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-25 12:48 UTC  (24+ messages)
` [RESEND PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [RESEND PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [RESEND PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RESEND PATCH v9 05/14] iomap: Add async buffered write support
` [RESEND PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [RESEND PATCH v9 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [RESEND PATCH v9 11/14] io_uring: Add support for async buffered writes
` [RESEND PATCH v9 12/14] io_uring: Add tracepoint for short writes
` [RESEND PATCH v9 14/14] xfs: Add async buffered write support
  ` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` (subset) [RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes

[PATCH 5.19] io_uring: move io_uring_get_opcode out of TP_printk
 2022-06-25 12:48 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 5.19-rc4
 2022-06-24 18:44 UTC  (2+ messages)

[PATCH for-next] io_uring: move POLLFREE handling to separate function
 2022-06-23 15:09 UTC 

[PATCH for-next] io_uring: fix documentation
 2022-06-23 13:59 UTC  (2+ messages)

[PATCH v2] io_uring: kbuf: inline io_kbuf_recycle_ring()
 2022-06-23 13:59 UTC  (2+ messages)

[PATCH for-next v2 0/6] poll cleanups and optimisations
 2022-06-23 13:59 UTC  (9+ messages)
` [PATCH for-next v2 1/6] io_uring: clean poll ->private flagging
` [PATCH for-next v2 2/6] io_uring: remove events caching atavisms
` [PATCH for-next v2 3/6] io_uring: add a helper for apoll alloc
` [PATCH for-next v2 4/6] io_uring: change arm poll return values
` [PATCH for-next v2 5/6] io_uring: refactor poll arm error handling
` [PATCH for-next v2 6/6] io_uring: optimise submission side poll_refs

[PATCH] io_uring: kbuf: inline io_kbuf_recycle_ring()
 2022-06-23 12:22 UTC  (2+ messages)

[PATCH for-next 0/6] poll cleanups and optimisations
 2022-06-23 12:16 UTC  (9+ messages)
` [PATCH for-next 1/6] io_uring: clean poll ->private flagging
` [PATCH for-next 2/6] io_uring: remove events caching atavisms
` [PATCH for-next 3/6] io_uring: add a helper for apoll alloc
` [PATCH for-next 4/6] io_uring: change arm poll return values
` [PATCH for-next 5/6] io_uring: refactor poll arm error handling
` [PATCH for-next 6/6] io_uring: optimise submission side poll_refs

dma_buf support with io_uring
 2022-06-23 10:35 UTC  (2+ messages)

[PATCH v2 for-next 0/8] io_uring: tw contention improvments
 2022-06-23  8:23 UTC  (12+ messages)
` [PATCH v2 for-next 1/8] io_uring: remove priority tw list optimisation
` [PATCH v2 for-next 2/8] io_uring: remove __io_req_task_work_add
` [PATCH v2 for-next 3/8] io_uring: lockless task list
` [PATCH v2 for-next 4/8] io_uring: introduce llist helpers
` [PATCH v2 for-next 5/8] io_uring: batch task_work
` [PATCH v2 for-next 6/8] io_uring: move io_uring_get_opcode out of TP_printk
` [PATCH v2 for-next 7/8] io_uring: add trace event for running task work
` [PATCH v2 for-next 8/8] io_uring: trace task_work_run

[PATCH] io_uring: kbuf: kill __io_kbuf_recycle()
 2022-06-23  7:18 UTC  (4+ messages)

[PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-23  6:29 UTC  (9+ messages)

[PATCHSET v3] Add direct descriptor ring passing
 2022-06-22 23:16 UTC  (3+ messages)
` [PATCH 1/2] io_uring: split out fixed file installation and removal
` [PATCH 2/2] io_uring: add support for passing fixed file descriptors

[PATCH 5.19 0/3] poll fixes
 2022-06-22 14:59 UTC  (2+ messages)

[PATCH RFC for-next 0/8] io_uring: tw contention improvments
 2022-06-22 12:29 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox