This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3e1ad4054b8d doc: don't use deprecated "---help---" markers in target docs new 4f9b3a377549 binderfs: add gitignore for generated sample program new 5865985416eb smb3: extend fscache mount volume coherency check new 0b0430c6a10a cifs: Add get_security_type_str function to return sec type. new 7866c177a03b smb3: fix typo in mount options displayed in /proc/mounts new ebf57440ec59 smb3: add indatalen that can be a non-zero value to calcul [...] new 6a5f6592a0b6 SMB311: Add support for query info using posix extensions [...] new b1bc1874b885 smb311: Add support for SMB311 query info (non-compounded) new 790434ff9848 smb311: Add support for lookup with posix extensions query info new d313852d7ad0 smb311: add support for using info level for posix extensi [...] new e4bd7c4a8d2a smb311: Add tracepoints for new compound posix query info new 975221eca5fb smb3: allow uid and gid owners to be set on create with id [...] new a66033982784 cifs: fix chown and chgrp when idsfromsid mount option enabled new a7a519a49262 smb3: Add debug message for new file creation with idsfrom [...] new f82e7b57b5fc Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/cifs/cache.c | 9 +-- fs/cifs/cifs_debug.c | 4 +- fs/cifs/cifsacl.c | 79 +++++++++++++++---- fs/cifs/cifsacl.h | 15 ++++ fs/cifs/cifsfs.c | 2 +- fs/cifs/cifsglob.h | 18 +++++ fs/cifs/cifsproto.h | 3 + fs/cifs/dir.c | 5 +- fs/cifs/file.c | 5 +- fs/cifs/fscache.c | 17 +++- fs/cifs/fscache.h | 9 +++ fs/cifs/inode.c | 185 +++++++++++++++++++++++++++++++++++++++++++- fs/cifs/link.c | 4 +- fs/cifs/smb2glob.h | 1 + fs/cifs/smb2inode.c | 105 +++++++++++++++++++++++++ fs/cifs/smb2pdu.c | 131 +++++++++++++++++++++++++------ fs/cifs/smb2pdu.h | 27 ++++++- fs/cifs/smb2proto.h | 6 ++ fs/cifs/trace.h | 3 + samples/binderfs/.gitignore | 1 + 20 files changed, 572 insertions(+), 57 deletions(-) create mode 100644 samples/binderfs/.gitignore