summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_swn.hDavid Howells1-5/+5
2026-02-08cifs: Scripted clean up fs/smb/client/compress.hDavid Howells1-1/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_spnego.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/fs_context.hDavid Howells1-7/+9
2026-02-08cifs: Scripted clean up fs/smb/client/fscache.hDavid Howells1-5/+5
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells1-6/+6
2026-02-08cifs: Scripted clean up fs/smb/client/dns_resolve.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/dfs_cache.hDavid Howells1-7/+12
2026-02-08cifs: Scripted clean up fs/smb/client/cifsfs.hDavid Howells1-56/+58
2026-02-08cifs: Scripted clean up fs/smb/client/netlink.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_unicode.hDavid Howells1-8/+9
2026-02-08cifs: Scripted clean up fs/smb/client/cifsproto.hDavid Howells1-486/+445
2026-02-08cifs: Scripted clean up fs/smb/client/dfs.hDavid Howells1-1/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cached_dir.hDavid Howells1-17/+13
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 Carvalho2-3/+63
2026-02-08smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-02-08smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N1-4/+11
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N2-7/+74
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N4-42/+129
2026-02-08smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-03Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+4
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+1
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2026-01-22smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher1-0/+1
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher1-1/+1
2026-01-22ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro1-5/+2
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro1-5/+0
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro1-3/+0
2026-01-12fs: remove simple_nosetlease()Jeff Layton1-1/+0
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton1-3/+1
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+9
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French2-0/+4
2025-12-29smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2025-12-29smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2025-12-29smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2025-12-29ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2025-12-26Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-21smb/server: fix minimum SMB2 PDU sizeChenXiaoSong1-2/+2
2025-12-21smb/server: fix minimum SMB1 PDU sizeChenXiaoSong1-2/+3
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon8-61/+61
2025-12-21ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells2-11/+11