aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton1-2/+2
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton1-9/+16
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton3-62/+40
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton1-88/+97
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton2-51/+62
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton4-29/+7
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointersJeff Layton3-19/+16
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton1-11/+7
2013-06-24cifs: remove useless memset in LANMAN auth codeJeff Layton1-1/+0
2013-06-24cifs: remove protocolEnum definitionJeff Layton1-6/+0
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be createdJeff Layton2-1/+9
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton1-2/+2
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton2-72/+73