commit | 6a5f6592a0b606eac3147f786c958f1696c337f3 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Jun 11 19:25:47 2020 -0500 |
committer | Steve French <stfrench@microsoft.com> | Fri Jun 12 06:20:38 2020 -0500 |
tree | 0d96a5fd96ace58d3bae80302367837718f26e4c | |
parent | ebf57440ec59a36e1fc5fe91e31d66ae0d1662d0 [diff] |
SMB311: Add support for query info using posix extensions (level 100) Adds support for better query info on dentry revalidation (using the SMB3.1.1 POSIX extensions level 100). Followon patch will add support for translating the UID/GID from the SID and also will add support for using the posix query info on lookup. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>