index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: do not query ifaces on smb1 mounts
Paulo Alcantara
2023-01-10
1
-3
/
+6
*
Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-21
1
-755
/
+144
|
\
|
*
cifs: set correct status of tcon ipc when reconnecting
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: fix source pathname comparison of dfs supers
Paulo Alcantara
2022-12-19
1
-1
/
+15
|
*
cifs: fix confusing debug message
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
2022-12-19
1
-262
/
+2
|
*
cifs: fix refresh of cached referrals
Paulo Alcantara
2022-12-19
1
-2
/
+3
|
*
cifs: share dfs connections and supers
Paulo Alcantara
2022-12-19
1
-353
/
+64
|
*
cifs: split out ses and tcon retrieval from mount_get_conns()
Paulo Alcantara
2022-12-19
1
-39
/
+62
|
*
cifs: set resolved ip in sockaddr
Paulo Alcantara
2022-12-19
1
-16
/
+12
|
*
cifs: get rid of mount options string parsing
Paulo Alcantara
2022-12-19
1
-94
/
+6
|
*
cifs: reduce roundtrips on create/qinfo requests
Paulo Alcantara
2022-12-19
1
-16
/
+0
|
*
cifs: set correct ipc status after initial tree connect
Paulo Alcantara
2022-12-16
1
-2
/
+5
|
*
cifs: set correct tcon status after initial tree connect
Paulo Alcantara
2022-12-15
1
-0
/
+1
*
|
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-19
1
-0
/
+1
|
/
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
2022-11-11
1
-3
/
+11
*
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
2022-10-27
1
-0
/
+1
*
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
2022-10-13
1
-2
/
+9
*
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
2022-10-13
1
-6
/
+5
*
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
2022-10-07
1
-3
/
+3
*
smb3: do not log confusing message when server returns no network interfaces
Steve French
2022-10-05
1
-1
/
+1
*
smb3: add dynamic trace points for tree disconnect
Steve French
2022-10-05
1
-6
/
+7
*
cifs: add missing spinlock around tcon refcount
Paulo Alcantara
2022-09-14
1
-0
/
+3
*
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-13
1
-8
/
+3
*
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
2022-08-24
1
-5
/
+5
*
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
2022-08-24
1
-6
/
+3
*
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
2022-08-24
1
-10
/
+10
*
cifs: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-1
/
+1
*
smb3: allow deferred close timeout to be configurable
Steve French
2022-08-11
1
-0
/
+2
*
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
2022-08-05
1
-4
/
+4
*
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
2022-08-05
1
-0
/
+53
*
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
2022-08-01
1
-1
/
+1
*
cifs: avoid use of global locks for high contention data
Shyam Prasad N
2022-08-01
1
-95
/
+121
*
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
2022-08-01
1
-4
/
+1
*
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
2022-08-01
1
-7
/
+6
*
cifs: remove some camelCase and also some static build warnings
Steve French
2022-08-01
1
-1
/
+1
*
cifs: remove unnecessary type castings
Yu Zhe
2022-08-01
1
-1
/
+1
*
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
2022-07-12
1
-2
/
+0
*
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
2022-06-24
1
-1
/
+7
*
cifs: avoid deadlocks while updating iface
Shyam Prasad N
2022-06-24
1
-3
/
+12
*
cifs: periodically query network interfaces from server
Shyam Prasad N
2022-06-22
1
-0
/
+28
*
cifs: during reconnect, update interface if necessary
Shyam Prasad N
2022-06-22
1
-0
/
+4
*
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
2022-06-22
1
-2
/
+4
*
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2022-06-10
1
-0
/
+4
*
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
2022-06-01
1
-13
/
+13
*
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
2022-05-31
1
-1
/
+0
*
cifs: fix ntlmssp on old servers
Paulo Alcantara
2022-05-25
1
-18
/
+4
*
cifs: avoid parallel session setups on same channel
Shyam Prasad N
2022-05-24
1
-7
/
+20
*
cifs: use new enum for ses_status
Shyam Prasad N
2022-05-24
1
-17
/
+17
[next]