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
2022-11-11
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
1
-3
/
+11
2022-10-27
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
1
-0
/
+1
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
1
-2
/
+9
2022-10-13
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
1
-6
/
+5
2022-10-07
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
1
-3
/
+3
2022-10-05
smb3: do not log confusing message when server returns no network interfaces
Steve French
1
-1
/
+1
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
1
-6
/
+7
2022-09-14
cifs: add missing spinlock around tcon refcount
Paulo Alcantara
1
-0
/
+3
2022-09-13
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
1
-8
/
+3
2022-08-24
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
1
-5
/
+5
2022-08-24
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
1
-6
/
+3
2022-08-24
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
1
-10
/
+10
2022-08-19
cifs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-11
smb3: allow deferred close timeout to be configurable
Steve French
1
-0
/
+2
2022-08-05
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
1
-4
/
+4
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-0
/
+53
2022-08-01
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
1
-1
/
+1
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
1
-95
/
+121
2022-08-01
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
1
-4
/
+1
2022-08-01
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
1
-7
/
+6
2022-08-01
cifs: remove some camelCase and also some static build warnings
Steve French
1
-1
/
+1
2022-08-01
cifs: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-07-12
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
1
-2
/
+0
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
1
-3
/
+12
2022-06-22
cifs: periodically query network interfaces from server
Shyam Prasad N
1
-0
/
+28
2022-06-22
cifs: during reconnect, update interface if necessary
Shyam Prasad N
1
-0
/
+4
2022-06-22
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
1
-2
/
+4
2022-06-10
cifs: populate empty hostnames for extra channels
Shyam Prasad N
1
-0
/
+4
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-13
/
+13
2022-05-31
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
1
-1
/
+0
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
1
-18
/
+4
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
1
-7
/
+20
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
1
-17
/
+17
2022-05-24
cifs: do not use tcpStatus after negotiate completes
Shyam Prasad N
1
-12
/
+11
2022-05-23
smb3: add mount parm nosparse
Steve French
1
-0
/
+1
2022-05-23
cifs: fix minor compile warning
Steve French
1
-0
/
+2
2022-05-20
cifs: print TIDs as hex
Enzo Matsumiya
1
-1
/
+1
2022-05-20
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
1
-2
/
+4
2022-05-20
cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
Enzo Matsumiya
1
-4
/
+12
2022-04-20
cifs: use correct lock type in cifs_reconnect()
Paulo Alcantara
1
-1
/
+8
2022-04-20
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
1
-0
/
+2
2022-04-08
cifs: Split the smb3_add_credits tracepoint
David Howells
1
-1
/
+1
2022-04-04
cifs: force new session setup and tcon for dfs
Paulo Alcantara
1
-5
/
+8
2022-04-04
cifs: fix potential race with cifsd thread
Paulo Alcantara
1
-1
/
+1
2022-03-28
smb3: cleanup and clarify status of tree connections
Steve French
1
-16
/
+16
2022-03-21
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
1
-3
/
+11
2022-03-18
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
1
-1
/
+41
2022-03-16
smb3: fix incorrect session setup check for multiuser mounts
Steve French
1
-1
/
+2
2022-02-08
cifs: mark sessions for reconnection in helper function
Shyam Prasad N
1
-5
/
+14
[next]