io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-21 18:38:50 to 2021-01-08 01:58:25 UTC [more...]

[PATCH v4 00/13] io_uring: buffer registration enhancements
 2021-01-08  1:57 UTC  (17+ messages)
` [PATCH v4 01/13] io_uring: modularize io_sqe_buffer_register
` [PATCH v4 02/13] io_uring: modularize io_sqe_buffers_register
` [PATCH v4 03/13] io_uring: rename file related variables to rsrc
` [PATCH v4 04/13] io_uring: generalize io_queue_rsrc_removal
` [PATCH v4 05/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v4 06/13] io_uring: split alloc_fixed_file_ref_node
` [PATCH v4 07/13] io_uring: add rsrc_ref locking routines
` [PATCH v4 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v4 09/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v4 10/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v4 11/13] io_uring: support buffer registration updates
` [PATCH v4 12/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v4 13/13] io_uring: support buffer registration sharing

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-08  1:53 UTC  (22+ messages)
` [PATCH v3 01/13] io_uring: modularize io_sqe_buffer_register
` [PATCH v3 02/13] io_uring: modularize io_sqe_buffers_register
` [PATCH v3 03/13] io_uring: rename file related variables to rsrc
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-01-08  0:02 UTC 

[PATCH liburing] src/queue: refactor io_uring_get_sqe()
 2021-01-07 23:13 UTC  (2+ messages)

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-07 22:18 UTC  (15+ messages)
` [PATCH RFC 1/7] block: move definition of blk_qc_t to types.h
` [PATCH RFC 2/7] block: add helper function fetching gendisk from queue
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
` [PATCH RFC 4/7] block: define blk_qc_t as uintptr_t
` [PATCH RFC 5/7] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH RFC 6/7] block: track cookies of split bios "
` [PATCH RFC 7/7] dm: add support for IO polling
` [dm-devel] [PATCH RFC 0/7] dm: add support of iopoll

[PATCH 0/3] commit/posted fixes
 2021-01-07 14:48 UTC  (5+ messages)
` [PATCH 1/3] io_uring: trigger eventfd for IOPOLL
` [PATCH 2/3] io_uring: dont kill fasync under completion_lock
` [PATCH 3/3] io_uring: synchronise ev_posted() with waitqueues

[PATCH liburing] tests: test fixed file removal order
 2021-01-07 14:46 UTC  (2+ messages)

