summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
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
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár
2025-01-22smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara
2025-01-22smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara
2025-01-19smb: client: don't retry DFS targets on server shutdownPaulo Alcantara