summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2021-10-06cifs: fix incorrect check for null pointer in header_assembleSteve French
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson
2020-01-29signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2020-01-29cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French
2020-01-29signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-04-27cifs: Fix NULL pointer dereference of devnameYao Liu
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara
2018-11-10CIFS: handle guest access errors to Windows sharesMark Syms
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel
2017-10-18CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang
2017-06-17Call echo service immediately after socket reconnectSachin Prabhu
2017-05-08Handle mismatched open callsSachin Prabhu
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2016-10-28Fix regression which breaks DFS mountingSachin Prabhu
2016-10-28SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-08-20fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2016-07-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-02-25cifs: fix race between call_async() and reconnect()Rabin Vincent
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-11-03Add resilienthandles mount parmSteve French
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-01Fix warning on impossible comparisonSteve French
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon
2014-08-21cifs: fix memory leak when password is supplied multiple timesNamjae Jeon
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-02CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky