summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* 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-311-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-281-2/+2
| * cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-281-2/+3
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+2Star
|/
* CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel2018-04-111-17/+0Star
* 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-271-9/+0Star
* CIFS: dump IPC tcon in debug proc fileAurelien Aptel2018-01-271-26/+35
* CIFS: SMBD: Add SMB Direct debug countersLong Li2018-01-251-0/+66
* CIFS: SMBD: export protocol initial valuesLong Li2018-01-251-0/+79
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-251-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-301-7/+0Star
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-42/+14Star
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-141-1/+1
* cifs: fix MUST SecurityFlags filteringNiklas Cassel2015-01-271-2/+4
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-081-3/+2Star
* cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-081-19/+2Star
* cifs: call strtobool instead of custom implementationAndy Shevchenko2014-12-081-22/+29
* [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-031-1/+1
* cifs: try to handle the MUST SecurityFlags sanelyJeff Layton2013-06-271-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-051-25/+42
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-241-54/+6Star
* 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-171-50/+0Star
* cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton2012-03-231-43/+0Star
* 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/+1Star
* cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton2012-01-181-1/+10
* cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman2011-10-131-0/+3
* add new module parameter 'enable_oplocks'Steve French2011-10-131-3/+3
* [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...Steve French2011-08-111-1/+1
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-13/+13
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-1/+1
* cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton2011-04-121-43/+0Star
* cifs: allow for different handling of received responseJeff Layton2011-01-201-4/+4
* cifs: clean up accesses to midCountJeff Layton2011-01-191-1/+1
* cifs: show "acl" in DebugData Features when it's compiled inJeff Layton2011-01-101-12/+10Star