summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French1-0/+2
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár1-0/+36
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár6-37/+25
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár1-11/+8
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ár1-9/+16
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-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-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-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-03-31smb: client: Update IO sizes after reconnectionWang Zhaolong1-2/+22
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong4-11/+27
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 '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-44/+288
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
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+7
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-24cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-03-24smb: client: Remove redundant check in smb2_is_path_accessible()Ivan Abramov1-1/+1
2025-03-24smb: client: Remove redundant check in cifs_oplock_break()Ivan Abramov1-1/+1
2025-03-24smb: mark the new channel addition log as informational log with cifs_infoBharath SM1-1/+1
2025-03-24smb: minor cleanup to remove unused function declarationBharath SM1-1/+0
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara2-73/+69