io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 10:38:42 to 2021-01-22 22:58:52 UTC [more...]

[PATCH v2 00/10] liburing: buffer registration enhancements
 2021-01-22 22:54 UTC  (11+ messages)
` [PATCH v2 01/10] liburing: support buffer registration updates
` [PATCH v2 02/10] liburing: support buffer registration sharing
` [PATCH v2 03/10] test/buffer-register: add buffer registration test
` [PATCH v2 04/10] test/buffer-update: add buffer registration update test
` [PATCH v2 05/10] test/buffer-share: add buffer registration sharing test
` [PATCH v2 06/10] test/buffer-share: add private memory option
` [PATCH v2 07/10] test/buffer-share: add interruptible deadlock test
` [PATCH v2 08/10] man/io_uring_setup.2: document buffer registration sharing
` [PATCH v2 09/10] man/io_uring_register.2: document buffer registration updates
` [PATCH v2 10/10] man/io_uring_enter.2: document IORING_OP_BUFFERS_UPDATE

[PATCH 0/3] files cancellation cleanup
 2021-01-22 21:49 UTC  (7+ messages)
` [PATCH 1/3] io_uring: remove cancel_files and inflight tracking
` [PATCH 2/3] io_uring: cleanup iowq cancellation files matching
` [PATCH 3/3] io_uring: don't pass files for cancellation

WARNING in io_disable_sqo_submit
 2021-01-22 14:42 UTC  (7+ messages)

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

[PATCH v6 0/5] io_uring: buffer registration enhancements
 2021-01-22  0:22 UTC  (6+ messages)
` [PATCH v6 1/5] io_uring: call io_get_fixed_rsrc_ref for buffers
` [PATCH v6 2/5] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v6 3/5] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v6 4/5] io_uring: support buffer registration updates
` [PATCH v6 5/5] io_uring: support buffer registration sharing

[PATCH liburing v2] tests: add another timeout sequence test case
 2021-01-21 18:15 UTC 

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-21 16:07 UTC  (20+ 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 v2] io_uring: fix short read retries for non-reg files
 2021-01-21 12:41 UTC  (2+ messages)

[PATCH] io_uring: leave clean req to be done in flush overflow
 2021-01-21  2:11 UTC  (6+ messages)

[PATCH 1/1] io_uring: fix short read retries for non-reg files
 2021-01-20 23:50 UTC  (2+ messages)

[PATCH 0/2] io_uring: add mkdirat support
 2021-01-20  8:21 UTC  (5+ messages)

[PATCH] io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
 2021-01-20  2:25 UTC  (4+ messages)

[PATCH] io_uring: simplify io_remove_personalities()
 2021-01-20  3:10 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 41/45] io_uring: flush timeouts that should already have expired
 2021-01-20  1:25 UTC 

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

[PATCH liburing] tests: add another timeout sequence test case
 2021-01-19 14:04 UTC  (2+ messages)

[PATCH for-next 00/14] mostly cleanups for 5.12
 2021-01-19 23:08 UTC  (18+ messages)
` [PATCH 01/14] io_uring: optimise io_rw_reissue()
` [PATCH 02/14] io_uring: refactor io_resubmit_prep()
` [PATCH 03/14] io_uring: cleanup personalities under uring_lock
` [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 07/14] io_uring: simplify io_alloc_req()
` [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

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  (17+ messages)
` [PATCH v5 06/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v5 08/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v5 10/13] io_uring: create common fixed_rsrc_data allocation routines
` [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  (4+ messages)

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  (10+ 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  (9+ messages)
` [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


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