summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: SMBD: Add SMB Direct debug countersLong Li2018-01-241-0/+66
* CIFS: SMBD: export protocol initial valuesLong Li2018-01-241-0/+79
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-241-0/+2
* [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Display number of credits availableSteve French2016-10-121-0/+1
* drop redundant ->owner initializationsAl Viro2016-05-291-7/+0
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-42/+14
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-141-1/+1
* cifs: fix MUST SecurityFlags filteringNiklas Cassel2015-01-261-2/+4
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-071-3/+2
* cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-071-19/+2
* cifs: call strtobool instead of custom implementationAndy Shevchenko2014-12-071-22/+29
* [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-021-1/+1
* cifs: try to handle the MUST SecurityFlags sanelyJeff Layton2013-06-261-0/+28
* Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French2013-06-241-1/+3
* cifs: clean up the SecurityFlags write handlerJeff Layton2013-06-241-6/+14
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-25/+42
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-241-54/+6
* CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky2012-07-241-1/+1
* CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky2012-05-231-2/+4
* cifs: remove legacy MultiuserMount optionJeff Layton2012-05-161-50/+0
* cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton2012-03-231-43/+0
* CIFS: Change mid_q_entry structure fieldsPavel Shilovsky2012-03-231-10/+10
* CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky2012-03-231-2/+3
* CIFS: Simplify inFlight logicPavel Shilovsky2012-03-211-2/+1
* cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton2012-01-171-1/+10
* cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman2011-10-121-0/+3
* add new module parameter 'enable_oplocks'Steve French2011-10-121-3/+3
* [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...Steve French2011-08-111-1/+1