summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-27smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara1-5/+5
2026-03-16smb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum1-7/+7
2026-02-27smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-27smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-28/+37
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-02-09cifs: SMB1 split: connect.cDavid Howells1-251/+0
2026-02-09cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-02-09smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=nHenrique Carvalho1-0/+14
2026-02-09smb: client: introduce multichannel async work during mountHenrique Carvalho1-3/+58
2026-02-09smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2025-12-06smb: client: improve error message when creating SMB sessionPaulo Alcantara1-1/+6
2025-12-06smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-2/+2
2025-12-06cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-1/+3
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-5/+6
2025-12-06cifs: Remove the server pointer from smb_messageDavid Howells1-17/+17
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-19/+17
2025-12-04Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+3
2025-12-01smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong1-2/+2
2025-12-01smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-1/+1
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-11-26smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+19
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-30smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher1-6/+2
2025-10-30smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara1-21/+17
2025-08-13smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-4/+4
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong1-5/+5
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong1-2/+3
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-10/+10
2025-07-28smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-07-04smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-3/+4
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N1-7/+1
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-22/+36
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling1-2/+8
2025-06-04cifs: do not disable interface polling on failureShyam Prasad N1-5/+1
2025-06-02cifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
2025-06-02cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-22/+1
2025-04-14Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-14Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár1-0/+10
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár1-18/+122
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-1/+10
2025-04-01smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-0/+15