summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-05-02smb: client: simplify cached dir invalidation/closecfid-fixesEnzo Matsumiya2-160/+75
2025-05-02smb: client: show cached dirs in DebugDataEnzo Matsumiya1-0/+16
2025-05-02smb: client: split find and create operations for cached dirsEnzo Matsumiya1-66/+75
2025-05-01smb: client: fix delay on concurrent opensPaulo Alcantara1-10/+3
2025-05-01cifs: update the lock ordering comments with new mutexShyam Prasad N1-5/+9
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara6-55/+62
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár4-12/+166
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár1-8/+95
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
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-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-8/+24
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