messages from 2020-12-16 18:04:16 to 2021-01-02 15:22:40 UTC [more...]
[PATCH v2 0/7] no-copy bvec
2021-01-02 15:17 UTC (3+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
[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 0/4] address some hangs
2020-12-31 16:40 UTC (8+ 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
[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 (24+ messages)
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO
[PATCH] io_uring: simplify io_remove_personalities()
2020-12-24 3:02 UTC
[PATCH] io_uring: remove io_remove_personalities()
2020-12-24 1:38 UTC (4+ messages)
KASAN: use-after-free Read in io_ring_ctx_wait_and_kill
2020-12-23 23:14 UTC (2+ messages)
WARNING in __percpu_ref_exit
2020-12-23 23:12 UTC (2+ messages)
"Cannot allocate memory" on ring creation (not RLIMIT_MEMLOCK)
2020-12-23 12:27 UTC (52+ messages)
[PATCH RFC 0/7] dm: add support of iopoll
2020-12-23 11:26 UTC (8+ 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
` [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 "
` [PATCH RFC 7/7] dm: add support for IO polling
[PATCH] io_uring: hold uring_lock to complete faild polled io in io_wq_submit_work()
2020-12-23 2:12 UTC (5+ messages)
[PATCH liburing] test: use a map to define test files / devices we need
2020-12-22 3:03 UTC (3+ messages)
[PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update
2020-12-22 2:10 UTC (3+ messages)
[PATCH 0/2] fixes for syzbot reports
2020-12-21 23:27 UTC (4+ messages)
` [PATCH 1/2] io_uring: fix ignoring xa_store errors
` [PATCH 2/2] io_uring: fix double io_uring free
[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
2020-12-21 20:54 UTC (9+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure
[PATCH 1/1] io_uring: actively cancel poll/timeouts on exit
2020-12-21 8:31 UTC (3+ messages)
[PATCH 0/3] task/files cancellation fixes
2020-12-20 18:05 UTC (6+ messages)
` [PATCH 1/3] io_uring: always progress task_work on task cancel
` [PATCH 2/3] io_uring: end waiting before task cancel attempts
` [PATCH 3/3] io_uring: fix cancellation hangs
[PATCH v2 0/2] io_uring: fix skipping of old timeout events
2020-12-19 19:15 UTC (3+ 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] io_uring: fix 0-iov read buffer select
2020-12-19 13:27 UTC (2+ messages)
[PATCH v3 00/13] io_uring: buffer registration enhancements
2020-12-18 18:07 UTC (14+ 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 04/13] io_uring: generalize io_queue_rsrc_removal
` [PATCH v3 05/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v3 06/13] io_uring: generalize fixed_file_ref_node functionality
` [PATCH v3 07/13] io_uring: add rsrc_ref locking routines
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v3 09/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v3 10/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v3 11/13] io_uring: support buffer registration updates
` [PATCH v3 12/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v3 13/13] io_uring: support buffer registration sharing
[PATCH v2 00/13] io_uring: buffer registration enhancements
2020-12-18 18:06 UTC (16+ messages)
` [PATCH v2 06/13] io_uring: generalize fixed_file_ref_node functionality
` [PATCH v2 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v2 13/13] io_uring: support buffer registration sharing
[PATCH] io_uring: flush timeouts that should already have expired
2020-12-18 17:04 UTC (3+ messages)
KASAN: use-after-free Read in idr_for_each (2)
2020-12-18 16:44 UTC (3+ messages)
WARNING in percpu_ref_kill_and_confirm (2)
2020-12-18 16:34 UTC (4+ messages)
[PATCH 0/8] a fix + cancellation unification
2020-12-18 15:22 UTC (11+ messages)
` [PATCH 1/8] io_uring: close a small race gap for files cancel
` [PATCH 2/8] io_uring: further deduplicate #CQ events calc
` [PATCH 3/8] io_uring: account per-task #requests with files
` [PATCH 4/8] io_uring: explicitly pass tctx into del_task_file
` [PATCH 5/8] io_uring: draft files cancel based on inflight cnt
` [PATCH 6/8] io_uring: remove old files cancel mechanism
` [PATCH 7/8] io_uring: cleanup task cancel
` [PATCH 8/8] io_uring: kill not used anymore inflight_lock
[PATCH] io_uring: fix io_wqe->work_list corruption
2020-12-18 15:15 UTC (3+ messages)
[PATCH net-next v5] udp:allow UDP cmsghdrs through io_uring
2020-12-17 18:45 UTC (5+ messages)
[PATCH net-next v4] udp:allow UDP cmsghdrs through io_uring
2020-12-17 15:50 UTC (4+ messages)
[PATCH 0/5] fixes around request overflows
2020-12-17 15:21 UTC (9+ messages)
` [PATCH 1/5] io_uring: cancel reqs shouldn't kill overflow list
` [PATCH 2/5] io_uring: remove racy overflow list fast checks
` [PATCH 3/5] io_uring: consolidate CQ nr events calculation
` [PATCH 4/5] io_uring: inline io_cqring_mark_overflow()
` [PATCH 5/5] io_uring: limit {io|sq}poll submit locking scope
[PATCH 0/2] Two minor 5.11 io_uring fixes
2020-12-17 15:21 UTC (3+ messages)
` [PATCH 1/2] io_uring: break links on shutdown failure
` [PATCH 2/2] io_uring: hold mmap_sem for mm->locked_vm manipulation
[GIT PULL] io_uring changes for 5.11-rc
2020-12-16 21:18 UTC (2+ messages)
[PATCH net-next v4] udp:allow UDP cmsghdrs through io_uring
2020-12-16 18:03 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