io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 11:51:40 to 2021-01-19 14:57:53 UTC [more...]

[PATCH] io_uring: fix NULL pointer dereference for async cancel close
 2021-01-19 13:12 UTC  (9+ messages)

[PATCH for-next 00/14] mostly cleanups for 5.12
 2021-01-19 13:32 UTC  (12+ messages)
` [PATCH 02/14] io_uring: refactor io_resubmit_prep()
` [PATCH 04/14] io_uring: inline io_async_submit()
` [PATCH 05/14] io_uring: inline __io_commit_cqring()
` [PATCH 06/14] io_uring: further deduplicate #CQ events calc
` [PATCH 08/14] io_uring: remove __io_state_file_put
` [PATCH 09/14] io_uring: deduplicate failing task_work_add
` [PATCH 10/14] io_uring: don't block resource recycle by oveflows
` [PATCH 11/14] io_uring: add a helper timeout mode calculation
` [PATCH 12/14] io_uring: help inlining of io_req_complete()
` [PATCH 13/14] io_uring: don't flush CQEs deep down the stack
` [PATCH 14/14] io_uring: save atomic dec for inline executed reqs

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-19  4:35 UTC  (15+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting
` [RFC PATCH v3 2/8] Add a reference to ucounts for each cred
  ` [PATCH v4 "
` [RFC PATCH v3 3/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v3 4/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v3 5/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v3 6/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v3 7/8] Move RLIMIT_NPROC check to the place where we increment the counter
` [RFC PATCH v3 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH liburing] tests: add another timeout sequence test case
 2021-01-18 17:00 UTC 

WARNING in io_disable_sqo_submit
 2021-01-18 12:46 UTC  (6+ messages)

Fixed buffer have out-dated content
 2021-01-17 20:14 UTC  (13+ messages)
        ` Fixed buffers "

[PATCH] io_uring: cancel all requests on task exit
 2021-01-17 14:53 UTC  (5+ messages)

WARNING in io_wq_submit_work
 2021-01-17 10:57 UTC  (2+ messages)

[PATCH v2] io_uring: fix skipping disabling sqo on exec
 2021-01-17  4:04 UTC  (2+ messages)

[PATCH 0/2] syzbot warning reports
 2021-01-17  2:40 UTC  (5+ messages)
` [PATCH 1/2] io_uring: fix false positive sqo warning on flush
` [PATCH 2/2] io_uring: fix uring_flush in exit_files() warning

[PATCH] io_uring: fix skipping disabling sqo on exec
 2021-01-17  2:32 UTC  (3+ messages)

WARNING in io_uring_flush
 2021-01-16 20:02 UTC  (5+ messages)

[GIT PULL] io_uring fixes for 5.11-rc4
 2021-01-16 20:02 UTC  (2+ messages)

[PATCH] io_uring: iopoll requests should also wake task ->in_idle state
 2021-01-16 19:14 UTC 

[PATCH v5 00/13] io_uring: buffer registration enhancements
 2021-01-16 18:30 UTC  (25+ messages)
` [PATCH v5 01/13] io_uring: rename file related variables to rsrc
` [PATCH v5 02/13] io_uring: generalize io_queue_rsrc_removal
` [PATCH v5 03/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v5 04/13] io_uring: split alloc_fixed_file_ref_node
` [PATCH v5 05/13] io_uring: add rsrc_ref locking routines
` [PATCH v5 06/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v5 07/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v5 08/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v5 09/13] io_uring: support buffer registration updates
` [PATCH v5 10/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v5 11/13] io_uring: make percpu_ref_release names consistent
` [PATCH v5 12/13] io_uring: call io_get_fixed_rsrc_ref for buffers
` [PATCH v5 13/13] io_uring: support buffer registration sharing

[PATCH] io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
 2021-01-16  3:57 UTC 

[PATCH v4 0/1] io_uring: fix skipping of old timeout events
 2021-01-15 22:15 UTC  (7+ messages)
` [PATCH v4 1/1] io_uring: flush timeouts that should already have expired

[PATCH 0/9] Bijan's rsrc generalisation + prep parts
 2021-01-15 19:08 UTC  (12+ messages)
` [PATCH 1/9] io_uring: rename file related variables to rsrc
` [PATCH 2/9] io_uring: generalize io_queue_rsrc_removal
` [PATCH 3/9] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH 4/9] io_uring: add rsrc_ref locking routines
` [PATCH 5/9] io_uring: split alloc_fixed_file_ref_node
` [PATCH 6/9] io_uring: split ref_node alloc and init
` [PATCH 7/9] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH 8/9] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH 9/9] io_uring: make percpu_ref_release names consistent

[PATCH v3 0/1] io_uring: fix skipping of old timeout events
 2021-01-15 16:37 UTC  (6+ messages)
` [PATCH v3 1/1] io_uring: flush timeouts that should already have expired

general protection fault in io_disable_sqo_submit
 2021-01-15 12:45 UTC  (3+ messages)

[PATCH for-current 0/2] sqo files/mm fixes
 2021-01-15 12:33 UTC  (6+ 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

general protection fault in io_uring_setup
 2021-01-15  4:40 UTC  (4+ messages)

[PATCH v2 0/2] io_uring: fix skipping of old timeout events
 2021-01-14 21:04 UTC  (12+ messages)
` [PATCH v2 2/2] io_uring: flush timeouts that should already have expired

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-14 14:30 UTC  (15+ messages)
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
    ` [dm-devel] "
` [PATCH RFC 6/7] block: track cookies of split bios for bio-based device
    ` [dm-devel] "

[PATCH 0/2] syzbot reports on sqo_dead
 2021-01-13 15:29 UTC  (4+ messages)
` [PATCH 1/2] io_uring: fix null-deref in io_disable_sqo_submit
` [PATCH 2/2] io_uring: do sqo disable on install_fd error

WARNING in io_ring_ctx_wait_and_kill
 2021-01-13 10:37 UTC 

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

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-01-12 17:01 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 32/51] io_uring: drop file refs after task cancel
 2021-01-12 12:55 UTC 

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-11  5:12 UTC  (12+ messages)
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

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

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

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


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