summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
2026-03-15smb: client: fix krb5 mount with username optionPaulo Alcantara
2026-02-27smb: client: Use snprintf in cifs_set_cifscredsThorsten Blum
2026-02-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-08cifs: SMB1 split: connect.cDavid Howells
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2026-02-08smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=nHenrique Carvalho
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara
2025-08-13smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong
2025-07-27smb: client: fix netns refcount leak after net_passive changesWang Zhaolong
2025-07-03smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling
2025-06-03cifs: do not disable interface polling on failureShyam Prasad N
2025-06-02cifs: dns resolution is needed only for primary channelShyam Prasad N
2025-06-02cifs: reset connections for all channels when reconnect requestedShyam Prasad N
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár
2025-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong
2025-03-31cifs: remove unreachable code in cifs_get_tcp_session()Roman Smirnov