aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdGravatar Linus Torvalds 3-6/+41
2023-11-10cifs: update internal module version number for cifs.koGravatar Steve French 1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelGravatar Shyam Prasad N 6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelGravatar Shyam Prasad N 3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOGravatar Steve French 1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingGravatar Steve French 2-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availableGravatar Paulo Alcantara 3-7/+29
2023-11-09smb3: fix caching of ctime on setxattrGravatar Steve French 1-1/+4
2023-11-09smb3: minor cleanup of session handling codeGravatar Steve French 1-6/+12
2023-11-09cifs: reconnect work should have reference on server structGravatar Shyam Prasad N 2-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsGravatar Shyam Prasad N 3-8/+8
2023-11-09cifs: account for primary channel in the interface listGravatar Shyam Prasad N 2-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedGravatar Shyam Prasad N 3-14/+88
2023-11-09cifs: handle cases where a channel is closedGravatar Shyam Prasad N 6-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesGravatar Steve French 1-10/+15
2023-11-09smb3: minor RDMA cleanupGravatar Steve French 1-2/+2
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersGravatar David Howells 1-3/+9
2023-11-07ksmbd: handle malformed smb1 messageGravatar Namjae Jeon 1-0/+11
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Gravatar Namjae Jeon 1-3/+4
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Gravatar Namjae Jeon 1-3/+26
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-6/+5
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 14-90/+138
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-0/+15
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 6-118/+194
2023-11-02cifs: force interface update before a fresh session setupGravatar Shyam Prasad N 1-1/+5
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountGravatar Shyam Prasad N 1-1/+0
2023-11-02cifs: reconnect helper should set reconnect for the right channelGravatar Shyam Prasad N 1-4/+5
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Gravatar Paulo Alcantara 1-35/+49
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Gravatar Paulo Alcantara 1-14/+9
2023-10-31cifs: add xid to query server interface callGravatar Shyam Prasad N 1-1/+5
2023-10-31cifs: print server capabilities in DebugDataGravatar Shyam Prasad N 1-0/+2
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Gravatar Eric Biggers 1-14/+2
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Gravatar Paulo Alcantara 1-0/+6
2023-10-31smb: client: fix potential deadlock when releasing midsGravatar Paulo Alcantara 3-12/+8
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionGravatar Steve French 3-2/+12
2023-10-30ksmbd: no need to wait for binded connection termination at logoffGravatar Namjae Jeon 1-16/+0
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 5-26/+29
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-2/+2
2023-10-30Add definition for new smb3.1.1 command typeGravatar Steve French 1-0/+15
2023-10-30SMB3: clarify some of the unused CreateOption flagsGravatar Steve French 1-1/+8
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-6/+5
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesGravatar Lukas Wunner 2-0/+15
2023-10-22ksmbd: add support for surrogate pair conversionGravatar Namjae Jeon 1-49/+138
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Gravatar Kangjing Huang 1-10/+30
2023-10-22ksmbd: fix recursive locking in vfs helpersGravatar Marios Makassikis 1-20/+3
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Gravatar Namjae Jeon 1-1/+1
2023-10-22ksmbd: reorganize ksmbd_iov_pin_rsp()Gravatar Namjae Jeon 1-21/+22
2023-10-22ksmbd: Remove unused field in ksmbd_user structGravatar Cheng-Han Wu 1-1/+0
2023-10-22cifs: Add client version details to NTLM authenticate messageGravatar Meetakshi Setiya 2-5/+11