summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Skip any trailing backslashes from UNCPaulo Alcantara2018-12-231-1/+6
* cifs: Refactor out cifs_mount()Paulo Alcantara2018-12-231-182/+259
* cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2018-12-231-1/+1
* Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2018-12-231-0/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-2/+2
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* | cifs: do not return atime less than mtimeSteve French2018-10-231-0/+1
* | smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2018-10-231-1/+1
* | CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-231-4/+5
* | smb3: track the instance of each session for debuggingSteve French2018-10-231-0/+1
|/
* smb3: fix lease break problem introduced by compoundingSteve French2018-10-021-2/+1
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-021-1/+9
* cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein2018-09-021-1/+1
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-091-32/+50
* smb3: add reconnect tracepointsSteve French2018-08-071-0/+1
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-10/+1
* cifs: allow disabling insecure dialects in the configSteve French2018-08-071-0/+9
* smb3: if server does not support posix do not allow posix mount optionSteve French2018-08-071-2/+6
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-1/+7
* CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-151-3/+0
* smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4
* smb3: do not allow insecure cifs mounts when using smb3Steve French2018-06-071-9/+17
* CIFS: Fix NULL ptr derefAurelien Aptel2018-06-071-6/+0
* CIFS: Use offset when reading pagesLong Li2018-06-021-2/+3
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-021-4/+20
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-05-311-1/+5
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-05-311-0/+11
* smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French2018-05-301-1/+22
* cifs: allow disabling less secure legacy dialectsSteve French2018-05-301-0/+9
* cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-271-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-271-0/+13
* cifs: smbd: Enable signing with smbdirectLong Li2018-05-091-8/+0
* SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French2018-04-241-16/+16
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-121-0/+1
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-121-1/+2
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-5/+11
* Don't log confusing message on reconnect by defaultSteve French2018-04-011-1/+1
* CIFS: document tcon/ses/server refcount danceAurelien Aptel2018-01-261-1/+31
* CIFS: zero sensitive data when freeingAurelien Aptel2018-01-261-3/+3
* CIFS: make IPC a regular tconAurelien Aptel2018-01-261-37/+113
* cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King2018-01-241-1/+1
* CIFS: SMBD: Disable signing on SMB direct transportLong Li2018-01-241-0/+8
* CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li2018-01-241-2/+4
* CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li2018-01-241-1/+4
* CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li2018-01-241-1/+4
* CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li2018-01-241-3/+19
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-241-1/+14
* cifs: release auth_key.response for reconnect.Shu Wang2017-09-201-0/+8
* SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-171-7/+17
* cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-041-1/+2
OpenPOWER on IntegriCloud