summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-08Handle mismatched open callsSachin Prabhu8-8/+135
2017-04-30Fix signed/unsigned pointer warningKevin Cernekee1-5/+7
2017-04-30CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-30cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-22Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-22CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-01-15CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-15CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-15CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2016-08-22CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-08-22fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2016-08-22cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-08-22cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-07-12File names with trailing period or space need special case conversionSteve French2-4/+31
2016-07-12Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-07-12cifs: dynamic allocation of ntlmssp blobJerome Marchand3-43/+45
2016-07-12[SMB3] Fix sec=krb5 on smb3 mountsSteve French1-15/+61
2016-07-12decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2016-06-07cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-06-07remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-06-07fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-06-07fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-06-07fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-06-07fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-03-11Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-11CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-11cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-04cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-10cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-10cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-10cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-10cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2016-02-10cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2015-12-03client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-10-28cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-2/+51
2015-10-28[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-10-28disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-07CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-04-25cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-25cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-02-11Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-01-30fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-18[CIFS] Remove obsolete commentSteve French1-6/+4
2014-10-17Check minimum response length on query_network_interfaceSteve French1-4/+7
2014-10-17Workaround Mac server problemSteve French1-3/+10
2014-10-17Remap reserved posix characters by default (part 3/3)Steve French11-77/+88
2014-10-17Allow conversion of characters in Mac remap range (part 2)Steve French2-26/+83
2014-10-17Allow conversion of characters in Mac remap range. Part 1Steve French5-33/+107