Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
Pull more smb3 updates from Steve French: "Various tracing and debugging improvements, crediting fixes, some cleanup, and important fallocate fix (fixes three xfstests) and lock fix. Summary: - Various additional dynamic tracing tracepoints - Debugging improvements (including ability to query the server via SMB3 fsctl from userspace tools which can help with stats and debugging) - One minor performance improvement (root directory inode caching) - Crediting (SMB3 flow control) fixes - Some cleanup (docs and to mknod) - Important fixes: one to smb3 implementation of fallocate zero range (which fixes three xfstests) and a POSIX lock fix" * tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6: (22 commits) CIFS: fix POSIX lock leak and invalid ptr deref SMB3: Allow SMB3 FSCTL queries to be sent to server from tools cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc smb2: fix typo in definition of a few error flags CIFS: make mknod() an smb_version_op cifs: minor documentation updates cifs: remove unused value pointed out by Coverity SMB3: passthru query info doesn't check for SMB3 FSCTL passthru smb3: add dynamic tracepoints for simple fallocate and zero range cifs: fix smb3_zero_range so it can expand the file-size when required cifs: add SMB2_ioctl_init/free helpers to be used with compounding smb3: Add dynamic trace points for various compounded smb3 ops cifs: cache FILE_ALL_INFO for the shared root handle smb3: display volume serial number for shares in /proc/fs/cifs/DebugData cifs: simplify how we handle credits in compound_send_recv() smb3: add dynamic tracepoint for timeout waiting for credits smb3: display security information in /proc/fs/cifs/DebugData more accurately cifs: add a timeout argument to wait_for_free_credits cifs: prevent starvation in wait_for_free_credits for multi-credit requests cifs: wait_for_free_credits() make it possible to wait for >=1 credits ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/cifs/TODO 2 additions, 1 deletionDocumentation/filesystems/cifs/TODO
- Documentation/filesystems/cifs/cifs.txt 22 additions, 12 deletionsDocumentation/filesystems/cifs/cifs.txt
- fs/cifs/cifs_debug.c 10 additions, 1 deletionfs/cifs/cifs_debug.c
- fs/cifs/cifs_ioctl.h 3 additions, 0 deletionsfs/cifs/cifs_ioctl.h
- fs/cifs/cifsglob.h 14 additions, 2 deletionsfs/cifs/cifsglob.h
- fs/cifs/connect.c 0 additions, 4 deletionsfs/cifs/connect.c
- fs/cifs/dir.c 3 additions, 104 deletionsfs/cifs/dir.c
- fs/cifs/file.c 13 additions, 1 deletionfs/cifs/file.c
- fs/cifs/smb1ops.c 126 additions, 0 deletionsfs/cifs/smb1ops.c
- fs/cifs/smb2inode.c 78 additions, 9 deletionsfs/cifs/smb2inode.c
- fs/cifs/smb2ops.c 364 additions, 59 deletionsfs/cifs/smb2ops.c
- fs/cifs/smb2pdu.c 83 additions, 62 deletionsfs/cifs/smb2pdu.c
- fs/cifs/smb2pdu.h 7 additions, 0 deletionsfs/cifs/smb2pdu.h
- fs/cifs/smb2proto.h 7 additions, 0 deletionsfs/cifs/smb2proto.h
- fs/cifs/smb2status.h 3 additions, 3 deletionsfs/cifs/smb2status.h
- fs/cifs/trace.h 124 additions, 0 deletionsfs/cifs/trace.h
- fs/cifs/transport.c 122 additions, 104 deletionsfs/cifs/transport.c
Loading
Please register or sign in to comment