summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-10cifs: update internal module version number for cifs.koSteve French
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara
2023-11-09smb3: fix caching of ctime on setxattrSteve French
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-11-09smb3: more minor cleanups for session handling routinesSteve French
2023-11-09smb3: minor RDMA cleanupSteve French
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara
2023-10-31cifs: add xid to query server interface callShyam Prasad N
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Add definition for new smb3.1.1 command typeSteve French
2023-10-30SMB3: clarify some of the unused CreateOption flagsSteve French
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-22ksmbd: add support for surrogate pair conversionNamjae Jeon
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis