This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6c83d0d5eb62 Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/p [...] new 480b1cb9dad8 cifs: change wait_for_free_request() to take flags as argument new 4230cff8c0b7 cifs: pass flags down into wait_for_free_credits() new b227d215deef cifs: wait_for_free_credits() make it possible to wait for [...] new 16b34aa44b25 cifs: prevent starvation in wait_for_free_credits for mult [...] new 2b53b929faed cifs: add a timeout argument to wait_for_free_credits new ffd1ef1e5072 smb3: display security information in /proc/fs/cifs/DebugD [...] new 7937ca961c84 smb3: add dynamic tracepoint for timeout waiting for credits new 257b78099be0 cifs: simplify how we handle credits in compound_send_recv() new ab7b10cf4fd1 smb3: display volume serial number for shares in /proc/fs/ [...] new b0f6df737a1c cifs: cache FILE_ALL_INFO for the shared root handle new 8191576a1249 smb3: Add dynamic trace points for various compounded smb3 ops new ccdc77a3054a cifs: add SMB2_ioctl_init/free helpers to be used with com [...] new 72c419d9b073 cifs: fix smb3_zero_range so it can expand the file-size w [...] new 779ede040dd4 smb3: add dynamic tracepoints for simple fallocate and zero range new 31ba4331d571 SMB3: passthru query info doesn't check for SMB3 FSCTL passthru new d44d13723b09 cifs: remove unused value pointed out by Coverity new 6552580286e5 cifs: minor documentation updates new c847dccfbdc1 CIFS: make mknod() an smb_version_op new dd0ac2d24bf0 smb2: fix typo in definition of a few error flags new f16994797ea8 cifs: fix incorrect handling of smb2_set_sparse() return i [...] new f5778c398713 SMB3: Allow SMB3 FSCTL queries to be sent to server from tools new bc31d0cdcfba CIFS: fix POSIX lock leak and invalid ptr deref new 9c7dc824d9a4 Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
The 23 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: Documentation/filesystems/cifs/TODO | 3 +- Documentation/filesystems/cifs/cifs.txt | 34 ++- fs/cifs/cifs_debug.c | 11 +- fs/cifs/cifs_ioctl.h | 3 + fs/cifs/cifsglob.h | 16 +- fs/cifs/connect.c | 4 - fs/cifs/dir.c | 107 +------- fs/cifs/file.c | 14 +- fs/cifs/smb1ops.c | 126 ++++++++++ fs/cifs/smb2inode.c | 87 ++++++- fs/cifs/smb2ops.c | 423 +++++++++++++++++++++++++++----- fs/cifs/smb2pdu.c | 145 ++++++----- fs/cifs/smb2pdu.h | 7 + fs/cifs/smb2proto.h | 7 + fs/cifs/smb2status.h | 6 +- fs/cifs/trace.h | 124 ++++++++++ fs/cifs/transport.c | 226 +++++++++-------- 17 files changed, 981 insertions(+), 362 deletions(-)