io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-24 03:03:19 to 2021-01-11 05:17:28 UTC [more...]

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-11  5:12 UTC  (23+ 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 v2 0/2] io_uring: fix skipping of old timeout events
 2021-01-11  4:57 UTC  (10+ 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 for-current 0/2] sqo files/mm fixes
 2021-01-11  4:00 UTC  (3+ messages)
` [PATCH 1/2] io_uring: drop mm and files after task_work_run
` [PATCH 2/2] io_uring: don't take files/mm for a dead task

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

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

Fixed buffer have out-dated content
 2021-01-10 16:50 UTC  (5+ messages)

BUG: unable to handle kernel paging request in percpu_ref_exit
 2021-01-09 17:04 UTC  (4+ messages)

[PATCH] io_uring: reduce one unnecessary io_sqring_entries() call
 2021-01-09 17:02 UTC  (2+ messages)

general protection fault in io_sqe_files_unregister
 2021-01-09 16:12 UTC  (2+ messages)

[PATCH 0/4] fix SQPOLL and exit races
 2021-01-08 20:57 UTC  (5+ messages)
` [PATCH 1/4] io_uring: io_rw_reissue lockdep annotations
` [PATCH 2/4] io_uring: inline io_uring_attempt_task_drop()
` [PATCH 3/4] io_uring: add warn_once for io_uring_flush()
` [PATCH 4/4] io_uring: stop SQPOLL submit on creator's death

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-08 17:33 UTC  (20+ 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
    ` [dm-devel] "
` [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 "
    ` [dm-devel] "
` [PATCH RFC 7/7] dm: add support for IO polling
  ` [dm-devel] "
` [dm-devel] [PATCH RFC 0/7] dm: add support of iopoll

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2021-01-08 11:13 UTC  (3+ messages)

[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] 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 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/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  (14+ 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).