aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-28[CIFS] Turn off Unicode during session establishment for plaintext authenticationSteve French1-0/+2
2008-08-28[CIFS] update cifs change logSteve French2-3/+16
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-08-27[CIFS] Fix plaintext authenticationSteve French1-0/+1
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton2-1/+9
2008-08-26[CIFS] check version in spnego upcall responseSteve French3-2/+15
2008-08-19[CIFS] Kerberos support not considered experimental anymoreSteve French1-4/+26
2008-08-19[CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French4-6/+14
2008-08-19cifs: add local server pointer to cifs_setup_sessionJeff Layton1-16/+17
2008-08-19[CIFS] reindent misindented statementIlpo Järvinen1-1/+2
2008-08-14[CIFS] mount of IPC$ breaks with iget patchSteve French1-0/+1
2008-08-11[CIFS] remove trailing whitespaceSteve French1-1/+1
2008-08-11[CIFS] if get root inode fails during mount, cleanup tree connectionSteve French1-0/+2
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-509/+652
2008-08-08[CIFS] list entry can not return nullSteve French4-74/+61
2008-08-06turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton1-5/+17
2008-08-06move file time and dos attribute setting logic into new functionJeff Layton1-87/+109
2008-08-06spin off cifs_setattr with unix extensions to its own functionJeff Layton1-38/+119
2008-08-06[CIFS] Code cleanup in old sessionsetup codeSteve French2-78/+80
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2-6/+25
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton3-14/+13
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton3-8/+8
2008-08-06[CIFS] fix trailing whitespaceSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton6-74/+102
2008-08-05Fix missing braces in cifs_revalidate()Suresh Jayaraman1-1/+2
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-04remove locking around tcpSesAllocCount atomic variableJeff Layton1-9/+6
2008-08-01[CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton1-7/+11
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-07-31[CIFS] remove level of indentation from decode_negTokenInitJeff Layton2-136/+125
2008-07-29[CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar1-0/+1
2008-07-29[CIFS] oid should also be checked against class in cifs asnSteve French1-1/+2
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds10-507/+399
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-24When verifying the decoded header before decoding the object identifierChris Wright1-1/+1
2008-07-24[CIFS] Fix warnings from checkpatchShirish Pargaonkar6-33/+31
2008-07-24[CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar1-2/+1
2008-07-24[CIFS] Fix possible double free if search immediately after search rewind failsShirish Pargaonkar1-0/+1
2008-07-24[CIFS] remove checkpatch warningSteve French1-7/+12
2008-07-24Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Alexey Dobriyan1-395/+241
2008-07-24cifs: assorted endian annotationsHarvey Harrison2-2/+5
2008-07-23[CIFS] break ATTR_SIZE changes out into their own functionJeff Layton1-73/+78
2008-07-23lockdep: annotate cifs in-kernel socketsJeff Layton1-0/+35
2008-07-22[CIFS] Fix compiler warning on 64-bitJan Beulich1-1/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet26-653/+773
2008-07-12cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton1-5/+5
2008-07-12cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton1-10/+10
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+1
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-130/+172