summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2018-11-22smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-22smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-22smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-10-13smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-10-13cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-10-13fs/cifs: suppress a string overflow warningStephen Rothwell1-3/+8
2018-10-13fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn1-3/+0
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-26cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter1-2/+9
2018-09-26SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-09-26smb3: fix reset of bytes read and written statsSteve French1-0/+8
2018-09-26cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg1-0/+7
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-05-30cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-04-29cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French1-4/+5
2018-04-13SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2018-04-13CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent1-1/+1
2018-03-24cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-02-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-02-16cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2017-11-08cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
2017-10-18CIFS: Reconnect expired SMB sessionsPavel Shilovsky4-0/+31
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-10-05cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-07CIFS: remove endian related sparse warningSteve French1-1/+1
2017-09-07CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-08-30cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg1-6/+12
2017-08-30cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-07-28CIFS: Fix handle_cancelled_mid callback initializationPavel Shilovsky1-2/+1
2017-06-29CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-26Call echo service immediately after socket reconnectSachin Prabhu1-6/+18
2017-05-20CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-20CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
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