aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10cifs: Fix a debug messageDan Carpenter1-3/+4
2019-01-02cifs: fix confusing warning message on reconnectSteve French1-1/+1
2018-12-28cifs: Always resolve hostname before reconnectingPaulo Alcantara1-32/+52
2018-12-28cifs: Only free DFS target list if we actually got onePaulo Alcantara1-3/+3
2018-12-28cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara1-0/+6
2018-12-28cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing1-1/+2
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara1-1/+188
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara1-10/+218
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-31/+14
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-1/+1
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel1-0/+6
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara1-182/+259
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva1-1/+1
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza1-0/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-23cifs: do not return atime less than mtimeSteve French1-0/+1
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathSteve French1-1/+1
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel1-4/+5
2018-10-23smb3: track the instance of each session for debuggingSteve French1-0/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-10-02smb3: fix lease break problem introduced by compoundingSteve French1-2/+1
2018-10-02cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg1-1/+9
2018-09-02cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein1-1/+1
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg1-32/+50
2018-08-07smb3: add reconnect tracepointsSteve French1-0/+1
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-10/+1
2018-08-07cifs: allow disabling insecure dialects in the configSteve French1-0/+9
2018-08-07smb3: if server does not support posix do not allow posix mount optionSteve French1-2/+6
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-1/+7
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel1-3/+0
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalSteve French1-1/+4
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French1-9/+17
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel1-6/+0
2018-06-02CIFS: Use offset when reading pagesLong Li1-2/+3
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg1-4/+20
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-1/+5
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French1-0/+11
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French1-1/+22
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French1-0/+9
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French1-1/+1
2018-05-27smb3: fix redundant opens on rootSteve French1-0/+13
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li1-8/+0
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French1-16/+16
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg1-0/+1
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg1-1/+2
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg1-5/+11
2018-04-01Don't log confusing message on reconnect by defaultSteve French1-1/+1
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel1-1/+31
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel1-3/+3