aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAge
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-24
* cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-20
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-08
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-06
* cifs: Add support for root file systemsPaulo Alcantara (SUSE)2019-09-16
* smb3: allow disabling requesting leasesSteve French2019-09-16
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-16
* smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-16
* smb3: allow skipping signature verification for perf sensitive configurationsSteve French2019-09-16
* smb3: log warning if CSC policy conflicts with cache mount optionSteve French2019-09-16
* smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-16
* smb3: add some more descriptive messages about share when mounting cache=roSteve French2019-09-16
* smb3: add mount option to allow forced caching of read only shareSteve French2019-09-16
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-16
* cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg2019-09-16
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-27
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-27
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-27
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-19
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2019-08-04
* Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-18
|\
| * cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-07-13
| * smb3: do not send compression info by defaultSteve French2019-07-07
| * smb3: add new mount option to retrieve mode from special ACESteve French2019-07-07
| * cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-07
| * cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-07
| * cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-07
| * Fix match_server check to allow for auto dialect negotiateSteve French2019-07-07
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-10
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-09
|\ \
| * | signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2019-05-27
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-08
|\ \ \ | |_|/ |/| |
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-27
| |/
* / cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-17
|/
* cifs: Don't match port on SMBDirect transportLong Li2019-05-15
* cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-14
* cifs: Call MID callback before destroying transportLong Li2019-05-08
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-08
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-08
* SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-01
* cifs: remove unused value pointed out by CoveritySteve French2019-03-14
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-05
* CIFS: Set reconnect instance to one initiallyPavel Shilovsky2019-03-05
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-04
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-04
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-04
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-04
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-03-04
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-24
* cifs: Fix a debug messageDan Carpenter2019-01-10