summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-30smb: client: fix multiuser mount with krb5Paulo Alcantara1-5/+16
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth1-1/+1
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo1-3/+0
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár1-1/+1
2026-07-08smb: client: fix busy dentry warning on unmount after DIOZizhi Wo1-0/+1
2026-06-24smb/client: use %pe to print error pointerFredric Cover1-2/+2
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-11/+19
2026-06-14smb: client: fix races in cifsd thread creationFredric Cover1-11/+16
2026-06-14cifs: remove all cifs files before kill superJian Zhang1-0/+3
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner1-2/+3
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara1-5/+5
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman1-1/+0
2026-03-15smb: 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-26smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-28/+37
2026-02-21Convert '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-08cifs: SMB1 split: connect.cDavid Howells1-251/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-02-08smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=nHenrique Carvalho1-0/+14
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho1-3/+58
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara1-1/+6
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-2/+2
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-1/+3
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-5/+6
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-17/+17
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-19/+17
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+3
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong1-2/+2
2025-11-30smb: 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-25smb: 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-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher1-6/+2
2025-10-29smb: 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-27smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-07-03smb: 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