index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-13
smb: client: cached dir rewrite
Enzo Matsumiya
1
-0
/
+3
2024-12-11
smb: client: fix TCP timers deadlock after rmmod
Enzo Matsumiya
1
-10
/
+26
2024-12-06
smb: client: fix potential race in cifs_put_tcon()
Paulo Alcantara
1
-3
/
+1
2024-11-28
cifs: support mounting with alternate password to allow password rotation
Meetakshi Setiya
1
-7
/
+50
2024-11-26
smb: client: get rid of @nlsc param in cifs_tree_connect()
Paulo Alcantara
1
-3
/
+4
2024-11-25
smb: client: disable directory caching when dir_cache_timeout is zero
Henrique Carvalho
1
-1
/
+1
2024-11-21
CIFS: New mount option for cifs.upcall namespace resolution
Ritvik Budhiraja
1
-0
/
+20
2024-11-03
smb: client: Fix use-after-free of network namespace.
Kuniyuki Iwashima
1
-3
/
+11
2024-10-16
cifs: Remove unused functions
Dr. David Alan Gilbert
1
-12
/
+0
2024-09-24
smb: client: print failed session logoffs with FYI
Paulo Alcantara
1
-2
/
+1
2024-09-24
cifs: Fix reversion of the iter in cifs_readv_receive().
David Howells
1
-5
/
+1
2024-09-24
smb: client: propagate error from cifs_construct_tcon()
Paulo Alcantara
1
-6
/
+10
2024-09-24
smb: client: fix DFS interlink failover
Paulo Alcantara
1
-21
/
+20
2024-09-15
smb: use LIST_HEAD() to simplify code
Hongbo Li
1
-2
/
+1
2024-09-15
cifs: convert to use ERR_CAST()
Yuesong Li
1
-1
/
+1
2024-09-02
smb: client: fix hang in wait_for_response() for negproto
Paulo Alcantara
1
-1
/
+13
2024-08-22
smb3: fix problem unloading module due to leaked refcount on shutdown
Steve French
1
-0
/
+3
2024-07-23
cifs: mount with "unix" mount option for SMB1 incorrectly handled
Steve French
1
-0
/
+7
2024-07-23
cifs: fix reconnect with SMB1 UNIX Extensions
Steve French
1
-1
/
+16
2024-04-19
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-9
/
+12
2024-04-11
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
1
-0
/
+8
2024-04-03
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-02
smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
Paulo Alcantara
1
-1
/
+12
2024-04-02
smb: client: handle DFS tcons in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+30
2024-04-02
smb: client: guarantee refcounted children from parent session
Paulo Alcantara
1
-5
/
+20
2024-04-01
smb: client: fix UAF in smb2_reconnect_server()
Paulo Alcantara
1
-49
/
+34
2024-03-20
cifs: Move some extern decls from .c files to .h
David Howells
1
-3
/
+0
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
1
-1
/
+5
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
1
-1
/
+1
2024-03-10
smb: client: introduce reparse mount option
Paulo Alcantara
1
-0
/
+2
2024-02-15
smb: Fix regression in writes when non-standard maximum write size negotiated
Steve French
1
-2
/
+12
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
1
-0
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
1
-0
/
+5
2024-01-19
cifs: new mount option called retrans
Shyam Prasad N
1
-0
/
+4
2024-01-07
smb: client: Fix minor whitespace errors and warnings
Pierre Mariani
1
-8
/
+17
2023-12-29
cifs: cifs_chan_is_iface_active should be called with chan_lock held
Shyam Prasad N
1
-2
/
+5
2023-12-29
cifs: after disabling multichannel, mark tcon for reconnect
Shyam Prasad N
1
-8
/
+12
2023-12-17
smb: client: fix OOB in cifsd when receiving compounded resps
Paulo Alcantara
1
-1
/
+6
2023-12-06
cifs: reconnect worker should take reference on server struct unconditionally
Shyam Prasad N
1
-4
/
+4
2023-12-06
Revert "cifs: reconnect work should have reference on server struct"
Shyam Prasad N
1
-21
/
+6
2023-11-14
cifs: fix leak of iface for primary channel
Shyam Prasad N
1
-0
/
+6
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
1
-0
/
+10
2023-11-10
cifs: handle when server starts supporting multichannel
Shyam Prasad N
1
-0
/
+3
2023-11-09
cifs: reconnect work should have reference on server struct
Shyam Prasad N
1
-6
/
+21
2023-11-09
cifs: do not pass cifs_sb when trying to add channels
Shyam Prasad N
1
-1
/
+1
2023-11-09
cifs: handle cases where a channel is closed
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: force interface update before a fresh session setup
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: reconnect helper should set reconnect for the right channel
Shyam Prasad N
1
-4
/
+5
2023-11-02
smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
Paulo Alcantara
1
-14
/
+9
2023-10-31
cifs: add xid to query server interface call
Shyam Prasad N
1
-1
/
+5
[next]