aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_debug.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsGravatar Steve French 1-1/+1
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyGravatar Jeff Layton 1-0/+28
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingGravatar Steve French 1-1/+3
2013-06-24cifs: clean up the SecurityFlags write handlerGravatar Jeff Layton 1-6/+14
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-25/+42
2012-07-24CIFS: Move clear/print_stats code to ops structGravatar Pavel Shilovsky 1-54/+6
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codeGravatar Pavel Shilovsky 1-1/+1
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structGravatar Pavel Shilovsky 1-2/+4
2012-05-16cifs: remove legacy MultiuserMount optionGravatar Jeff Layton 1-50/+0
2012-03-23cifs: remove /proc/fs/cifs/OplockEnabledGravatar Jeff Layton 1-43/+0
2012-03-23CIFS: Change mid_q_entry structure fieldsGravatar Pavel Shilovsky 1-10/+10
2012-03-23CIFS: Separate protocol-specific code from demultiplex codeGravatar Pavel Shilovsky 1-2/+3
2012-03-21CIFS: Simplify inFlight logicGravatar Pavel Shilovsky 1-2/+1
2012-01-17cifs: warn about impending deprecation of legacy MultiuserMount codeGravatar Jeff Layton 1-1/+10
2011-10-12cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceGravatar Suresh Jayaraman 1-0/+3
2011-10-12add new module parameter 'enable_oplocks'Gravatar Steve French 1-3/+3
2011-08-11[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...Gravatar Steve French 1-1/+1
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-13/+13
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-1/+1
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmGravatar Jeff Layton 1-43/+0
2011-01-20cifs: allow for different handling of received responseGravatar Jeff Layton 1-4/+4
2011-01-19cifs: clean up accesses to midCountGravatar Jeff Layton 1-1/+1
2011-01-09cifs: show "acl" in DebugData Features when it's compiled inGravatar Jeff Layton 1-12/+10
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockGravatar Suresh Jayaraman 1-6/+6
2010-08-05cifs: show features compiled in as part of DebugDataGravatar Suresh Jayaraman 1-0/+25
2010-04-26cifs: rename "extended_security" to "global_secflags"Gravatar Jeff Layton 1-7/+7
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-17/+17
2009-07-10[CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsGravatar Steve French 1-1/+7
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2009-03-12[CIFS] Send SMB flush in cifs_fsyncGravatar Steve French 1-0/+2
2008-11-17[CIFS] Fix build breakGravatar Steve French 1-2/+2
2008-11-17cifs: reinstate sharing of tree connectionsGravatar Jeff Layton 1-108/+128
2008-11-14cifs: reinstate sharing of SMB sessions sans racesGravatar Jeff Layton 1-26/+27
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeGravatar Jeff Layton 1-1/+1
2008-11-13[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Gravatar Steve French 1-2/+2
2008-08-08[CIFS] list entry can not return nullGravatar Steve French 1-29/+24
2008-07-24[CIFS] Fix warnings from checkpatchGravatar Shirish Pargaonkar 1-2/+2
2008-07-24[CIFS] remove checkpatch warningGravatar Steve French 1-7/+12
2008-07-24Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Gravatar Alexey Dobriyan 1-395/+241
2008-04-29proc: remove proc_root_fsGravatar Alexey Dobriyan 1-2/+2
2008-02-18[CIFS] fix build break when proc disabledGravatar Steve French 1-2/+2
2008-02-12[CIFS] clean up some hard to read ifdefsGravatar Steve French 1-3/+11
2008-02-07[CIFS] reduce checkpatch warningsGravatar Steve French 1-2/+1
2007-10-04[CIFS] Fix cifsd so shuts down when signing fails during mountGravatar Steve French 1-3/+8
2007-09-15[CIFS] missing field in debug output from previous fixGravatar Steve French 1-1/+2
2007-09-15[CIFS] Fix potential NULL pointer usage if kzalloc failsGravatar Steve French 1-7/+9
2007-07-13[CIFS] whitespace/formatting fixesGravatar Steve French 1-1/+0
2007-06-28[CIFS] Fix sign mount option and sign proc config settingGravatar Steve French 1-84/+8
2007-06-24[CIFS] fix whitespaceGravatar Steve French 1-5/+5
2007-06-05[CIFS] whitespace cleanup part 2Gravatar Steve French 1-123/+129