search for: io_uring_queue_init

Displaying 2 results from an estimated 2 matches for "io_uring_queue_init".

2020 Apr 27
0
io_uring cause data corruption
...edid step 4 and 5. Now sha256sum was wrong, but all 10 files had the > same (but wrong) csum! The io_uring module has a vfs_io_uring:num_entries parameter which by default is set to 128. The readv/writev requests are queued inside smbd, but the number of outstanding io_uring requests are set by io_uring_queue_init(vfs_io_uring:num_entries,...). Can you try changing that value to see if the corruption point moves ? There is also a setting vfs_io_uring:sqpoll, currently set to false. Try flipping that to true to see if it changes the problem.
2020 Apr 27
4
io_uring cause data corruption
On 2020-04-27 18:45, Jeremy Allison via samba wrote: > On Mon, Apr 27, 2020 at 10:27:17AM +0200, A L via samba wrote: >> On 2020-04-26 19:46, Jeremy Allison via samba wrote: >>> On Sun, Apr 26, 2020 at 11:51:42AM +0200, A L via samba wrote: >>>> * Connected from a Windows 10 computer over 1G ethernet. * Copy >>>> data using Windows Explorer and