aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2019-04-12cifs: Fix NULL pointer dereference of devnameYao Liu
2019-02-19CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2018-09-19cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein
2018-09-15smb3: if server does not support posix do not allow posix mount optionSteve French
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalSteve French
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel
2018-06-02CIFS: Use offset when reading pagesLong Li
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French
2018-05-27smb3: fix redundant opens on rootSteve French
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg
2018-04-01Don't log confusing message on reconnect by defaultSteve French
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li
2018-01-24CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li
2018-01-24CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li
2018-01-24CIFS: SMBD: Add rdma mount optionLong Li
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero
2017-09-01Fix warning messages when mounting to older serversSteve French
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-28Fix match_prepath()Sachin Prabhu
2017-04-20cifs: Convert to separately allocated bdiJan Kara
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-10CIFS: handle guest access errors to Windows sharesMark Syms
2017-04-07Handle mismatched open callsSachin Prabhu