index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
1
-10
/
+22
2019-11-25
cifs: Fix use-after-free bug in cifs_reconnect()
Paulo Alcantara (SUSE)
1
-11
/
+35
2019-11-25
cifs: try opening channels after mounting
Aurelien Aptel
1
-13
/
+35
2019-11-25
cifs: switch servers depending on binding state
Aurelien Aptel
1
-2
/
+2
2019-11-25
cifs: add multichannel mount options and data structs
Aurelien Aptel
1
-2
/
+36
2019-11-25
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
1
-6
/
+0
2019-11-25
CIFS: Fix NULL pointer dereference in mid callback
Pavel Shilovsky
1
-0
/
+15
2019-10-24
CIFS: Fix retry mid list corruption on reconnects
Pavel Shilovsky
1
-1
/
+9
2019-10-20
cifs: Handle -EINPROGRESS only when noblockcnt is set
Paulo Alcantara (SUSE)
1
-2
/
+6
2019-10-08
smb3: remove noisy debug message and minor cleanup
Steve French
1
-1
/
+1
2019-10-06
smb3: cleanup some recent endian errors spotted by updated sparse
Steve French
1
-1
/
+1
2019-09-16
cifs: Add support for root file systems
Paulo Alcantara (SUSE)
1
-3
/
+14
2019-09-16
smb3: allow disabling requesting leases
Steve French
1
-1
/
+8
2019-09-16
smb3: display max smb3 requests in flight at any one time
Steve French
1
-0
/
+1
2019-09-16
smb3: enable offload of decryption of large reads via mount option
Steve French
1
-0
/
+13
2019-09-16
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
1
-3
/
+10
2019-09-16
smb3: log warning if CSC policy conflicts with cache mount option
Steve French
1
-0
/
+8
2019-09-16
smb3: add mount option to allow RW caching of share accessed by only 1 client
Steve French
1
-1
/
+19
2019-09-16
smb3: add some more descriptive messages about share when mounting cache=ro
Steve French
1
-1
/
+9
2019-09-16
smb3: add mount option to allow forced caching of read only share
Steve French
1
-0
/
+14
2019-09-16
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
1
-23
/
+24
2019-09-16
cifs: fix a comment for the timeouts when sending echos
Ronnie Sahlberg
1
-1
/
+1
2019-08-27
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
1
-2
/
+5
2019-08-27
cifs: Use kzfree() to zero out the password
Dan Carpenter
1
-1
/
+1
2019-08-27
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
1
-0
/
+22
2019-08-19
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-1
/
+1
2019-08-04
cifs: fix rmmod regression in cifs.ko caused by force_sig changes
Steve French
1
-0
/
+1
2019-07-18
Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-14
/
+47
2019-07-13
cifs: fix crash in cifs_dfs_do_automount
Ronnie Sahlberg
1
-4
/
+12
2019-07-10
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-07-08
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2019-07-07
smb3: do not send compression info by default
Steve French
1
-0
/
+8
2019-07-07
smb3: add new mount option to retrieve mode from special ACE
Steve French
1
-1
/
+7
2019-07-07
cifs: Fix a race condition with cifs_echo_request
Ronnie Sahlberg
1
-4
/
+4
2019-07-07
cifs: always add credits back for unsolicited PDUs
Ronnie Sahlberg
1
-1
/
+1
2019-07-07
cifs: Properly handle auto disabling of serverino option
Paulo Alcantara (SUSE)
1
-2
/
+6
2019-07-07
Fix match_server check to allow for auto dialect negotiate
Steve French
1
-2
/
+9
2019-06-27
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-2
/
+2
2019-06-17
cifs: fix GlobalMid_Lock bug in cifs_reconnect
Ronnie Sahlberg
1
-0
/
+2
2019-05-27
signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-15
cifs: Don't match port on SMBDirect transport
Long Li
1
-0
/
+4
2019-05-14
cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...
Long Li
1
-17
/
+20
2019-05-07
cifs: Call MID callback before destroying transport
Long Li
1
-17
/
+19
2019-05-07
smbd: Make upper layer decide when to destroy the transport
Long Li
1
-5
/
+4
2019-05-07
cifs: Fix DFS cache refresher for DFS links
Paulo Alcantara (SUSE)
1
-8
/
+14
2019-04-01
SMB3: Allow persistent handle timeout to be configurable on mount
Steve French
1
-1
/
+29
2019-03-14
cifs: remove unused value pointed out by Coverity
Steve French
1
-4
/
+0
2019-03-05
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
1
-2
/
+1
2019-03-05
CIFS: Set reconnect instance to one initially
Pavel Shilovsky
1
-1
/
+1
[next]