summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix confusing debug messagePaulo Alcantara2023-01-071-1/+3
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-161-1/+0
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-03-031-0/+1
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-091-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-091-0/+1
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2020-05-201-4/+4
* cifs: Check for timeout on Negotiate stageSamuel Cabrero2020-05-201-1/+2
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-03-111-1/+1
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-281-2/+4
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-291-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-291-0/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-291-1/+1
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-051-0/+5
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* CIFS: zero sensitive data when freeingAurelien Aptel2018-02-171-3/+3
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-181-0/+7
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* Fix match_prepath()Sachin Prabhu2017-05-201-8/+6
* Handle mismatched open callsSachin Prabhu2017-05-081-2/+11
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-061-7/+27
* Call echo service immediately after socket reconnectSachin Prabhu2016-11-281-7/+18
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-141-1/+7
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-3/+16
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-121-6/+8
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-121-1/+1
* Compare prepaths when comparing superblocksSachin Prabhu2016-09-091-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-091-1/+9
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-271-0/+49
* cifs: unbreak TCP session reuseRabin Vincent2016-07-191-1/+3
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-241-1/+3
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-92/+35
|\
| * cifs: don't bother with kmap on read_pages sideAl Viro2016-03-281-30/+35
| * cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-281-67/+5
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-181-2/+6
|\ \
| * | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-171-2/+6
* | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-2/+2
|/ /
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* cifs: remove redundant check for null string pointerColin Ian King2016-02-101-2/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-141-1/+1
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-1/+1
* cifs: Make echo interval tunableSteve French2016-01-141-9/+26
* Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-131-0/+78
|\
| * Add resilienthandles mount parmSteve French2015-11-031-1/+30
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-031-0/+30