summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
AgeCommit message (Expand)AuthorLines
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li-0/+4
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár-0/+13
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár-3/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French-7/+29
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-2/+2
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara-2/+2
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N-4/+4
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya-19/+19
2025-02-05smb: client: get rid of kstrdup() in get_ses_refpath()Paulo Alcantara-22/+12
2025-02-05smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara-1/+1
2025-02-05smb: client: don't trust DFSREF_STORAGE_SERVER bitPaulo Alcantara-14/+16
2025-02-01Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds-191/+871
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár-0/+62
2025-01-31cifs: update internal version numberSteve French-2/+2
2025-01-31cifs: Add support for creating WSL-style symlinksPali Rohár-12/+53
2025-01-31smb3: add support for IAKerbSteve French-3/+12
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár-11/+7
2025-01-31cifs: Add support for creating NFS-style symlinksPali Rohár-8/+39
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár-0/+45
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2025-01-29cifs: Add mount option -o reparse=nonePali Rohár-1/+11
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár-24/+214
2025-01-29cifs: Fix creating and resolving absolute NT-style symlinksPali Rohár-18/+273
2025-01-29cifs: Simplify reparse point check in cifs_query_path_info() functionPali Rohár-25/+1
2025-01-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár-7/+4
2025-01-29cifs: Update description about ACL permissionsPali Rohár-21/+61
2025-01-29cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...Pali Rohár-20/+6
2025-01-29cifs: Remove struct reparse_posix_data from struct cifs_open_info_dataPali Rohár-7/+3
2025-01-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár-18/+14
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár-13/+18
2025-01-29cifs: Remove intermediate object of failed create SFU callPali Rohár-1/+22
2025-01-29cifs: Validate EAs for WSL reparse pointsPali Rohár-4/+18
2025-01-29cifs: Change translation of STATUS_PRIVILEGE_NOT_HELD to -EPERMPali Rohár-2/+3
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-1/+2
2025-01-26cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATAPali Rohár-1/+10
2025-01-23Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...Linus Torvalds-436/+483
2025-01-22smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara-23/+69
2025-01-22smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara-35/+3
2025-01-22smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara-30/+7
2025-01-20cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVEPali Rohár-16/+0
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+10
2025-01-19cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...Pali Rohár-0/+6
2025-01-19cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...Pali Rohár-0/+7
2025-01-19cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár-3/+0
2025-01-19cifs: Fix printing Status code into dmesgPali Rohár-2/+2
2025-01-19cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.cPali Rohár-0/+8
2025-01-19cifs: Fix endian types in struct rfc1002_session_packetPali Rohár-3/+3
2025-01-19cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár-1/+1
2025-01-19smb3: add missing tracepoint for querying wsl EAsSteve French-0/+3
2025-01-19smb: client: fix order of arguments of tracepointsRuben Devos-57/+57