aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-11CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky1-1/+7
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French1-1/+2
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky8-12/+58
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky5-50/+66
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky6-41/+73
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky3-2/+68
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky1-12/+26
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky2-36/+25
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky5-22/+25
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky1-6/+7
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French1-0/+5
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French4-118/+174
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-505/+1034
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-14/+12
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton2-7/+8
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-6/+3
2013-06-29[readdir] convert cifsAl Viro3-100/+82
2013-06-29cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp1-0/+2
2013-06-28Merge branch 'freezer'Rafael J. Wysocki1-1/+1
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton4-2/+14
2013-06-27[CIFS] Fix build warningSteve French5-4/+8
2013-06-26[CIFS] SMB3 Signing enablementSteve French8-2/+188
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French1-7/+14
2013-06-26[CIFS] fix static checker warningSteve French1-1/+2
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton1-0/+28
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French1-7/+11
2013-06-26Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton1-0/+29
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French4-0/+147
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French1-1/+8
2013-06-26Remove typoSteve French1-1/+0
2013-06-26Some missing share flagsSteve French1-2/+5
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang2-2/+2
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French3-3/+80
2013-06-24Update cifs version numberSteve French1-1/+1
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French4-2/+26
2013-06-24Add some missing SMB3 and SMB3.02 flagsSteve French1-5/+18
2013-06-24Add SMB3.02 dialect supportSteve French5-0/+30
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French1-2/+2
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton1-6/+14
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton1-1/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton7-180/+115
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton10-82/+71
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton2-0/+27
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton3-4/+13
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton3-5/+16