summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers2020-03-221-1/+4
* CIFS: Warn less noisily on default mountSteve French2020-03-221-5/+6
* cifs: print warning mounting with vers=1.0Steve French2020-03-221-0/+3
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-221-5/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-51/+12
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-121-1/+1
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-1/+1
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-261-2/+4
* cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-041-1/+5
* cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)2019-11-251-10/+22
* cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)2019-11-251-11/+35
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-13/+35
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-2/+2
* cifs: add multichannel mount options and data structsAurelien Aptel2019-11-251-2/+36
* CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2019-11-251-6/+0
* CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky2019-11-251-0/+15
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-241-1/+9
* cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-201-2/+6
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-081-1/+1
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-061-1/+1
* cifs: Add support for root file systemsPaulo Alcantara (SUSE)2019-09-161-3/+14
* smb3: allow disabling requesting leasesSteve French2019-09-161-1/+8
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+1
* smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-161-0/+13
* smb3: allow skipping signature verification for perf sensitive configurationsSteve French2019-09-161-3/+10
* smb3: log warning if CSC policy conflicts with cache mount optionSteve French2019-09-161-0/+8
* smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-161-1/+19
* smb3: add some more descriptive messages about share when mounting cache=roSteve French2019-09-161-1/+9
* smb3: add mount option to allow forced caching of read only shareSteve French2019-09-161-0/+14
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-23/+24
* cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg2019-09-161-1/+1
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-2/+5
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-271-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-271-0/+22
* 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-041-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-071-0/+8
| * smb3: add new mount option to retrieve mode from special ACESteve French2019-07-071-1/+7
| * cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-071-4/+4
| * cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-071-1/+1
| * cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-071-2/+6
| * Fix match_server check to allow for auto dialect negotiateSteve French2019-07-071-2/+9
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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-081-2/+2
|\ \ \ | |_|/ |/| |
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-2/+2
| |/
* / cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-171-0/+2
|/