aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
* [CIFS] mount of IPC$ breaks with iget patchSteve French2008-08-13
* [CIFS] remove trailing whitespaceSteve French2008-08-11
* [CIFS] if get root inode fails during mount, cleanup tree connectionSteve French2008-08-11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-08-08
|\
| * [CIFS] list entry can not return nullSteve French2008-08-08
| * turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-06
| * move file time and dos attribute setting logic into new functionJeff Layton2008-08-06
| * spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-06
| * [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-06
| * [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-06
| * Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-06
| * change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-06
| * [CIFS] fix trailing whitespaceSteve French2008-08-06
| * bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-06
| * Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-05
| * remove locking around tcpSesAllocCount atomic variableJeff Layton2008-08-03
| * [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-01
| * [CIFS] remove level of indentation from decode_negTokenInitJeff Layton2008-07-31
| * [CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar2008-07-29
| * [CIFS] oid should also be checked against class in cifs asnSteve French2008-07-29
* | mm: rename page trylockNick Piggin2008-08-05
* | [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-01
|/
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-07-26
|\
| * When verifying the decoded header before decoding the object identifierChris Wright2008-07-24
| * [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-24
| * [CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar2008-07-24
| * [CIFS] Fix possible double free if search immediately after search rewind failsShirish Pargaonkar2008-07-24
| * [CIFS] remove checkpatch warningSteve French2008-07-23
| * Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Alexey Dobriyan2008-07-23
| * cifs: assorted endian annotationsHarvey Harrison2008-07-23
| * [CIFS] break ATTR_SIZE changes out into their own functionJeff Layton2008-07-23
| * lockdep: annotate cifs in-kernel socketsJeff Layton2008-07-23
| * [CIFS] Fix compiler warning on 64-bitJan Beulich2008-07-22
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
|/
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
|\
| * cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton2008-07-12
| * cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton2008-07-12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-06-11
| |\
| | * [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French2008-06-10
| | * [CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2008-06-10
| | * disable most mode changes on non-unix/non-cifsacl mountsJeff Layton2008-05-24
| | * [CIFS] Correct incorrect obscure open flagSteve French2008-05-23
| | * [CIFS] warn if both dynperm and cifsacl mount options specifiedSteve French2008-05-23
| | * silently ignore ownership changes unless unix extensions are enabled or we're...Jeff Layton2008-05-23
| | * [CIFS] remove trailing whitespaceSteve French2008-05-23
| | * when creating new inodes, use file_mode/dir_mode exclusively on mount without...Jeff Layton2008-05-23
| | * on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2008-05-23
| | * [CIFS] remove unused variablesSteve French2008-05-23
| * | asn1: additional sanity checking during BER decodingChris Wright2008-06-05