aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [CIFS] Display large/small total buffer allocations in /proc/fs/cifs/StatsSteve French2005-12-031-0/+8
* [CIFS] Add extended stats (STATS2) for total buffer allocations forSteve French2005-12-031-0/+4
* [CIFS] Add null malloc response check in notify experimental codeSteve French2005-10-111-1/+1
* [CIFS] CIFS Stats improvementsSteve French2005-10-111-1/+48
* [CIFS] Fix rsize calculation so that large readx flag is checked.Steve French2005-10-101-1/+1
* [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoffSteve French2005-10-101-2/+2
* [CIFS] /proc/fs/cifs debug code cleanup and new stats2Steve French2005-10-071-4/+12
* [CIFS] Make CIFS statistics more accurate and add some stats that wereSteve French2005-08-201-10/+20
* [CIFS] Performance improvement, finish up adding CIFSSMBWrite2Steve French2005-06-231-2/+8
* [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in ses...Steve French2005-04-281-4/+11