summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-301-1/+0Star
* [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-151-26/+27
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-151-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/+24Star
* [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/+241Star
* 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-081-2/+1Star
* [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/+0Star
* [CIFS] Fix sign mount option and sign proc config settingSteve French2007-06-281-84/+8Star
* [CIFS] fix whitespaceSteve French2007-06-241-5/+5
* [CIFS] whitespace cleanup part 2Steve French2007-06-051-123/+129
* [CIFS] cifs sprintf fixSteve French2007-01-221-2/+2
* [CIFS] NTLMv2 support part 4Steve French2006-06-061-1/+1
* [CIFS] Fix mask so can set new cifs security flags properlySteve French2006-06-051-4/+2Star