summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-071-2/+17
* smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French2019-03-141-0/+3
* smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French2019-03-141-1/+7
* cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg2019-01-241-0/+1
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-0/+12
* smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-021-0/+56
* smb3 - clean up debug output displaying network interfacesSteve French2018-10-231-2/+2
* smb3: track the instance of each session for debuggingSteve French2018-10-231-4/+6
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-10-231-0/+3
* smb3: display stats counters for number of slow commandsSteve French2018-08-071-2/+17
* smb3: fix minor debug output for CONFIG_CIFS_STATSSteve French2018-08-071-1/+1
* smb3: fix reset of bytes read and written statsSteve French2018-08-071-0/+8
* cifs: simple stats should always be enabledSteve French2018-08-071-6/+0
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-2/+1
* cifs: add missing debug entries for kconfig optionsSteve French2018-08-071-7/+23
* smb3: do not display empty interface listSteve French2018-06-151-1/+3
* CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
* Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-041-17/+26
|\
| * cifs: add debug output to show nocase mount optionSteve French2018-05-301-0/+2
| * smb3: add support for posix negotiate contextSteve French2018-05-301-0/+4
| * cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg2018-05-301-14/+14
| * cifs: return error on invalid value written to cifsFYIRonnie Sahlberg2018-05-301-0/+2
| * cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-271-2/+2
| * cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-271-2/+3
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+2
|/
* CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel2018-04-111-17/+0
* Add some missing debug fields in server and tcon structsSteve French2018-02-071-1/+8
* move a few externs to smbdirect.h to eliminate warningSteve French2018-01-261-9/+0
* CIFS: dump IPC tcon in debug proc fileAurelien Aptel2018-01-261-26/+35