messages from 2023-12-19 21:04:18 to 2024-01-31 20:52:33 UTC [more...]
[PATCH v15 0/7] io_uring: add napi busy polling support
2024-01-31 20:52 UTC (9+ messages)
[PATCH v1] Add compatibility check for idtype_t
2024-01-31 19:46 UTC (2+ messages)
[PATCH] io_uring: Simplify the allocation of slab caches
2024-01-30 10:02 UTC
[PATCH 2/2] io_uring: use file_mnt_idmap helper
2024-01-30 9:40 UTC (2+ messages)
[PATCH v7] io_uring: Statistics of the true utilization of sq threads
2024-01-30 6:57 UTC (7+ messages)
` "
[PATCHSET 0/4] Limit multishot receive retries
2024-01-29 20:23 UTC (5+ messages)
` [PATCH 1/4] io_uring/poll: move poll execution helpers higher up
` [PATCH 2/4] io_uring/net: un-indent mshot retry path in io_recv_finish()
` [PATCH 3/4] io_uring/poll: add requeue return code from poll multishot handling
` [PATCH 4/4] io_uring/net: limit inline multishot retries
[PATCH] io_uring/rw: ensure poll based multishot read retries appropriately
2024-01-27 21:11 UTC
[GIT PULL] io_uring fix for 6.8-rc2
2024-01-26 23:22 UTC (2+ messages)
[PATCH v5 0/2] io_uring: add support for ftruncate
2024-01-25 18:01 UTC (9+ messages)
` [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
` [PATCH v5 2/2] io_uring: add support for ftruncate
[PATCH] io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL
2024-01-23 23:58 UTC (7+ messages)
[PATCH v2 1/2] Add __do_ftruncate that truncates a struct file*
2024-01-23 23:40 UTC (19+ messages)
` [PATCH v2 2/2] io_uring: add support for ftruncate
` [PATCH v3 0/2] Add ftruncate to io_uring
` [PATCH v3 1/2] Add ftruncate_file that truncates a struct file*
` [PATCH v3 2/2] io_uring: add support for ftruncate
` [PATCH v4 0/2] "
` [PATCH v4 1/2] Add ftruncate_file that truncates a struct file
` [PATCH v4 2/2] io_uring: add support for ftruncate
[PATCH v2 1/2] Add __do_ftruncate that truncates a struct file*
2024-01-23 11:32 UTC (2+ messages)
` [PATCH v2 2/2] io_uring: add support for ftruncate
[PATCH 1/2] io_uring: add support for truncate
2024-01-22 20:22 UTC (8+ messages)
` [PATCH 2/2] io_uring: add support for ftruncate
IORING_OP_FIXED_FD_INSTALL and audit/LSM interactions
2024-01-22 15:15 UTC (7+ messages)
[PATCH v3] iouring:added boundary value check for io_uring_group systl
2024-01-20 18:19 UTC
[PATCH v2] iouring:added boundary value check for io_uring_group systl
2024-01-20 18:19 UTC (3+ messages)
[PATCH] iouring:added boundary value check for io_uring_group systl
2024-01-20 14:09 UTC (7+ messages)
[GIT PULL] Followup io_uring fixes for 6.8-rc1
2024-01-19 2:40 UTC (2+ messages)
[PATCH v6] io_uring: Statistics of the true utilization of sq threads
2024-01-18 2:56 UTC (19+ messages)
` "
[PATCH] io_uring/register: guard compat syscall with CONFIG_COMPAT
2024-01-17 16:45 UTC (5+ messages)
[PATCH 0/4] clean up deferred tw wakeups
2024-01-17 14:59 UTC (6+ messages)
` [PATCH 1/4] io_uring: adjust defer tw counting
` [PATCH 2/4] io_uring: clean up local tw add-wait sync
` [PATCH 3/4] io_uring: clean *local_work_add var naming
` [PATCH 4/4] io_uring: combine cq_wait_nr checks
Hit 'nvme nvme0: request 0x100 genctr mismatch' when run fio testing
2024-01-17 4:00 UTC (2+ messages)
[syzbot] [io-uring?] KMSAN: uninit-value in io_rw_fail
2024-01-14 14:26 UTC (2+ messages)
io_uring: Fix exception handling in io_ring_ctx_alloc()
2024-01-12 17:50 UTC (12+ messages)
` [cocci] [PATCH] "
` [PATCH v2 0/2] io_uring: Adjustments for io_ring_ctx_alloc()
` [PATCH v2 1/2] io_uring: Delete a redundant kfree() call in io_ring_ctx_alloc()
` [v2 "
` [PATCH v2 2/2] io_uring: Improve exception handling "
` [v2 "
[GIT PULL] io_uring updates for 6.8-rc1
2024-01-11 22:57 UTC (3+ messages)
[PATCH] io_uring/rsrc: improve code generation for fixed file assignment
2024-01-11 20:37 UTC
[PATCH v2] io_uring/rw: cleanup io_rw_done()
2024-01-10 18:46 UTC (2+ messages)
[PATCH] io_uring/rw: cleanup io_rw_done()
2024-01-10 18:35 UTC (3+ messages)
[PATCH] io_uring: ensure local task_work is run on wait timeout
2024-01-04 19:24 UTC
[RFC PATCH v3 00/20] Zero copy Rx using io_uring
2024-01-02 16:11 UTC (45+ messages)
` [RFC PATCH v3 01/20] net: page_pool: add ppiov mangling helper
` [RFC PATCH v3 02/20] tcp: don't allow non-devmem originated ppiov
` [RFC PATCH v3 03/20] net: page pool: rework ppiov life cycle
` [RFC PATCH v3 06/20] io_uring: separate header for exported net bits
` [RFC PATCH v3 07/20] io_uring: add interface queue
` [RFC PATCH v3 08/20] io_uring: add mmap support for shared ifq ringbuffers
` [RFC PATCH v3 10/20] io_uring: setup ZC for an Rx queue when registering an ifq
` [RFC PATCH v3 13/20] io_uring: implement pp memory provider for zc rx
` [RFC PATCH v3 14/20] net: page pool: add io_uring memory provider
` [RFC PATCH v3 15/20] io_uring: add io_recvzc request
` [RFC PATCH v3 16/20] net: execute custom callback from napi
` [RFC PATCH v3 17/20] io_uring/zcrx: add copy fallback
` [RFC PATCH v3 18/20] veth: add support for io_uring zc rx
` [RFC PATCH v3 19/20] net: page pool: generalise ppiov dma address get
` [RFC PATCH v3 20/20] bnxt: enable io_uring zc page pool
[PATCH v5] io_uring: Statistics of the true utilization of sq threads
2023-12-25 2:36 UTC (4+ messages)
` "
KMSAN: uninit-value in io_rw_fail
2023-12-23 14:56 UTC (4+ messages)
[syzbot] [mm?] [io-uring?] WARNING in get_pte_pfn
2023-12-23 4:59 UTC (5+ messages)
` [syzbot] [mm] "
[PATCH] io_uring/kbuf: add method for returning provided buffer ring head
2023-12-21 16:06 UTC
[PATCH] io_uring/rw: ensure io->bytes_done is always initialized
2023-12-21 15:53 UTC
[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
2023-12-21 11:48 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