aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-1/+1
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)1-1/+5
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)1-11/+35
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-13/+35
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-2/+2
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel1-2/+36
2019-11-25CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky1-6/+0
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky1-0/+15
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky1-1/+9
2019-10-20cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)1-2/+6
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French1-1/+1
2019-10-06smb3: cleanup some recent endian errors spotted by updated sparseSteve French1-1/+1
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)1-3/+14
2019-09-16smb3: allow disabling requesting leasesSteve French1-1/+8
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French1-0/+1
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French1-0/+13
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French1-3/+10
2019-09-16smb3: log warning if CSC policy conflicts with cache mount optionSteve French1-0/+8
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French1-1/+19
2019-09-16smb3: add some more descriptive messages about share when mounting cache=roSteve French1-1/+9
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French1-0/+14
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg1-23/+24
2019-09-16cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-2/+5
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-14/+47
2019-07-13cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg1-4/+12
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-2/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2019-07-07smb3: do not send compression info by defaultSteve French1-0/+8
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French1-1/+7
2019-07-07cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2019-07-07cifs: always add credits back for unsolicited PDUsRonnie Sahlberg1-1/+1
2019-07-07cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)1-2/+6
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French1-2/+9
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-2/+2
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg1-0/+2
2019-05-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2019-05-15cifs: Don't match port on SMBDirect transportLong Li1-0/+4
2019-05-14cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been calledLong Li1-17/+20
2019-05-07cifs: Call MID callback before destroying transportLong Li1-17/+19
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li1-5/+4
2019-05-07cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)1-8/+14
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French1-1/+29