aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert cifsAl Viro
2013-06-29cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp
2013-06-28Merge branch 'freezer'Rafael J. Wysocki
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton
2013-06-27[CIFS] Fix build warningSteve French
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French
2013-06-26[CIFS] fix static checker warningSteve French
2013-06-26cifs: try to handle the MUST SecurityFlags sanelyJeff Layton
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French
2013-06-26Handle big endianness in NTLM (ntlmv2) authenticationSteve French
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French
2013-06-26Remove typoSteve French
2013-06-26Some missing share flagsSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French
2013-06-24Update cifs version numberSteve French
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French
2013-06-24Add some missing SMB3 and SMB3.02 flagsSteve French
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French
2013-06-24cifs: clean up the SecurityFlags write handlerJeff Layton
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton
2013-06-24cifs: make decode_ascii_ssetup void returnJeff Layton
2013-06-24cifs: remove useless memset in LANMAN auth codeJeff Layton
2013-06-24cifs: remove protocolEnum definitionJeff Layton
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton