summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Display number of credits availableSteve French2016-10-121-0/+1
* drop redundant ->owner initializationsAl Viro2016-05-291-7/+0
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-42/+14
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-141-1/+1
* cifs: fix MUST SecurityFlags filteringNiklas Cassel2015-01-261-2/+4
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-071-3/+2
* cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-071-19/+2
* cifs: call strtobool instead of custom implementationAndy Shevchenko2014-12-071-22/+29
* [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-021-1/+1
* cifs: try to handle the MUST SecurityFlags sanelyJeff Layton2013-06-261-0/+28
* Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French2013-06-241-1/+3
* cifs: clean up the SecurityFlags write handlerJeff Layton2013-06-241-6/+14
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-25/+42
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-241-54/+6
* 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-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
OpenPOWER on IntegriCloud