summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
AgeCommit message (Expand)AuthorLines
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N-0/+6
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina-3/+2
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova-2/+2
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds-88/+491
2023-11-10cifs: update internal module version number for cifs.koSteve French-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N-10/+145
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara-7/+29
2023-11-09smb3: fix caching of ctime on setxattrSteve French-1/+4
2023-11-09smb3: minor cleanup of session handling codeSteve French-6/+12
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N-8/+8
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N-14/+88
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesSteve French-10/+15
2023-11-09smb3: minor RDMA cleanupSteve French-2/+2
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells-3/+9
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-6/+5
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds-89/+115
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N-1/+5
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N-1/+0
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N-4/+5
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara-35/+49
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara-14/+9
2023-10-31cifs: add xid to query server interface callShyam Prasad N-1/+5
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N-0/+2
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers-14/+2
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara-0/+6
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara-12/+8
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French-2/+12
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-22/+25
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein-6/+5
2023-10-22cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya-5/+11
2023-10-22smb3: fix touch -h of symlinkSteve French-0/+1
2023-10-18client: convert to new timestamp accessorsJeff Layton-22/+25
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara-21/+35
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara-55/+36
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho-2/+2
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara-8/+8
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife-5/+5
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le-0/+1
2023-09-20smb3: fix confusing debug messageSteve French-1/+1
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara-0/+3
2023-09-20smb3: remove duplicate error mappingSteve French-2/+0
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu-11/+24