summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-1116-88/+491
|\
| * cifs: update internal module version number for cifs.koSteve French2023-11-101-2/+2
| * cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-106-10/+145
| * cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-103-2/+34
| * Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French2023-11-101-0/+1
| * smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-102-0/+31
| * smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-093-7/+29
| * smb3: fix caching of ctime on setxattrSteve French2023-11-091-1/+4
| * smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
| * cifs: reconnect work should have reference on server structShyam Prasad N2023-11-092-16/+34
| * cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-093-8/+8
| * cifs: account for primary channel in the interface listShyam Prasad N2023-11-092-0/+34
| * cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-093-14/+88
| * cifs: handle cases where a channel is closedShyam Prasad N2023-11-096-7/+43
| * smb3: more minor cleanups for session handling routinesSteve French2023-11-091-10/+15
| * smb3: minor RDMA cleanupSteve French2023-11-091-2/+2
| * cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-081-3/+9
* | Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-11-103-6/+41
|\ \
| * | ksmbd: handle malformed smb1 messageNamjae Jeon2023-11-071-0/+11
| * | ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon2023-11-071-3/+4
| * | ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon2023-11-071-3/+26
| |/
* | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-6/+5
|\ \ | |/ |/|
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-6/+5
* | Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-0414-90/+138
|\ \
| * | cifs: force interface update before a fresh session setupShyam Prasad N2023-11-021-1/+5
| * | cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-021-1/+0
| * | cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-021-4/+5
| * | smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara2023-11-021-35/+49
| * | smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara2023-11-021-14/+9
| * | cifs: add xid to query server interface callShyam Prasad N2023-10-311-1/+5
| * | cifs: print server capabilities in DebugDataShyam Prasad N2023-10-311-0/+2
| * | smb: use crypto_shash_digest() in symlink_hash()Eric Biggers2023-10-311-14/+2
| * | smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara2023-10-311-0/+6
| * | smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-10-313-12/+8
| * | smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French2023-10-313-2/+12
| * | Add definition for new smb3.1.1 command typeSteve French2023-10-301-0/+15
| * | SMB3: clarify some of the unused CreateOption flagsSteve French2023-10-301-1/+8
| * | cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya2023-10-222-5/+11
| * | smb3: fix touch -h of symlinkSteve French2023-10-221-0/+1
| |/
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-022-0/+15
|\ \
| * | treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-272-0/+15
* | | Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-026-118/+194
|\ \ \
| * | | ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon2023-10-301-16/+0
| * | | ksmbd: add support for surrogate pair conversionNamjae Jeon2023-10-221-49/+138
| * | | ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang2023-10-221-10/+30
| * | | ksmbd: fix recursive locking in vfs helpersMarios Makassikis2023-10-221-20/+3
| * | | ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon2023-10-221-1/+1
| * | | ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon2023-10-221-21/+22
| * | | ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu2023-10-221-1/+0
| | |/ | |/|
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-26/+29
|\ \ \