summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár1-4/+0
2025-04-09cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár1-20/+40
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara3-23/+10
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár2-12/+19
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown2-3/+5
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-3/+4
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár2-4/+10
2025-04-04Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds19-85/+437
2025-04-02cifs: update internal version numberSteve French1-2/+2
2025-04-02cifs: Implement is_network_name_deleted for SMB1Pali Rohár1-0/+44
2025-04-02cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells3-22/+0
2025-04-01ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24
2025-04-01cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALLPali Rohár1-0/+9
2025-04-01cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTESPali Rohár3-2/+69
2025-04-01cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár1-1/+10
2025-04-01cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár1-4/+4
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár1-7/+23
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár3-10/+10
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár3-18/+128
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár4-2/+26
2025-04-01cifs: Add a new xattr system.smb3_ntsd_owner for getting or setting ownerPali Rohár1-1/+19
2025-04-01cifs: Add a new xattr system.smb3_ntsd_sacl for getting or setting SACLsPali Rohár1-0/+18
2025-04-01ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei1-0/+5
2025-04-01ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei1-4/+12
2025-04-01ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon3-11/+14
2025-03-31smb: client: Update IO sizes after reconnectionWang Zhaolong1-2/+22
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong5-11/+30
2025-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong4-1/+20
2025-03-31cifs: remove unreachable code in cifs_get_tcp_session()Roman Smirnov1-5/+1
2025-03-31cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-03-31Merge tag 'v6.15rc-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-43/+68
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-44/+288
2025-03-27ksmbd: fix r_count dec/increment mismatchNamjae Jeon1-2/+2
2025-03-27ksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
2025-03-27ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon1-0/+3
2025-03-27ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdevNamjae Jeon1-4/+2
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2025-03-27Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...Namjae Jeon1-30/+10
2025-03-27ksmbd: add bounds check for create lease contextNorbert Szetei1-0/+8
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár8-4/+54
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár1-0/+11
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong1-8/+8
2025-03-26cifs: add validation check for the fields in smb_acesNamjae Jeon1-1/+16
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman2-0/+8
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár1-3/+134
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár3-6/+19
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár4-11/+15
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár4-3/+15