messages from 2025-01-24 18:53:35 to 2025-02-07 21:54:59 UTC [more...]
[PATCH v3 1/2] io_uring: refactor io_uring_allowed()
2025-02-07 21:54 UTC (12+ messages)
` [PATCH v3 2/2] lsm,io_uring: add LSM hooks for io_uring_setup()
[PATCH] io-wq: backoff when retrying worker creation
2025-02-07 18:24 UTC (3+ messages)
[PATCHSET v3 0/7] io_uring epoll wait support
2025-02-07 17:32 UTC (8+ messages)
` [PATCH 1/7] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 2/7] eventpoll: abstract out parameter sanity checking
` [PATCH 3/7] eventpoll: add epoll_queue() interface
` [PATCH 4/7] eventpoll: add helper to remove wait entry from wait queue head
` [PATCH 5/7] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 6/7] io_uring/poll: pull ownership handling into poll.h
` [PATCH 7/7] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
[PATCHSET v2 0/11] io_uring epoll wait support
2025-02-07 17:13 UTC (18+ messages)
` [PATCH 01/11] eventpoll: abstract out main epoll reaper into a function
` [PATCH 02/11] eventpoll: add helper to remove wait entry from wait queue head
` [PATCH 03/11] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 04/11] eventpoll: add struct wait_queue_entry argument to epoll_wait()
` [PATCH 05/11] eventpoll: add ep_poll_queue() loop
` [PATCH 06/11] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 07/11] io_uring/poll: pull ownership handling into poll.h
` [PATCH 08/11] io_uring/poll: add IO_POLL_FINISH_FLAG
` [PATCH 09/11] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
` [PATCH 10/11] io_uring/epoll: add support for provided buffers
` [PATCH 11/11] io_uring/epoll: add multishot support for IORING_OP_EPOLL_WAIT
[PATCH 0/6] ublk zero-copy support
2025-02-07 15:59 UTC (15+ messages)
` [PATCH 1/6] block: const blk_rq_nr_phys_segments request
` [PATCH 2/6] io_uring: use node for import
` [PATCH 3/6] io_uring: add support for kernel registered bvecs
` [PATCH 4/6] ublk: zc register/unregister bvec
` [PATCH 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCH 6/6] io_uring: cache nodes and mapped buffers
[PATCHSET 0/6] Cancelation cleanups
2025-02-06 14:10 UTC (11+ messages)
` [PATCH 1/6] io_uring/cancel: add generic remove_all helper
` [PATCH 2/6] io_uring/futex: convert to io_cancel_remove_all()
` [PATCH 3/6] io_uring/waitid: "
` [PATCH 4/6] io_uring/cancel: add generic cancel helper
` [PATCH 5/6] io_uring/futex: use generic io_cancel_remove() helper
` [PATCH 6/6] io_uring/waitid: "
[PATCH 0/8] legacy provided buffer deprecation / deoptimisation
2025-02-05 16:17 UTC (10+ messages)
` [PATCH 1/8] io_uring/kbuf: remove legacy kbuf bulk allocation
` [PATCH 2/8] io_uring/kbuf: remove legacy kbuf kmem cache
` [PATCH 3/8] io_uring/kbuf: move locking into io_kbuf_drop()
` [PATCH 4/8] io_uring/kbuf: simplify __io_put_kbuf
` [PATCH 5/8] io_uring/kbuf: remove legacy kbuf caching
` [PATCH 6/8] io_uring/kbuf: open code __io_put_kbuf()
` [PATCH 7/8] io_uring/kbuf: introduce io_kbuf_drop_legacy()
` [PATCH 8/8] io_uring/kbuf: uninline __io_put_kbufs
[PATCH v11 00/10] Read/Write with meta/integrity
2025-02-05 15:42 UTC (7+ messages)
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
[PATCH 0/8] Various io_uring micro-optimizations (reducing lock contention)
2025-02-04 19:45 UTC (32+ messages)
` [PATCH 1/8] io_uring/io-wq: eliminate redundant io_work_get_acct() calls
` [PATCH 2/8] io_uring/io-wq: add io_worker.acct pointer
` [PATCH 3/8] io_uring/io-wq: move worker lists to struct io_wq_acct
` [PATCH 4/8] io_uring/io-wq: cache work->flags in variable
` [PATCH 5/8] io_uring/io-wq: do not use bogus hash value
` [PATCH 6/8] io_uring/io-wq: pass io_wq to io_get_next_work()
` [PATCH 7/8] io_uring: cache io_kiocb->flags in variable
` [PATCH 8/8] io_uring: skip redundant poll wakeups
[PATCHv2 00/11] block write streams with nvme fdp
2025-02-04 10:53 UTC (16+ messages)
` [PATCHv2 01/11] fs: add a write stream field to the kiocb
` [PATCHv2 02/11] block: add a bi_write_stream field
` [PATCHv2 03/11] block: introduce max_write_streams queue limit
` [PATCHv2 04/11] block: introduce a write_stream_granularity "
` [PATCHv2 05/11] block: expose write streams for block device nodes
` [PATCHv2 06/11] io_uring: enable per-io write streams
` [PATCHv2 07/11] nvme: add a nvme_get_log_lsi helper
` [PATCHv2 08/11] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCHv2 09/11] nvme: add FDP definitions
` [PATCHv2 10/11] nvme: register fdp parameters with the block layer
` [PATCHv2 11/11] nvme: use fdp streams if write stream is provided
[PATCHSET 0/9] io_uring epoll wait support
2025-02-03 16:23 UTC (10+ messages)
` [PATCH 1/9] eventpoll: abstract out main epoll reaper into a function
` [PATCH 2/9] eventpoll: add helper to remove wait entry from wait queue head
` [PATCH 3/9] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 4/9] eventpoll: add struct wait_queue_entry argument to epoll_wait()
` [PATCH 5/9] eventpoll: add ep_poll_queue() loop
` [PATCH 6/9] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 7/9] io_uring/poll: pull ownership handling into poll.h
` [PATCH 8/9] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
` [PATCH 9/9] io_uring/epoll: add multishot "
[PATCH 1/1] io_uring: sanitise ring params earlier
2025-01-31 23:56 UTC (2+ messages)
[PATCH v3 1/1] io_uring: check for iowq alloc_workqueue failure
2025-01-31 23:56 UTC (2+ messages)
[PATCH 1/1] io_uring: deduplicate caches deallocation
2025-01-31 23:56 UTC (2+ messages)
[GIT PULL] Final io_uring updates for 6.14-rc1
2025-01-31 20:26 UTC (2+ messages)
[PATCH v2] io_uring: check for iowq alloc_workqueue errors
2025-01-31 16:34 UTC
[PATCH 0/3] check errors in early init
2025-01-31 16:30 UTC (6+ messages)
` [PATCH 1/3] io_uring: propagate req cache creation errors
` [PATCH 2/3] io_uring: propagate io_buffer "
` [PATCH 3/3] io_uring: check for iowq alloc_workqueue errors
KASAN reported an error while executing accept-reust.t testcase
2025-01-30 16:02 UTC (7+ messages)
` [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects
` [PATCH v2] "
[PATCH] io_uring/net: don't retry connect operation on EPOLLERR
2025-01-30 15:44 UTC
[PATCH stable-6.1 1/1] io_uring: fix waiters missing wake ups
2025-01-30 8:51 UTC (6+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-29 8:49 UTC (10+ messages)
` "
` "
` "
` "
[PATCH 0/8] alloc cache and iovec assorted cleanups
2025-01-28 22:42 UTC (11+ messages)
` [PATCH 1/8] io_uring: include all deps for alloc_cache.h
` [PATCH 2/8] io_uring: dont ifdef io_alloc_cache_kasan()
` [PATCH 3/8] io_uring: add alloc_cache.c
` [PATCH 4/8] io_uring/net: make io_net_vec_assign() return void
` [PATCH 5/8] io_uring/net: clean io_msg_copy_hdr()
` [PATCH 6/8] io_uring/net: extract io_send_select_buffer()
` [PATCH 7/8] io_uring: remove !KASAN guards from cache free
` [PATCH 8/8] io_uring/rw: simplify io_rw_recycle()
[PATCH 1/1] io_uring: fix multishots with selected buffers
2025-01-28 14:07 UTC (2+ messages)
Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs
2025-01-27 17:21 UTC (12+ messages)
[PATCH net-next v11 00/21] io_uring zero copy rx
2025-01-27 2:55 UTC (3+ messages)
` [PATCH net-next v11 12/21] io_uring/zcrx: add io_zcrx_area
[PATCH v4] io_uring/futex: Factor out common free logic into io_free_ifd()
2025-01-26 2:06 UTC (2+ messages)
[PATCH v3] io_uring/futex: Factor out common free logic into io_free_ifd()
2025-01-25 15:56 UTC
[PATCH v2] io_uring/futex: Factor out common free logic into io_free_ifd()
2025-01-25 8:52 UTC (3+ messages)
[PATCH] io_uring/register: use atomic_read/write for sq_flags migration
2025-01-25 6:47 UTC (2+ messages)
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