summaryrefslogtreecommitdiffstats
path: root/fs/smb (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix confusing debug messageSteve French2023-09-211-1/+1
* smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara2023-09-201-0/+3
* smb3: remove duplicate error mappingSteve French2023-09-201-2/+0
* cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-09-202-11/+24
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-196-10/+24
* smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2023-09-192-3/+8
* Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-174-17/+24
|\
| * smb3: fix some minor typos and repeated wordsSteve French2023-09-152-3/+5
| * smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-152-4/+4
| * smb3: move server check earlier when setting channel sequence numberSteve French2023-09-121-10/+15
* | ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon2023-09-131-1/+1
* | ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon2023-09-131-1/+0
|/
* Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-09-1012-13/+41
|\
| * smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French2023-09-091-1/+1
| * cifs: update internal module version number for cifs.koSteve French2023-09-071-2/+2
| * smb3: allow controlling maximum number of cached directoriesSteve French2023-09-077-6/+22
| * smb3: add trace point for queryfs (statfs)Steve French2023-09-072-1/+2
| * smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-313-2/+13
| * smb: propagate error code of extract_sharename()Katya Orlova2023-08-311-1/+1
* | ksmbd: remove experimental warningSteve French2023-09-042-3/+1
* | Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-09-0115-417/+432
|\ \ | |/ |/|
| * ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon2023-08-291-0/+1
| * ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2023-08-292-2/+2
| * ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon2023-08-291-0/+3
| * ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon2023-08-291-1/+1
| * ksmbd: Fix one kernel-doc commentYang Li2023-08-291-1/+0
| * ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon2023-08-291-7/+18
| * ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä2023-08-291-18/+11
| * ksmbd: fix wrong interim response on compoundNamjae Jeon2023-08-294-26/+26
| * ksmbd: add support for read compoundNamjae Jeon2023-08-2912-370/+380
| * ksmbd: switch to use kmemdup_nul() helperYang Yingliang2023-08-291-3/+1
* | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-3135-2016/+1044
|\ \
| * | fs/smb/client: Use common code in clientDr. David Alan Gilbert2023-08-305-405/+4
| * | fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert2023-08-304-413/+5
| * | fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2023-08-304-343/+0
| * | SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-309-22/+22
| * | [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-255-1/+45
| * | cifs: update desired access while requesting for directory leaseBharath SM2023-08-221-1/+1
| * | smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara2023-08-201-17/+18
| * | smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara2023-08-201-14/+16
| * | smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-203-47/+37
| * | smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara2023-08-201-12/+17
| * | smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara2023-08-201-2/+2
| * | smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara2023-08-201-27/+41
| * | smb: cilent: set reparse mount points as automountsPaulo Alcantara2023-08-204-172/+194
| * | smb: client: query reparse points in older dialectsPaulo Alcantara2023-08-201-0/+2
| * | smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-204-161/+55
| * | smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-205-95/+174
| * | smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara2023-08-207-72/+57
| * | smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-206-30/+30