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