aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French1-11/+10
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2-0/+6
2008-06-05asn1: additional sanity checking during BER decodingChris Wright1-0/+14
2008-06-04cifs endianness fixesAl Viro1-3/+3
2008-05-25disable most mode changes on non-unix/non-cifsacl mountsJeff Layton1-12/+26
2008-05-23[CIFS] Correct incorrect obscure open flagSteve French1-5/+18
2008-05-23[CIFS] warn if both dynperm and cifsacl mount options specifiedSteve French1-0/+4
2008-05-23silently ignore ownership changes unless unix extensions are enabled or we're faking uid changesJeff Layton1-7/+20
2008-05-23[CIFS] remove trailing whitespaceSteve French1-1/+1
2008-05-23when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensionsJeff Layton2-3/+8
2008-05-23on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2-72/+75
2008-05-23[CIFS] remove unused variablesSteve French5-20/+5
2008-05-22[CIFS] Fix reversed memset argumentsDave Jones1-2/+2
2008-05-22Adds username in the upcall key for unattended mounts with keytabIgor Mammedov1-0/+3
2008-05-22[CIFS] Remove redundant NULL checkSteve French1-12/+6
2008-05-21[CIFS] Remove debug statementSteve French1-1/+1
2008-05-21Fix possible access to undefined memory region.Igor Mammedov1-4/+5
2008-05-20[CIFS] Enable DFS support for Windows query path infoSteve French1-146/+178
2008-05-20[CIFS] Enable DFS support for Unix query path infoSteve French4-50/+85
2008-05-19[CIFS] add missing seq_printf to cifs_show_options for hard mount optionSteve French1-0/+3
2008-05-17[CIFS] add more complete mount options to cifs_show_optionsSteve French1-1/+30
2008-05-16[CIFS] Add missing defines for DFSSteve French2-8/+18
2008-05-16CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.Igor Mammedov2-82/+139
2008-05-16Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now.Igor Mammedov1-48/+1
2008-05-15[CIFS] enable parsing for transport encryption mount parmSteve French3-8/+23
2008-05-15[CIFS] Finishup DFS codeSteve French4-97/+80
2008-05-15[CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French3-9/+8
2008-05-15[CIFS] suppress duplicate warningSteve French1-1/+1
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French5-127/+37
2008-05-14add function to convert access flags to legacy open modeJeff Layton2-9/+16
2008-05-14clarify return value of cifs_convert_flags()Jeff Layton1-1/+5
2008-05-13[CIFS] don't explicitly do a FindClose on rewind when directory search has endedSteve French1-2/+5