summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2026-02-08cifs: Scripted clean up fs/smb/client/compress.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_spnego.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/fs_context.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/fscache.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dns_resolve.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dfs_cache.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsfs.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/netlink.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_unicode.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsproto.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dfs.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cached_dir.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: prevent races in ->query_interfaces()Henrique Carvalho
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2026-02-08smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N
2026-02-08smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara
2026-02-03Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-22smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher
2026-01-22ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2026-01-12fs: remove simple_nosetlease()Jeff Layton
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2025-12-26Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon
2025-12-21ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds