summaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_debug.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-1087/+0
2023-05-25smb3: display debug information better for encryptionSteve French1-2/+6
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara1-1/+6
2023-03-23cifs: print session id while listing open filesShyam Prasad N1-2/+3
2023-03-23cifs: dump pending mids for all channels in DebugDataShyam Prasad N1-14/+27
2023-03-15cifs: return DFS root session id in DebugDataPaulo Alcantara1-0/+5
2023-02-20cifs: print last update time for interface listShyam Prasad N1-2/+4
2023-02-20cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2022-12-19cifs: share dfs connections and supersPaulo Alcantara1-0/+8
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-2/+2
2022-08-18cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-4/+4
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-37/+11
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-7/+7
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe1-1/+1
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N1-5/+7
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N1-0/+4
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-2/+2
2022-05-24smb3: add mount parm nosparseSteve French1-1/+2
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-1/+1
2022-01-03cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N1-1/+7
2021-11-13cifs: connect individual channel servers to primary channel serverShyam Prasad N1-1/+2
2021-11-13cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+2
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N1-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-11/+0
2021-06-21cifs: convert list_for_each to entry variant in cifs_debug.cBaokun Li1-17/+7
2021-04-26cifs: export supported mount options via new mount_params /proc fileAurelien Aptel1-0/+50
2021-04-26cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-7/+1
2021-03-09cifs: print MIDs in decimal notationPaulo Alcantara1-1/+1
2021-02-27Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-51/+70
2021-02-23cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French1-3/+3
2021-02-23cifs: change confusing field serverName (to ip_addr)Steve French1-2/+2
2021-02-17cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N1-49/+68
2021-01-07cifs_debug: use %pd instead of messing with ->d_nameAl Viro1-2/+2
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero1-0/+13
2020-07-02cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich1-1/+5
2020-06-09cifs: Add get_security_type_str function to return sec type.Kenneth D'souza1-3/+1
2020-06-04cifs: dump Security Type info in DebugDataKenneth D'souza1-0/+6
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li1-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-54/+54
2019-11-25cifs: dump channel info in DebugDataAurelien Aptel1-1/+34
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultSteve French1-2/+1
2019-11-25cifs: Don't display RDMA transport on reconnectLong Li1-0/+5
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French1-0/+2
2019-07-08cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-09smb3: display session id in debug dataSteve French1-0/+2
2019-05-08Negotiate and save preferred compression algorithmsSteve French1-0/+6
2019-05-08cifs: smbd: Don't destroy transport on RDMA disconnectLong Li1-5/+3