aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Gravatar Steve French 1-9/+17
2018-06-07CIFS: Fix NULL ptr derefGravatar Aurelien Aptel 1-6/+0
2018-06-02CIFS: Use offset when reading pagesGravatar Long Li 1-2/+3
2018-06-02cifs: update multiplex loop to handle compounded responsesGravatar Ronnie Sahlberg 1-4/+20
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresGravatar Ronnie Sahlberg 1-1/+5
2018-05-31smb3: Add posix create context for smb3.11 posix mountsGravatar Steve French 1-0/+11
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsGravatar Steve French 1-1/+22
2018-05-30cifs: allow disabling less secure legacy dialectsGravatar Steve French 1-0/+9
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledGravatar Steve French 1-1/+1
2018-05-27smb3: fix redundant opens on rootGravatar Steve French 1-0/+13
2018-05-09cifs: smbd: Enable signing with smbdirectGravatar Long Li 1-8/+0
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconGravatar Steve French 1-16/+16
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureGravatar Ronnie Sahlberg 1-0/+1
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureGravatar Ronnie Sahlberg 1-1/+2
2018-04-02cifs: add server->vals->header_preamble_sizeGravatar Ronnie Sahlberg 1-5/+11
2018-04-01Don't log confusing message on reconnect by defaultGravatar Steve French 1-1/+1
2018-01-26CIFS: document tcon/ses/server refcount danceGravatar Aurelien Aptel 1-1/+31
2018-01-26CIFS: zero sensitive data when freeingGravatar Aurelien Aptel 1-3/+3
2018-01-26CIFS: make IPC a regular tconGravatar Aurelien Aptel 1-37/+113
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Gravatar Colin Ian King 1-1/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportGravatar Long Li 1-0/+8
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveGravatar Long Li 1-2/+4
2018-01-24CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountGravatar Long Li 1-1/+4
2018-01-24CIFS: SMBD: Upper layer reconnects to SMB Direct sessionGravatar Long Li 1-1/+4
2018-01-24CIFS: SMBD: Upper layer connects to SMBDirect sessionGravatar Long Li 1-3/+19
2018-01-24CIFS: SMBD: Add rdma mount optionGravatar Long Li 1-1/+14
2017-09-20cifs: release auth_key.response for reconnect.Gravatar Shu Wang 1-0/+8
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Gravatar Steve French 1-7/+17
2017-09-04cifs: Check for timeout on Negotiate stageGravatar Samuel Cabrero 1-1/+2
2017-09-01Fix warning messages when mounting to older serversGravatar Steve French 1-1/+21
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSGravatar Steve French 1-3/+3
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-28/+0
2017-07-08CIFS: Reconnect expired SMB sessionsGravatar Pavel Shilovsky 1-0/+7
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+7
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingGravatar Daniel N Pettersson 1-2/+7
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-8/+6
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+0
2017-04-28Fix match_prepath()Gravatar Sachin Prabhu 1-8/+6
2017-04-20cifs: Convert to separately allocated bdiGravatar Jan Kara 1-10/+0
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+14
2017-04-10CIFS: handle guest access errors to Windows sharesGravatar Mark Syms 1-0/+3
2017-04-07Handle mismatched open callsGravatar Sachin Prabhu 1-2/+11
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hGravatar Andrew Lunn 1-0/+1
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02smb2: Enforce sec= mount optionGravatar Sachin Prabhu 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-02-01CIFS: Allow to switch on encryption with seal mount optionGravatar Pavel Shilovsky 1-13/+28