aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds13-89/+115
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N1-1/+5
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N1-4/+5
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara1-35/+49
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara1-14/+9
2023-10-31cifs: add xid to query server interface callShyam Prasad N1-1/+5
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N1-0/+2
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers1-14/+2
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+6
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara3-12/+8
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French3-2/+12
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds4-22/+25
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-6/+5
2023-10-22cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya2-5/+11
2023-10-22smb3: fix touch -h of symlinkSteve French1-0/+1
2023-10-18client: convert to new timestamp accessorsJeff Layton4-22/+25
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara1-21/+35
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara2-55/+36
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara1-8/+8
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-09-20smb3: fix confusing debug messageSteve French1-1/+1
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara1-0/+3
2023-09-20smb3: remove duplicate error mappingSteve French1-2/+0
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French6-10/+24
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2-3/+8
2023-09-15smb3: fix some minor typos and repeated wordsSteve French2-3/+5
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French1-10/+15
2023-09-07cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French7-6/+22
2023-09-07smb3: add trace point for queryfs (statfs)Steve French2-1/+2
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French3-2/+13
2023-08-30smb: propagate error code of extract_sharename()Katya Orlova1-1/+1
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds30-1426/+1017
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert5-405/+4
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2-166/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French9-22/+22
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-13/+15
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French4-1/+23
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-08-20smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-20smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara3-47/+37