aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_debug.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-12cifs: connect individual channel servers to primary channel serverGravatar Shyam Prasad N 1-1/+2
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-0/+2
2021-11-07cifs: nosharesock should not share socket with future sessionsGravatar Shyam Prasad N 1-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-11/+0
2021-06-20cifs: convert list_for_each to entry variant in cifs_debug.cGravatar Baokun Li 1-17/+7
2021-04-25cifs: export supported mount options via new mount_params /proc fileGravatar Aurelien Aptel 1-0/+50
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsGravatar Aurelien Aptel 1-7/+1
2021-03-08cifs: print MIDs in decimal notationGravatar Paulo Alcantara 1-1/+1
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-51/+70
2021-02-22cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataGravatar Steve French 1-3/+3
2021-02-22cifs: change confusing field serverName (to ip_addr)Gravatar Steve French 1-2/+2
2021-02-16cifs: Reformat DebugData and index connections by conn_id.Gravatar Shyam Prasad N 1-49/+68
2021-01-06cifs_debug: use %pd instead of messing with ->d_nameGravatar Al Viro 1-2/+2
2020-12-14cifs: Add witness information to debug data dumpGravatar Samuel Cabrero 1-0/+13
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataGravatar Paul Aurich 1-1/+5
2020-06-08cifs: Add get_security_type_str function to return sec type.Gravatar Kenneth D'souza 1-3/+1
2020-06-04cifs: dump Security Type info in DebugDataGravatar Kenneth D'souza 1-0/+6
2020-04-07cifs: smbd: Merge code to track pending packetsGravatar Long Li 1-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-54/+54
2019-11-25cifs: dump channel info in DebugDataGravatar Aurelien Aptel 1-1/+34
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultGravatar Steve French 1-2/+1
2019-11-25cifs: Don't display RDMA transport on reconnectGravatar Long Li 1-0/+5
2019-09-16smb3: display max smb3 requests in flight at any one timeGravatar Steve French 1-0/+2
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-09smb3: display session id in debug dataGravatar Steve French 1-0/+2
2019-05-07Negotiate and save preferred compression algorithmsGravatar Steve French 1-0/+6
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectGravatar Long Li 1-5/+3
2019-05-07SMB3: Track total time spent on roundtrips for each SMB3 commandGravatar Steve French 1-2/+17
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataGravatar Steve French 1-0/+3
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelyGravatar Steve French 1-1/+7
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataGravatar Ronnie Sahlberg 1-0/+1
2018-12-28cifs: Add DFS cache routinesGravatar Paulo Alcantara 1-0/+12
2018-11-02smb3: allow more detailed protocol info on open files for debuggingGravatar Steve French 1-0/+56
2018-10-23smb3 - clean up debug output displaying network interfacesGravatar Steve French 1-2/+2
2018-10-23smb3: track the instance of each session for debuggingGravatar Steve French 1-4/+6
2018-10-23smb3: allow stats which track session and share reconnects to be resetGravatar Steve French 1-0/+3
2018-08-07smb3: display stats counters for number of slow commandsGravatar Steve French 1-2/+17
2018-08-07smb3: fix minor debug output for CONFIG_CIFS_STATSGravatar Steve French 1-1/+1
2018-08-07smb3: fix reset of bytes read and written statsGravatar Steve French 1-0/+8
2018-08-07cifs: simple stats should always be enabledGravatar Steve French 1-6/+0
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Gravatar Steve French 1-2/+1
2018-08-07cifs: add missing debug entries for kconfig optionsGravatar Steve French 1-7/+23
2018-06-15smb3: do not display empty interface listGravatar Steve French 1-1/+3
2018-06-15CIFS: dump every session iface infoGravatar Aurelien Aptel 1-0/+27
2018-06-04Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-17/+26
2018-05-30cifs: add debug output to show nocase mount optionGravatar Steve French 1-0/+2
2018-05-30smb3: add support for posix negotiate contextGravatar Steve French 1-0/+4
2018-05-30cifs: show the "w" bit for writeable /proc/fs/cifs/* filesGravatar Ronnie Sahlberg 1-14/+14