aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07cifs: 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-07Negotiate and save preferred compression algorithmsSteve French1-0/+6
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li1-5/+3
2019-05-07SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French1-2/+17
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French1-0/+3
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French1-1/+7
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg1-0/+1
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-0/+12
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+56
2018-10-23smb3 - clean up debug output displaying network interfacesSteve French1-2/+2
2018-10-23smb3: track the instance of each session for debuggingSteve French1-4/+6
2018-10-23smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-08-07smb3: display stats counters for number of slow commandsSteve French1-2/+17
2018-08-07smb3: fix minor debug output for CONFIG_CIFS_STATSSteve French1-1/+1
2018-08-07smb3: fix reset of bytes read and written statsSteve French1-0/+8
2018-08-07cifs: simple stats should always be enabledSteve French1-6/+0
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-2/+1
2018-08-07cifs: add missing debug entries for kconfig optionsSteve French1-7/+23
2018-06-15smb3: do not display empty interface listSteve French1-1/+3
2018-06-15CIFS: dump every session iface infoAurelien Aptel1-0/+27
2018-06-04Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-17/+26
2018-05-30cifs: add debug output to show nocase mount optionSteve French1-0/+2
2018-05-30smb3: add support for posix negotiate contextSteve French1-0/+4
2018-05-30cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg1-14/+14
2018-05-30cifs: return error on invalid value written to cifsFYIRonnie Sahlberg1-0/+2
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French1-2/+2
2018-05-27cifs: add server argument to the dump_detail methodRonnie Sahlberg1-2/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+2
2018-04-11CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel1-17/+0
2018-02-07Add some missing debug fields in server and tcon structsSteve French1-1/+8
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French1-9/+0
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel1-26/+35
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li1-0/+66
2018-01-24CIFS: SMBD: export protocol initial valuesLong Li1-0/+79
2018-01-24CIFS: SMBD: Add rdma mount optionLong Li1-0/+2
2017-09-20[SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French1-2/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-12Display number of credits availableSteve French1-0/+1
2016-05-29drop redundant ->owner initializationsAl Viro1-7/+0
2016-03-17lib: update single-char callers of strtobool()Kees Cook1-42/+14
2016-01-14cifs: Ratelimit kernel log messagesJamie Bainbridge1-1/+1
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel1-2/+4
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko1-3/+2