aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French2008-08-281-0/+2
* [CIFS] update cifs change logSteve French2008-08-282-3/+16
* cifs: fix O_APPEND on directio mountsJeff Layton2008-08-281-0/+4
* [CIFS] Fix plaintext authenticationSteve French2008-08-271-0/+1
* [CIFS] Add destroy routine for dns_resolverJeff Layton2008-08-272-1/+9
* [CIFS] check version in spnego upcall responseSteve French2008-08-263-2/+15
* [CIFS] Kerberos support not considered experimental anymoreSteve French2008-08-191-4/+26
* [CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French2008-08-194-6/+14
* cifs: add local server pointer to cifs_setup_sessionJeff Layton2008-08-191-16/+17
* [CIFS] reindent misindented statementIlpo Järvinen2008-08-191-1/+2
* [CIFS] mount of IPC$ breaks with iget patchSteve French2008-08-141-0/+1
* [CIFS] remove trailing whitespaceSteve French2008-08-111-1/+1
* [CIFS] if get root inode fails during mount, cleanup tree connectionSteve French2008-08-111-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-08-0814-509/+652
|\
| * [CIFS] list entry can not return nullSteve French2008-08-084-74/+61
| * turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-061-5/+17
| * move file time and dos attribute setting logic into new functionJeff Layton2008-08-061-87/+109
| * spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-061-38/+119
| * [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-062-78/+80
| * [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-062-6/+25
| * Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-063-14/+13
| * change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-063-8/+8
| * [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1
| * bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-066-74/+102
| * Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-051-1/+2
| * remove locking around tcpSesAllocCount atomic variableJeff Layton2008-08-041-9/+6
| * [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-011-7/+11
| * [CIFS] remove level of indentation from decode_negTokenInitJeff Layton2008-07-312-136/+125
| * [CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar2008-07-291-0/+1
| * [CIFS] oid should also be checked against class in cifs asnSteve French2008-07-291-1/+2
* | mm: rename page trylockNick Piggin2008-08-041-1/+1
* | [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-011-1/+1
|/
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-07-2610-507/+399
|\
| * When verifying the decoded header before decoding the object identifierChris Wright2008-07-241-1/+1
| * [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-246-33/+31
| * [CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar2008-07-241-2/+1
| * [CIFS] Fix possible double free if search immediately after search rewind failsShirish Pargaonkar2008-07-241-0/+1
| * [CIFS] remove checkpatch warningSteve French2008-07-241-7/+12
| * Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Alexey Dobriyan2008-07-241-395/+241
| * cifs: assorted endian annotationsHarvey Harrison2008-07-242-2/+5
| * [CIFS] break ATTR_SIZE changes out into their own functionJeff Layton2008-07-231-73/+78
| * lockdep: annotate cifs in-kernel socketsJeff Layton2008-07-231-0/+35
| * [CIFS] Fix compiler warning on 64-bitJan Beulich2008-07-221-1/+1
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
|/
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1426-653/+773
|\
| * cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton2008-07-121-5/+5
| * cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton2008-07-121-10/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-06-1111-130/+172
| |\
| | * [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French2008-06-101-11/+10