public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-18 13:27:47 to 2022-06-27 13:36:10 UTC [more...]

[PATCH v5 00/11] fixed worker
 2022-06-27 13:35 UTC  (7+ 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

[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
 2022-06-27  8:20 UTC 

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

[RFC] a new way to achieve asynchronous IO
 2022-06-27  7:11 UTC  (7+ 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  (8+ messages)
` [PATCH 5.19 1/3] io_uring: fail links when poll fails
` [PATCH 5.19 2/3] io_uring: fix wrong arm_poll error handling
` [PATCH 5.19 3/3] io_uring: fix double poll leak on repolling

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

[PATCH for-next 00/10] 5.20 patches
 2022-06-21 15:40 UTC  (13+ messages)
` [PATCH for-next 01/10] io_uring: fix multi ctx cancellation
` [PATCH for-next 02/10] io_uring: improve task exit timeout cancellations
` [PATCH for-next 03/10] io_uring: fix io_poll_remove_all clang warnings
` [PATCH for-next 04/10] io_uring: hide eventfd assumptions in evenfd paths
` [PATCH for-next 05/10] io_uring: introduce locking helpers for CQE posting
` [PATCH for-next 06/10] io_uring: add io_commit_cqring_flush()
` [PATCH for-next 07/10] io_uring: opcode independent fixed buf import
` [PATCH for-next 08/10] io_uring: move io_import_fixed()
` [PATCH for-next 09/10] io_uring: consistent naming for inline completion
` [PATCH for-next 10/10] io_uring: add an warn_once for poll_find

[PATCH for-next 0/4] random 5.20 patches
 2022-06-21 15:17 UTC  (6+ messages)
` [PATCH for-next 1/4] io_uring: fix poll_add error handling
` [PATCH for-next 2/4] io_uring: improve io_run_task_work()
` [PATCH for-next 3/4] io_uring: move list helpers to a separate file
` [PATCH for-next 4/4] io_uring: dedup io_run_task_work

[PATCH 5.19] io_uring: fix req->apoll_events
 2022-06-21 13:49 UTC  (4+ messages)

[PATCH] io_uring: fix merge error in checking send/recv addr2 flags
 2022-06-21 13:48 UTC 

[PATCH for-next 1/1] io_uring: optinise io_uring_task layout
 2022-06-20 15:03 UTC  (2+ messages)

[PATCH] io_uring: mark reissue requests with REQ_F_PARTIAL_IO
 2022-06-20 12:41 UTC 

[PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
 2022-06-20  0:53 UTC  (2+ messages)

[PATCH for-next 0/7] cqe posting cleanups
 2022-06-19 18:58 UTC  (24+ messages)
` [PATCH for-next 1/7] io_uring: remove extra io_commit_cqring()
` [PATCH for-next 2/7] io_uring: reshuffle io_uring/io_uring.h
` [PATCH for-next 3/7] io_uring: move io_eventfd_signal()
` [PATCH for-next 4/7] io_uring: hide eventfd assumptions in evenfd paths
` [PATCH for-next 5/7] io_uring: remove ->flush_cqes optimisation
` [PATCH for-next 6/7] io_uring: introduce locking helpers for CQE posting
` [PATCH for-next 7/7] io_uring: add io_commit_cqring_flush()

[PATCHSET RFC for-next 0/3] Add io_uring_register() based cancel
 2022-06-19 12:15 UTC  (6+ messages)
` [PATCH 1/3] io_uring: have cancelation API accept io_uring_task directly
` [PATCH 2/3] io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
` [PATCH 3/3] io_uring: add sync cancelation API through io_uring_register()

[PATCHSET v2 for-next 0/2] Add direct descriptor ring passing
 2022-06-19  1:59 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

[PATCHSET RFC for-next 0/2] Add direct descriptor ring passing
 2022-06-18 13:27 UTC  (9+ messages)
` [PATCH 2/2] io_uring: add support for passing fixed file descriptors


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