aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko1-19/+2
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French1-1/+1
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton1-0/+28
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French1-1/+3
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton1-6/+14
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-25/+42
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky1-54/+6
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky1-1/+1
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky1-2/+4
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton1-50/+0
2012-03-23cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton1-43/+0
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky1-10/+10
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky1-2/+3
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky1-2/+1
2012-01-17cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton1-1/+10
2011-10-12cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman1-0/+3
2011-10-12add new module parameter 'enable_oplocks'Steve French1-3/+3
2011-08-11[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readableSteve French1-1/+1
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-13/+13
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-1/+1
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton1-43/+0
2011-01-20cifs: allow for different handling of received responseJeff Layton1-4/+4
2011-01-19cifs: clean up accesses to midCountJeff Layton1-1/+1
2011-01-09cifs: show "acl" in DebugData Features when it's compiled inJeff Layton1-12/+10
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-6/+6
2010-08-05cifs: show features compiled in as part of DebugDataSuresh Jayaraman1-0/+25
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton1-7/+7
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-17/+17
2009-07-10[CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French1-1/+7
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+2
2008-11-17[CIFS] Fix build breakSteve French1-2/+2
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton1-108/+128
2008-11-14cifs: reinstate sharing of SMB sessions sans racesJeff Layton1-26/+27
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton1-1/+1