summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero1-1/+2
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-28cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-01-29signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2020-01-29cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2020-01-29signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-04-05cifs: Fix NULL pointer dereference of devnameYao Liu1-0/+5
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara1-0/+53
2018-02-17CIFS: zero sensitive data when freeingAurelien Aptel1-3/+3
2017-10-18CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+7
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-05-20Fix match_prepath()Sachin Prabhu1-8/+6
2017-05-08Handle mismatched open callsSachin Prabhu1-2/+11
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-7/+27
2016-11-29Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French1-1/+7
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French1-3/+16
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French1-1/+1
2016-09-10Compare prepaths when comparing superblocksSachin Prabhu1-1/+20
2016-09-10Fix memory leaks in cifs_do_mount()Sachin Prabhu1-1/+9
2016-07-28fs/cifs: make share unaccessible at root level mountableAurelien Aptel1-0/+49
2016-07-19cifs: unbreak TCP session reuseRabin Vincent1-1/+3
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French1-1/+3
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-92/+35
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+6
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu1-2/+6
2016-04-14sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-28cifs: don't bother with kmap on read_pages sideAl Viro1-30/+35
2016-03-28cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro1-67/+5
2016-02-11cifs: remove redundant check for null string pointerColin Ian King1-2/+1
2016-01-14cifs: fix race between call_async() and reconnect()Rabin Vincent1-1/+1
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French1-1/+1
2016-01-14cifs: Make echo interval tunableSteve French1-9/+26
2016-01-14Print IP address of unresponsive serverArnd Hannemann1-2/+5
2015-11-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+78
2015-11-03Add resilienthandles mount parmSteve French1-1/+30
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French1-0/+30
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French1-0/+19
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-4/+5
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu1-0/+2
2015-06-28Add SMB3.11 mount option synonym for new dialectSteve French1-1/+2