summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
AgeCommit message (Expand)AuthorLines
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N-4/+4
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya-37/+11
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French-7/+7
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe-1/+1
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N-5/+7
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N-0/+4
2022-05-24cifs: use new enum for ses_statusShyam Prasad N-2/+2
2022-05-23smb3: add mount parm nosparseSteve French-1/+2
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French-1/+1
2022-01-02cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N-1/+7
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N-1/+2
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N-0/+2
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerSteve French-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg-11/+0
2021-06-20cifs: convert list_for_each to entry variant in cifs_debug.cBaokun Li-17/+7
2021-04-25cifs: export supported mount options via new mount_params /proc fileAurelien Aptel-0/+50
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel-7/+1
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara-1/+1
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-51/+70
2021-02-22cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French-3/+3
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French-2/+2
2021-02-16cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N-49/+68
2021-01-06cifs_debug: use %pd instead of messing with ->d_nameAl Viro-2/+2
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero-0/+13
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich-1/+5
2020-06-08cifs: Add get_security_type_str function to return sec type.Kenneth D'souza-3/+1
2020-06-04cifs: dump Security Type info in DebugDataKenneth D'souza-0/+6
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li-4/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-54/+54
2019-11-25cifs: dump channel info in DebugDataAurelien Aptel-1/+34
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultSteve French-2/+1
2019-11-25cifs: Don't display RDMA transport on reconnectLong Li-0/+5
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French-0/+2
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-05-09smb3: display session id in debug dataSteve French-0/+2
2019-05-07Negotiate and save preferred compression algorithmsSteve French-0/+6
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li-5/+3
2019-05-07SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French-2/+17
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French-0/+3
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French-1/+7
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg-0/+1
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara-0/+12
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French-0/+56
2018-10-23smb3 - clean up debug output displaying network interfacesSteve French-2/+2
2018-10-23smb3: track the instance of each session for debuggingSteve French-4/+6
2018-10-23smb3: allow stats which track session and share reconnects to be resetSteve French-0/+3
2018-08-07smb3: display stats counters for number of slow commandsSteve French-2/+17