aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1087/+0
* smb3: display debug information better for encryptionSteve French2023-05-241-2/+6
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-021-1/+6
* cifs: print session id while listing open filesShyam Prasad N2023-03-231-2/+3
* cifs: dump pending mids for all channels in DebugDataShyam Prasad N2023-03-231-14/+27
* cifs: return DFS root session id in DebugDataPaulo Alcantara2023-03-141-0/+5
* cifs: print last update time for interface listShyam Prasad N2023-02-201-2/+4
* cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-201-2/+3
* cifs: share dfs connections and supersPaulo Alcantara2022-12-191-0/+8
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-2/+2
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-4/+4
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-37/+11
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-7/+7
* cifs: remove unnecessary (void*) conversions.Yu Zhe2022-08-011-1/+1
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-5/+7
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-0/+4
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-2/+2
* smb3: add mount parm nosparseSteve French2022-05-231-1/+2
* smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-1/+1
* cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N2022-01-021-1/+7
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-1/+2
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-0/+2
* cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-071-0/+2
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-11/+0
* cifs: convert list_for_each to entry variant in cifs_debug.cBaokun Li2021-06-201-17/+7
* cifs: export supported mount options via new mount_params /proc fileAurelien Aptel2021-04-251-0/+50
* cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel2021-04-251-7/+1
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-081-1/+1
* Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-02-261-51/+70
|\
| * cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French2021-02-221-3/+3
| * cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-2/+2
| * cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N2021-02-161-49/+68
* | cifs_debug: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
|/
* cifs: Add witness information to debug data dumpSamuel Cabrero2020-12-141-0/+13
* cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich2020-07-011-1/+5
* cifs: Add get_security_type_str function to return sec type.Kenneth D'souza2020-06-081-3/+1
* cifs: dump Security Type info in DebugDataKenneth D'souza2020-06-041-0/+6
* cifs: smbd: Merge code to track pending packetsLong Li2020-04-071-4/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-54/+54
* cifs: dump channel info in DebugDataAurelien Aptel2019-11-251-1/+34
* smb3: dump in_send and num_waiters stats counters by defaultSteve French2019-11-251-2/+1
* cifs: Don't display RDMA transport on reconnectLong Li2019-11-251-0/+5
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+2
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-071-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* smb3: display session id in debug dataSteve French2019-05-091-0/+2
* Negotiate and save preferred compression algorithmsSteve French2019-05-071-0/+6
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-071-5/+3