summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2019-08-051-0/+1
* Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-181-14/+47
|\
| * cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-07-131-4/+12
| * smb3: do not send compression info by defaultSteve French2019-07-081-0/+8
| * smb3: add new mount option to retrieve mode from special ACESteve French2019-07-081-1/+7
| * cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-081-4/+4
| * cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-081-1/+1
| * cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-081-2/+6
| * Fix match_server check to allow for auto dialect negotiateSteve French2019-07-081-2/+9
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\ \
| * | signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2019-05-271-1/+1
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-2/+2
|\ \ \ | |_|/ |/| |
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-2/+2
| |/
* / cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-171-0/+2
|/
* cifs: Don't match port on SMBDirect transportLong Li2019-05-161-0/+4
* cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
* cifs: Call MID callback before destroying transportLong Li2019-05-081-17/+19
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-081-5/+4Star
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-081-8/+14
* SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-011-1/+29
* cifs: remove unused value pointed out by CoveritySteve French2019-03-151-4/+0Star
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-2/+1Star
* CIFS: Set reconnect instance to one initiallyPavel Shilovsky2019-03-061-1/+1
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-051-1/+1
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-051-2/+24
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-051-0/+22
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-3/+3
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-03-051-0/+5
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-241-0/+21
* cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4
* cifs: fix confusing warning message on reconnectSteve French2019-01-031-1/+1
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2018-12-281-32/+52
* cifs: Only free DFS target list if we actually got onePaulo Alcantara2018-12-281-3/+3
* cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara2018-12-281-0/+6
* cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing2018-12-281-1/+2
* cifs: Add support for failover in cifs_reconnect()Paulo Alcantara2018-12-281-1/+188
* cifs: Add support for failover in cifs_mount()Paulo Alcantara2018-12-281-10/+218
* cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara2018-12-281-31/+14Star
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-1/+1
* cifs: auto disable 'serverino' in dfs mountsAurelien Aptel2018-12-241-0/+6
* cifs: Skip any trailing backslashes from UNCPaulo Alcantara2018-12-241-1/+6
* cifs: Refactor out cifs_mount()Paulo Alcantara2018-12-241-182/+259
* cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2018-12-241-1/+1
* Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2018-12-241-0/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-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-241-0/+1
* | smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2018-10-241-1/+1