https://bugs.kde.org/show_bug.cgi?id=402988
Bug ID: 402988
Summary: SMBSlave::listDir() should use smbc_readdirplus() if
available
Product: kio-extras
Version: 18.12.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Samba
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
The slave is doing opendir/readdir/close to get the file name list.
At this point we're actually already fetching all required info to satisfy a
stat via SMB2_FIND_ID_BOTH_DIRECTORY_INFO.
With the release of Samba 4.9 there is a new smbc_readdirplus() available. This
will return all the stat information we already collected for the directory.
This significantly will reduce roundtrips which slows down traversing the
directories.
--
You are receiving this mail because:
You are watching all bug changes.