summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár
2025-04-09cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár
2025-04-04Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-04-02cifs: update internal version numberSteve French
2025-04-02cifs: Implement is_network_name_deleted for SMB1Pali Rohár
2025-04-02cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells
2025-04-01ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon
2025-04-01cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALLPali Rohár
2025-04-01cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTESPali Rohár
2025-04-01cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár
2025-04-01cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár
2025-04-01cifs: Add a new xattr system.smb3_ntsd_owner for getting or setting ownerPali Rohár
2025-04-01cifs: Add a new xattr system.smb3_ntsd_sacl for getting or setting SACLsPali Rohár
2025-04-01ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei
2025-04-01ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei
2025-04-01ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon
2025-03-31smb: client: Update IO sizes after reconnectionWang Zhaolong
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong
2025-03-31cifs: remove unreachable code in cifs_get_tcp_session()Roman Smirnov
2025-03-31cifs: fix integer overflow in match_server()Roman Smirnov
2025-03-31Merge tag 'v6.15rc-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-31Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-03-27ksmbd: fix r_count dec/increment mismatchNamjae Jeon
2025-03-27ksmbd: fix multichannel connection failureNamjae Jeon
2025-03-27ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-03-27ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdevNamjae Jeon
2025-03-27ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin
2025-03-27Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...Namjae Jeon
2025-03-27ksmbd: add bounds check for create lease contextNorbert Szetei
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong
2025-03-26cifs: add validation check for the fields in smb_acesNamjae Jeon
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár