io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 10:36:25 to 2021-08-05 13:16:20 UTC [more...]

[RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
 2021-08-05 12:55 UTC  (7+ messages)
    ` [RFC PATCH 1/6] io_uring: add infra for uring_cmd completion in submitter-task
    ` [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device
    ` [RFC PATCH 3/6] io_uring: mark iopoll not supported for uring-cmd
    ` [RFC PATCH 4/6] io_uring: add helper for fixed-buffer uring-cmd
    ` [RFC PATCH 5/6] io_uring: add support for uring_cmd with fixed-buffer
    ` [RFC PATCH 6/6] nvme: enable passthrough "

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-08-05 13:06 UTC  (13+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

[PATCH 0/3] code clean and nr_worker fixes
 2021-08-05 10:05 UTC  (4+ messages)
` [PATCH 1/3] io-wq: clean code of task state setting
` [PATCH 2/3] io-wq: fix no lock protection of acct->nr_worker
` [PATCH 3/3] io-wq: fix lack of acct->nr_workers < acct->max_workers judgement

[PATCH] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-08-05  9:17 UTC  (4+ messages)

[PATCH v2] io-wq: fix race between worker exiting and activating free worker
 2021-08-04 20:28 UTC  (2+ messages)

Race between io_wqe_worker() and io_wqe_wake_worker()
 2021-08-03 21:25 UTC  (11+ messages)

KASAN: stack-out-of-bounds in iov_iter_revert
 2021-08-03 14:56 UTC  (9+ messages)

[GIT PULL] io_uring fixes for 5.14-rc
 2021-07-30 18:11 UTC  (2+ messages)

[PATCH 5.10] io_uring: fix null-ptr-deref in io_sq_offload_start()
 2021-07-29 17:05 UTC 

[PATCH for-next 00/23] first 5.15 batch
 2021-07-29 15:05 UTC  (24+ messages)
` [PATCH 01/23] io_uring: remove unnecessary PF_EXITING check
` [PATCH 02/23] io-wq: improve wq_list_add_tail()
` [PATCH 03/23] io_uring: refactor io_alloc_req
` [PATCH 04/23] io_uring: don't halt iopoll too early
` [PATCH 05/23] io_uring: add more locking annotations for submit
` [PATCH 06/23] io_uring: optimise io_cqring_wait() hot path
` [PATCH 07/23] io_uring: extract a helper for ctx quiesce
` [PATCH 08/23] io_uring: move io_put_task() definition
` [PATCH 09/23] io_uring: move io_rsrc_node_alloc() definition
` [PATCH 10/23] io_uring: inline io_free_req_deferred
` [PATCH 11/23] io_uring: deduplicate open iopoll check
` [PATCH 12/23] io_uring: improve ctx hang handling
` [PATCH 13/23] io_uring: kill unused IO_IOPOLL_BATCH
` [PATCH 14/23] io_uring: drop exec checks from io_req_task_submit
` [PATCH 15/23] io_uring: optimise putting task struct
` [PATCH 16/23] io_uring: hide async dadta behind flags
` [PATCH 17/23] io_uring: move io_fallback_req_func()
` [PATCH 18/23] io_uring: cache __io_free_req()'d requests
` [PATCH 19/23] io_uring: use inflight_entry instead of compl.list
` [PATCH 20/23] io_uring: remove redundant args from cache_free
` [PATCH 21/23] io_uring: inline struct io_comp_state
` [PATCH 22/23] io_uring: remove extra argument for overflow flush
` [PATCH 23/23] io_uring: inline io_poll_remove_waitqs

[PATCH 0/2] Further async re-queue tightening/fix
 2021-07-29  6:50 UTC  (6+ messages)
` [PATCH 1/2] io_uring: always reissue from task_work context
` [PATCH 2/2] io_uring: don't block level reissue off completion path

[PATCH] io_uring: fix io_prep_async_link locking
 2021-07-28 19:49 UTC  (2+ messages)

Stack trace with Samba VFS io_uring and large transfers
 2021-07-28 14:35 UTC  (12+ messages)

[PATCH v3] io_uring: fix poll requests leaking second poll entries
 2021-07-28 14:33 UTC  (2+ messages)

[PATCH io_uring-5.14 v2] io_uring: remove double poll wait entry for pure poll
 2021-07-28  6:06 UTC  (8+ messages)

[PATCH] tracepoints: Update static_call before tp_funcs when adding a tracepoint
 2021-07-27 13:46 UTC  (8+ messages)

[PATCH AUTOSEL 5.13 19/21] io_uring: never attempt iopoll reissue from release path
 2021-07-27 13:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 20/21] io_uring: explicitly catch any illegal async queue attempt

[PATCH] io_uring: fix race in unified task_work running
 2021-07-26 16:47 UTC 

[PATCH liburing] tests: fix poll update compatibility check
 2021-07-26 16:37 UTC  (2+ messages)

[PATCH io_uring backport to 5.13.y] io_uring: Fix race condition when sqp thread goes to sleep
 2021-07-26  7:42 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.14-rc3
 2021-07-24 20:16 UTC  (2+ messages)

[PATCH 0/2] Close a hole where IOCB_NOWAIT reads could sleep
 2021-07-24 19:46 UTC  (4+ messages)

[PATCH 0/3] small 5.13 cleanups
 2021-07-24  1:31 UTC  (23+ messages)
` [PATCH 3/3] io_uring: refactor io_sq_offload_create()

[PATCH 0/2] Harden async submit checks
 2021-07-23 17:59 UTC  (3+ messages)
` [PATCH 1/2] io_uring: never attempt iopoll reissue from release path
` [PATCH 2/2] io_uring: explicitly catch any illegal async queue attempt

Tracing busy processes/threads freezes/stalls the whole machine
 2021-07-23 12:41 UTC  (14+ messages)
            ` sched_waking vs. set_event_pid crash (Re: Tracing busy processes/threads freezes/stalls the whole machine)

[PATCH] io_uring: fix early fdput() of file
 2021-07-22 23:12 UTC 

[PATCH] io_uring: remove double poll wait entry for pure poll
 2021-07-22 18:34 UTC 

[PATCH 00/14] namei: clean up retry logic in various do_* functions
 2021-07-21 10:02 UTC  (18+ messages)
` [PATCH 01/14] namei: prepare do_rmdir for refactoring
` [PATCH 02/14] namei: clean up do_rmdir retry logic
` [PATCH 05/14] namei: prepare do_mkdirat for refactoring
` [PATCH 09/14] namei: prepare do_symlinkat "
` [PATCH 10/14] namei: clean up do_symlinkat retry logic
` [PATCH 11/14] namei: prepare do_linkat for refactoring
` [PATCH 12/14] namei: clean up do_linkat retry logic
` [PATCH 13/14] namei: prepare do_renameat2 for refactoring
` [PATCH 14/14] namei: clean up do_renameat2 retry logic

[RFC 0/4] open/accept directly into io_uring fixed file table
 2021-07-21  7:11 UTC  (2+ messages)

[PATCH] io_uring: fix memleak in io_init_wq_offload()
 2021-07-20 13:52 UTC  (3+ messages)

[PATCH 0/2] double poll fixes
 2021-07-20 13:50 UTC  (4+ messages)
` [PATCH 1/2] io_uring: explicitly count entries for poll reqs
` [PATCH 2/2] io_uring: remove double poll entry on arm failure

[syzbot] INFO: task hung in io_sq_thread_park (2)
 2021-07-19 18:38 UTC  (12+ messages)

[GIT PULL] io_uring fixes for 5.14-rc
 2021-07-16 19:38 UTC  (2+ messages)

[PATCH v2 00/14] namei: clean up retry logic in various do_* functions
 2021-07-15 10:45 UTC  (15+ messages)
` [PATCH v2 01/14] namei: prepare do_rmdir for refactoring
` [PATCH v2 02/14] namei: clean up do_rmdir retry logic
` [PATCH v2 03/14] namei: prepare do_unlinkat for refactoring
` [PATCH v2 04/14] namei: clean up do_unlinkat retry logic
` [PATCH v2 05/14] namei: prepare do_mkdirat for refactoring
` [PATCH v2 06/14] namei: clean up do_mkdirat retry logic
` [PATCH v2 07/14] namei: prepare do_mknodat for refactoring
` [PATCH v2 08/14] namei: clean up do_mknodat retry logic
` [PATCH v2 09/14] namei: prepare do_symlinkat for refactoring
` [PATCH v2 10/14] namei: clean up do_symlinkat retry logic
` [PATCH v2 11/14] namei: prepare do_linkat for refactoring
` [PATCH v2 12/14] namei: clean up do_linkat retry logic
` [PATCH v2 13/14] namei: prepare do_renameat2 for refactoring
` [PATCH v2 14/14] namei: clean up do_renameat2 retry logic

[PATCH 0/7] namei: clean up retry logic in various do_* functions
 2021-07-15 10:38 UTC  (5+ messages)
` [PATCH 1/7] namei: clean up do_rmdir retry logic


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