This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8c79f4cd441b Merge tag 'docs-5.2' of git://git.lwn.net/linux new 433b8dd7672b SMB3: Track total time spent on roundtrips for each SMB3 command new f5307104e757 cifs: don't use __constant_cpu_to_le32() new 5072010ccf05 cifs: Fix DFS cache refresher for DFS links new c8b6ac1a9d1f CIFS: Show locallease in /proc/mounts for cifs shares moun [...] new d070f9dd625a CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sb new 973189aba69e SMB3: update comment to clarify enumerating snapshots new 050b8c374019 smbd: Make upper layer decide when to destroy the transport new e8b3bfe9bc65 cifs: smbd: Don't destroy transport on RDMA disconnect new 98e0d4088845 cifs: smbd: Return EINTR when interrupted new 62fdf6707ebd cifs: smbd: Indicate to retry on transport sending failure new b7972092199f cifs: smbd: Retry on memory registration failure new 214bab448476 cifs: Call MID callback before destroying transport new 0ae3fa4dc1fc cifs: remove superfluous inode_lock in cifs_{strict_}fsync new efac779b1c69 cifs: Add support for FSCTL passthrough that write data to [...] new 46e6661963fb SMB3: Add handling for different FSCTL access flags new 4739f2328661 cifs: smbd: take an array of reqeusts when sending upper l [...] new 5242fcb706cb cifs: fix bi-directional fsctl passthrough calls new d7bef4c4ebe4 SMB3: Add defines for new negotiate contexts new 2f3ebaba13ce cifs: add fiemap support new 0df7edd9dca0 Add new flag on SMB3.1.1 read new c7fe388d76e9 cifs: zero-range does not require the file is sparse new c425014afd7f cifs: fix smb3_zero_range for Azure new edf3ef3707c2 smb3: Add protocol structs for change notify support new d69cb728e70c cifs: fix credits leak for SMB1 oplock breaks new 392e1c5dc9cc cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP new 26ea888f6282 Negotiate and save preferred compression algorithms new 6a54b2e002c9 cifs: fix strcat buffer overflow and reduce raciness in sm [...] new ebaf546a5584 SMB3: Clean up query symlink when reparse point new cb4f7bf6be10 cifs: update module internal version number new 78d9affbb0e7 Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6 new 71921ef85928 gfs2: Fix loop in gfs2_rbm_find (v2) new 7881ef3f33bb gfs2: Fix lru_count going negative new 7c70b896951c gfs2: clean_journal improperly set sd_log_flush_head new 9287c6452d2b gfs2: Fix occasional glock use-after-free new 73118ca8baf7 gfs2: Replace gl_revokes with a GLF flag new ce895cf15ab6 gfs2: Remove misleading comments in gfs2_evict_inode new 32ac43f6a4eb gfs2: Remove unnecessary extern declarations new a5b1d3fc5031 gfs2: Rename sd_log_le_{revoke,ordered} new fbb27873f21d gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke} new 8f91821990fd gfs2: fix race between gfs2_freeze_func and unmount new d0a22a4b03b8 gfs2: Fix iomap write page reclaim deadlock new f4686c26ecc3 gfs2: read journal in large chunks new ef75bd71c5d3 Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/l [...]
The 43 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/cifs_debug.c | 33 +- fs/cifs/cifsfs.c | 3 + fs/cifs/cifsfs.h | 4 +- fs/cifs/cifsglob.h | 27 +- fs/cifs/cifsproto.h | 9 + fs/cifs/cifssmb.c | 98 +- fs/cifs/connect.c | 63 +- fs/cifs/dfs_cache.c | 140 +- fs/cifs/dfs_cache.h | 5 +- fs/cifs/file.c | 5 - fs/cifs/inode.c | 37 + fs/cifs/link.c | 13 +- fs/cifs/smb1ops.c | 9 +- fs/cifs/smb2ops.c | 309 +++-- fs/cifs/smb2pdu.c | 72 +- fs/cifs/smb2pdu.h | 71 + fs/cifs/smb2status.h | 3480 +++++++++++++++++++++++++------------------------- fs/cifs/smbdirect.c | 292 ++--- fs/cifs/smbdirect.h | 19 +- fs/cifs/smbfsctl.h | 29 +- fs/cifs/transport.c | 48 +- fs/gfs2/aops.c | 14 +- fs/gfs2/bmap.c | 118 +- fs/gfs2/bmap.h | 1 + fs/gfs2/dir.c | 2 +- fs/gfs2/glock.c | 25 +- fs/gfs2/glops.c | 3 +- fs/gfs2/incore.h | 9 +- fs/gfs2/log.c | 47 +- fs/gfs2/log.h | 5 +- fs/gfs2/lops.c | 260 +++- fs/gfs2/lops.h | 11 +- fs/gfs2/main.c | 1 - fs/gfs2/ops_fstype.c | 7 +- fs/gfs2/recovery.c | 135 +- fs/gfs2/recovery.h | 4 +- fs/gfs2/rgrp.c | 56 +- fs/gfs2/super.c | 20 +- fs/gfs2/trans.c | 4 +- fs/gfs2/trans.h | 2 +- fs/gfs2/xattr.c | 6 +- 41 files changed, 3019 insertions(+), 2477 deletions(-)