messages from 2021-07-29 17:05:08 to 2021-08-11 19:35:44 UTC [more...]
[PATCHSET v4 0/6] Enable bio recycling for polled IO
2021-08-11 19:35 UTC
[PATCH v2 0/5] skip request refcounting
2021-08-11 18:28 UTC (6+ messages)
` [PATCH v2 1/5] io_uring: move req_ref_get() and friends
` [PATCH v2 2/5] io_uring: remove req_ref_sub_and_test()
` [PATCH v2 3/5] io_uring: remove submission references
` [PATCH v2 4/5] io_uring: skip request refcounting
` [PATCH v2 5/5] io_uring: optimise hot path of ltimeout prep
[PATCHSET v3 0/5] Enable bio recycling for polled IO
2021-08-11 15:08 UTC (14+ messages)
` [PATCH 1/5] bio: add allocation cache abstraction
` [PATCH 2/5] io_uring: use kiocb->private to hold rw_len
` [PATCH 3/5] fs: add ki_bio_cache pointer to struct kiocb
` [PATCH 4/5] io_uring: wire up bio allocation cache
` [PATCH 5/5] block: enable use of "
[PATCH 0/2] io_uring: bug fixes
2021-08-11 5:40 UTC (17+ messages)
` [PATCH 1/2] io_uring: clear TIF_NOTIFY_SIGNAL when running task work
` I/O cancellation in io-uring (was: io_uring: clear TIF_NOTIFY_SIGNAL ...)
` [PATCH 2/2] io_uring: Use WRITE_ONCE() when writing to sq_flags
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2021-08-10 21:48 UTC (14+ messages)
` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
` [PATCH] "
[PATCH 1/1] io_uring: clean up tctx_task_work()
2021-08-10 19:57 UTC (2+ messages)
[RFC] io_uring: remove file batch-get optimisation
2021-08-10 17:14 UTC (4+ messages)
[BUG] io-uring triggered lockdep splat
2021-08-10 16:51 UTC (3+ messages)
[PATCHSET 0/4] Enable bio recycling for polled IO
2021-08-10 15:58 UTC (16+ messages)
` [PATCH 1/4] bio: add allocation cache abstraction
` [PATCH 2/4] fs: add bio alloc cache kiocb flag
` [PATCH 3/4] io_uring: wire up bio allocation cache
` [PATCH 4/4] block: enable use of "
[PATCH 0/5] skip request refcounting
2021-08-10 13:30 UTC (7+ messages)
` [PATCH 1/5] io_uring: move req_ref_get() and friends
` [PATCH 2/5] io_uring: delay freeing ->async_data
` [PATCH 3/5] io_uring: protect rsrc dealloc by uring_lock
` [PATCH 4/5] io_uring: remove req_ref_sub_and_test()
` [PATCH 5/5] io_uring: request refcounting skipping
[PATCH for-5.15] io-wq: move nr_running and worker_refs out of wqe->lock protection
2021-08-10 12:55 UTC
[PATCH 0/2] iter revert problems
2021-08-10 8:47 UTC (6+ messages)
` [PATCH 1/2] iov_iter: mark truncated iters
` [PATCH 2/2] io_uring: don't retry with truncated iter
[PATCH] io_uring: be smarter about waking multiple CQ ring waiters
2021-08-10 2:08 UTC (4+ messages)
[PATCH 5.14] io_uring: fix ctx-exit io_rsrc_put_work() deadlock
2021-08-10 2:01 UTC (2+ messages)
iouring locking issue in io_req_complete_post() / io_rsrc_node_ref_zero()
2021-08-09 22:11 UTC (4+ messages)
[PATCH 0/3] code clean and nr_worker fixes
2021-08-09 20:35 UTC (13+ 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 0/7] the rest of for-next patches
2021-08-09 19:47 UTC (9+ messages)
` [PATCH 1/7] io_uring: move io_fallback_req_func()
` [PATCH 2/7] io_uring: cache __io_free_req()'d requests
` [PATCH 3/7] io_uring: remove redundant args from cache_free
` [PATCH 4/7] io_uring: use inflight_entry instead of compl.list
` [PATCH 5/7] io_uring: inline struct io_comp_state
` [PATCH 6/7] io_uring: remove extra argument for overflow flush
` [PATCH 7/7] io_uring: inline io_poll_remove_waitqs
[PATCH v2 00/28] for-next patches
2021-08-09 17:48 UTC (32+ messages)
` [PATCH 01/28] io_uring: use kvmalloc for fixed files
` [PATCH 02/28] io_uring: inline fixed part of io_file_get()
` [PATCH 03/28] io_uring: rename io_file_supports_async()
` [PATCH 04/28] io_uring: avoid touching inode in rw prep
` [PATCH 05/28] io_uring: clean io-wq callbacks
` [PATCH 06/28] io_uring: remove unnecessary PF_EXITING check
` [PATCH 07/28] io-wq: improve wq_list_add_tail()
` [PATCH 08/28] io_uring: refactor io_alloc_req
` [PATCH 09/28] io_uring: don't halt iopoll too early
` [PATCH 10/28] io_uring: add more locking annotations for submit
` [PATCH 11/28] io_uring: optimise io_cqring_wait() hot path
` [PATCH 12/28] io_uring: extract a helper for ctx quiesce
` [PATCH 13/28] io_uring: move io_put_task() definition
` [PATCH 14/28] io_uring: move io_rsrc_node_alloc() definition
` [PATCH 15/28] io_uring: inline io_free_req_deferred
` [PATCH 16/28] io_uring: deduplicate open iopoll check
` [PATCH 17/28] io_uring: improve ctx hang handling
` [PATCH 18/28] io_uring: kill unused IO_IOPOLL_BATCH
` [PATCH 19/28] io_uring: drop exec checks from io_req_task_submit
` [PATCH 20/28] io_uring: optimise putting task struct
` [PATCH 21/28] io_uring: hide async dadta behind flags
` [PATCH 22/28] io_uring: move io_fallback_req_func()
` [PATCH 23/28] io_uring: cache __io_free_req()'d requests
` [PATCH 24/28] io_uring: remove redundant args from cache_free
` [PATCH 25/28] io_uring: use inflight_entry instead of compl.list
` [PATCH 26/28] io_uring: inline struct io_comp_state
` [PATCH 27/28] io_uring: remove extra argument for overflow flush
` [PATCH 28/28] io_uring: inline io_poll_remove_waitqs
[PATCH 0/2] bug fix for nr_workers
2021-08-09 16:12 UTC (7+ messages)
` [PATCH 1/2] io-wq: fix bug of creating io-wokers unconditionally
` [PATCH 2/2] io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
[PATCH v2 0/3] code clean and nr_worker fixes
2021-08-08 10:31 UTC (5+ messages)
` [PATCH 1/3] io-wq: fix no lock protection of acct->nr_worker
` [PATCH 2/3] io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
` [PATCH 3/3] io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
[PATCH 1/1] io_uring: fix link timeout refs
2021-08-08 9:00 UTC (4+ messages)
[PATCH 3/3] selftests/vm/userfaultfd: wake after copy failure
2021-08-08 2:07 UTC
[GIT PULL] io_uring fixes for 5.14-rc5
2021-08-07 18:21 UTC (2+ messages)
[syzbot] WARNING in io_ring_exit_work
2021-08-06 15:21 UTC (5+ messages)
{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
2021-08-05 21:15 UTC
[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 "
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox