search for: fsctl_offload_read

Displaying 5 results from an estimated 5 matches for "fsctl_offload_read".

2020 May 01
3
io_uring cause data corruption
...! OK, I just did this locally with 100 10MB duplicate files. Completely correct SHA256 output for every file on both Windows and Linux after the copy. Note that these are *separate* files on ext4, not created with --reflink (ext4 doesn't support it). The Windows client first tries to do the FSCTL_OFFLOAD_READ (which our btrfs module does support, but not the default ext4 module) and then falls back to regular SMB2 async read, ramping up from 32k initially to 1MB reads. I'm starting to think the problem is in your btrfs filesystem, not the Samba uring module. Before I spend more time on this I'...
2019 Feb 12
0
Issue network share mapping - Windows 10
...all_nt_transact_ioctl(0x94264): Currently not implemented. > [2019/02/12 13:26:39.879058,  1] smbd/service.c:1251(close_cnum) > ipgvir11 (10.9.7.191) closed connection to service groups OK, I think this is your problem: call_nt_transact_ioctl(0x94264): Currently not implemented. 0x94264 = FSCTL_OFFLOAD_READ This was introduced with win8, so it wont be in your Samba 3.5 Have you got any old windows machines ? Rowland
2020 May 02
0
io_uring cause data corruption
...the copy. > > Note that these are *separate* files on ext4, not created > with --reflink (ext4 doesn't support it). I forgot to mention that when copied the files to a SSD, then I did not use any reflinks or hard links, just plain copies. > The Windows client first tries to do the FSCTL_OFFLOAD_READ > (which our btrfs module does support, but not the default > ext4 module) and then falls back to regular SMB2 async > read, ramping up from 32k initially to 1MB reads. Is this the "vfs module = btrfs". This was disabled too in the latest tests. > I'm starting to think the...
2019 Feb 11
3
Issue network share mapping - Windows 10
Hello, I am facing issues to keep samba share to be mapping in Windows 10 After computer start, and first login, the share is mounted correctly. Then user logout, wait for 5 min, and log in windows again, the share cannot be mounted. An "error 64" occurs, with then "the specified network path is not available"... My samba server is in version 3.5.6 (SMB1) My Windows 10
2020 May 01
2
io_uring cause data corruption
On Fri, May 01, 2020 at 05:07:17PM +0200, A L via samba wrote: > > On 2020-05-01 15:59, Rowland penny via samba wrote: > > On 01/05/2020 14:35, A L via samba wrote: > > > True.. I just copied from another share. Would that have a impact on > > > the current problem with io_uring? > > > > I do not know, I'll leave that up to Jeremy, but it has to be