summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-07-2610-507/+399Star
|\
| * When verifying the decoded header before decoding the object identifierChris Wright2008-07-241-1/+1
| * [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-246-33/+31Star
| * [CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar2008-07-241-2/+1Star
| * [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/+241Star
| * 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/+10Star
| | * [CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2008-06-102-0/+6
| | * disable most mode changes on non-unix/non-cifsacl mountsJeff Layton2008-05-251-12/+26
| | * [CIFS] Correct incorrect obscure open flagSteve French2008-05-231-5/+18
| | * [CIFS] warn if both dynperm and cifsacl mount options specifiedSteve French2008-05-231-0/+4
| | * silently ignore ownership changes unless unix extensions are enabled or we're...Jeff Layton2008-05-231-7/+20
| | * [CIFS] remove trailing whitespaceSteve French2008-05-231-1/+1
| | * when creating new inodes, use file_mode/dir_mode exclusively on mount without...Jeff Layton2008-05-232-3/+8
| | * on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2008-05-232-72/+75
| | * [CIFS] remove unused variablesSteve French2008-05-235-20/+5Star
| * | asn1: additional sanity checking during BER decodingChris Wright2008-06-051-0/+14
| * | cifs endianness fixesAl Viro2008-06-041-3/+3
| |/
| * [CIFS] Fix reversed memset argumentsDave Jones2008-05-221-2/+2
| * Adds username in the upcall key for unattended mounts with keytabIgor Mammedov2008-05-221-0/+3
| * [CIFS] Remove redundant NULL checkSteve French2008-05-221-12/+6Star
| * [CIFS] Remove debug statementSteve French2008-05-211-1/+1
| * Fix possible access to undefined memory region.Igor Mammedov2008-05-211-4/+5
| * [CIFS] Enable DFS support for Windows query path infoSteve French2008-05-201-146/+178
| * [CIFS] Enable DFS support for Unix query path infoSteve French2008-05-204-50/+85
| * [CIFS] add missing seq_printf to cifs_show_options for hard mount optionSteve French2008-05-201-0/+3
| * [CIFS] add more complete mount options to cifs_show_optionsSteve French2008-05-171-1/+30
| * [CIFS] Add missing defines for DFSSteve French2008-05-162-8/+18
| * CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Igor Mammedov2008-05-162-82/+139
| * Fixed DFS code to work with new 'build_path_from_dentry', that returns full p...Igor Mammedov2008-05-161-48/+1Star
| * [CIFS] enable parsing for transport encryption mount parmSteve French2008-05-153-8/+23
| * [CIFS] Finishup DFS codeSteve French2008-05-154-97/+80Star
| * [CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French2008-05-153-9/+8Star
| * [CIFS] suppress duplicate warningSteve French2008-05-151-1/+1
| * [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-155-127/+37Star
| * add function to convert access flags to legacy open modeJeff Layton2008-05-142-9/+16
| * clarify return value of cifs_convert_flags()Jeff Layton2008-05-141-1/+5
| * [CIFS] don't explicitly do a FindClose on rewind when directory search has endedSteve French2008-05-131-2/+5
| * [CIFS] cleanup old checkpatch warningsSteve French2008-05-135-29/+45
| * [CIFS] CIFSSMBPosixLock should return -EINVAL on errorMarcin Slusarz2008-05-131-1/+1