[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2021-01-07  8:39 UTC  (4+ messages)
` [PATCH v6 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode

[PATCH v2 00/13] io_uring: buffer registration enhancements
 2021-01-07  0:50 UTC  (5+ messages)
` [PATCH v2 13/13] io_uring: support buffer registration sharing

[PATCH liburing] tests: identify timed out tests correctly
 2021-01-06 18:40 UTC  (2+ messages)

[PATCH] io_uring: Fix return value from alloc_fixed_file_ref_node
 2021-01-06 16:20 UTC  (2+ messages)

[PATCH] io_uring: fix an IS_ERR() vs NULL check
 2021-01-06 14:59 UTC  (6+ messages)

[PATCH] io_uring: Add vmsplice support
 2021-01-05 23:43 UTC  (4+ messages)
` [PATCH 1/2] splice: Make vmsplice public
` [PATCH 2/2] io_uring: Add vmsplice support

[PATCH] io_uring: Delete useless variable ‘id’ in io_prep_async_work
 2021-01-05 18:34 UTC  (2+ messages)

[PATCH 0/2] cancellation fixes
 2021-01-04 22:23 UTC  (7+ messages)
` [PATCH -v2 2/2] io_uring: cancel more aggressively in exit_work
` [PATCH v2 1/2] io_uring: drop file refs after task cancel

[PATCH 0/2] iopoll sync fixes
 2021-01-04 22:23 UTC  (4+ messages)
` [PATCH v3 1/2] io_uring: synchronise IOPOLL on task_submit fail
` [PATCH v3 2/2] io_uring: patch up IOPOLL overflow_flush sync

[PATCH v2 0/2] io_uring: fix skipping of old timeout events
 2021-01-04 17:56 UTC  (8+ messages)
` [PATCH v2 1/2] io_uring: only increment ->cq_timeouts along with ->cached_cq_tail
` [PATCH v2 2/2] io_uring: flush timeouts that should already have expired

[PATCH v2 0/7] no-copy bvec
 2021-01-04 17:23 UTC  (15+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

[PATCH v2 0/6] bunch of random fixes
 2021-01-04 16:27 UTC  (8+ messages)
` [PATCH v2 1/6] io_uring: drop file refs after task cancel
` [PATCH v2 2/6] io_uring: cancel more aggressively in exit_work
` [PATCH v2 3/6] io_uring: trigger eventfd for IOPOLL
` [PATCH v2 4/6] io_uring: dont kill fasync under completion_lock
` [PATCH v2 5/6] io_uring: synchronise IOPOLL on task_submit fail
` [PATCH v2 6/6] io_uring: patch up IOPOLL overflow_flush sync

Questions regarding implementation of vmsplice in io_uring
 2021-01-04 15:37 UTC  (3+ messages)

INFO: task hung in __io_uring_task_cancel
 2021-01-04  9:40 UTC  (3+ messages)

[PATCH 0/4] bunch of random fixes
 2021-01-03 22:05 UTC  (9+ messages)
` [PATCH 1/4] io_uring: dont kill fasync under completion_lock
` [PATCH 2/4] io_uring: patch up IOPOLL overflow_flush sync
` [PATCH 3/4] io_uring: drop file refs after task cancel
` [PATCH 4/4] io_uring: cancel more aggressively in exit_work

[PATCH] fs/io_uring.c: remove unnecessary boolean instructions that add uops
 2021-01-02 21:04 UTC 

[PATCH] io_uring: simplify io_remove_personalities()
 2021-01-02 19:25 UTC  (2+ messages)

[PATCH 0/4] address some hangs
 2021-01-02 16:01 UTC  (9+ messages)
` [PATCH 1/4] io_uring: add a helper for setting a ref node
` [PATCH 2/4] io_uring: fix io_sqe_files_unregister() hangs
` [PATCH 3/4] kernel/io_uring: cancel io_uring before task works
` [PATCH 4/4] io_uring: cancel requests enqueued as task_work's

[GIT PULL] io_uring fixes for 5.11-rc
 2021-01-01 21:25 UTC  (2+ messages)

possible deadlock in io_timeout_fn (2)
 2020-12-31 16:59 UTC 

[PATCH] io_uring: don't assume mm is constant across submits
 2020-12-30 14:17 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 26/31] io_uring: remove racy overflow list fast checks
 2020-12-30 13:03 UTC 

[PATCH] io_uring: style: redundant NULL check
 2020-12-30  6:29 UTC  (2+ messages)

Bug in __mmdrop() triggered by io-uring on v5.11-rc1
 2020-12-29 15:00 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.11-rc1
 2020-12-24 21:59 UTC  (2+ messages)

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (24+ messages)
` [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: remove io_remove_personalities()
 2020-12-24  1:38 UTC  (4+ messages)

KASAN: use-after-free Read in io_ring_ctx_wait_and_kill
 2020-12-23 23:14 UTC  (2+ messages)

WARNING in __percpu_ref_exit
 2020-12-23 23:12 UTC  (2+ messages)

"Cannot allocate memory" on ring creation (not RLIMIT_MEMLOCK)
 2020-12-23 12:27 UTC  (21+ messages)

[PATCH] io_uring: hold uring_lock to complete faild polled io in io_wq_submit_work()
 2020-12-23  2:12 UTC  (5+ messages)

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

[PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update
 2020-12-22  2:10 UTC  (3+ messages)

[PATCH 0/2] fixes for syzbot reports
 2020-12-21 23:27 UTC  (4+ messages)
` [PATCH 1/2] io_uring: fix ignoring xa_store errors
` [PATCH 2/2] io_uring: fix double io_uring free

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-12-21 20:54 UTC  (9+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure


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