search for: pread_recv

Displaying 3 results from an estimated 3 matches for "pread_recv".

Did you mean: np_read_recv
2020 Nov 09
2
vfs readahead && windows server 2016/2019?
Quick question... The docs for vfs readahead mention Windows Vista, but what about modern Windows versions? Windows Server 2016 or Windows Server 2019? Thank you, -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212) 298-9624 ROBERT.BUCK at SOM.COM
2024 Sep 17
0
vfs_recycle missing deleted file?
...ze limit being in action here. But then: how can an unlinked file not end up in the recycle directory? smb.conf excerpt: full_audit:prefix = %u|%I|%S full_audit:failure = connect full_audit:success = connect disconnect mkdirat open openat create_file close read pread pread_recv write pwrite pwrite_send sendfile renameat unlinkat ftruncate full_audit:facility = local5 full_audit:priority = notice recycle:minsize = 1023 recycle:repository = /home/.recycle/%U recycle:keeptree = yes recycle:versions = yes [ashare] vf...
2020 Nov 10
2
vfs readahead && windows server 2016/2019?
...tion Windows Vista, but what about modern > > Windows versions? Windows Server 2016 or Windows Server 2019? > > vfs_readahead would need to be updated for our > modern VFS. It only calls Linux readahead for > sendfile()/pread(), and modern Samba exclusively > calls pread_send()/pread_recv() with threads > on most systems. > > -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212) 298-9624 ROBERT.BUCK at SOM.COM