summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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/+0
* 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-091-12/+10
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-6/+6
* cifs: show features compiled in as part of DebugDataSuresh Jayaraman2010-08-051-0/+25
* cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-261-7/+7
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-17/+17
* [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-101-1/+7
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* [CIFS] Send SMB flush in cifs_fsyncSteve French2009-03-121-0/+2
* [CIFS] Fix build breakSteve French2008-11-171-2/+2
* cifs: reinstate sharing of tree connectionsJeff Layton2008-11-171-108/+128
* cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-141-26/+27
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-141-1/+1
* [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French2008-11-131-2/+2
* [CIFS] list entry can not return nullSteve French2008-08-081-29/+24
* [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-241-2/+2
* [CIFS] remove checkpatch warningSteve French2008-07-241-7/+12
* Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Alexey Dobriyan2008-07-241-395/+241
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-2/+2
* [CIFS] fix build break when proc disabledSteve French2008-02-181-2/+2
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-3/+11
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-2/+1
* [CIFS] Fix cifsd so shuts down when signing fails during mountSteve French2007-10-041-3/+8
* [CIFS] missing field in debug output from previous fixSteve French2007-09-151-1/+2
* [CIFS] Fix potential NULL pointer usage if kzalloc failsSteve French2007-09-151-7/+9
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-1/+0
* [CIFS] Fix sign mount option and sign proc config settingSteve French2007-06-281-84/+8
* [CIFS] fix whitespaceSteve French2007-06-241-5/+5
* [CIFS] whitespace cleanup part 2Steve French2007-06-051-123/+129
* [CIFS] cifs sprintf fixSteve French2007-01-211-2/+2
* [CIFS] NTLMv2 support part 4Steve French2006-06-051-1/+1
* [CIFS] Fix mask so can set new cifs security flags properlySteve French2006-06-041-4/+2
* [CIFS] Support for older servers which require plaintext passwordsSteve French2006-06-021-16/+40
* [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2Steve French2006-06-011-2/+2
* [CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French2006-05-311-13/+71
* [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-121-20/+19