summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
2026-06-24smb/client: use %pe to print error pointerFredric Cover
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-06-14smb: client: fix races in cifsd thread creationFredric Cover
2026-06-14cifs: remove all cifs files before kill superJian Zhang
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
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