summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon
2023-08-29ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon
2023-08-29ksmbd: Fix one kernel-doc commentYang Li
2023-08-29ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-08-29ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä
2023-08-29ksmbd: fix wrong interim response on compoundNamjae Jeon
2023-08-29ksmbd: add support for read compoundNamjae Jeon
2023-08-29ksmbd: switch to use kmemdup_nul() helperYang Yingliang
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM
2023-08-20smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara
2023-08-20smb: client: query reparse points in older dialectsPaulo Alcantara
2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara
2023-08-20smb: client: get rid of dfs naming in automount codePaulo Alcantara
2023-08-20smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara
2023-08-20smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara
2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara
2023-08-20smb: client: ensure to try all targets when finding nested linksPaulo Alcantara
2023-08-20smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-08-16smb: client: fix null authScott Mayhew
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-08-14smb3: display network namespace in debug informationSteve French
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-10cifs: fix potential oops in cifs_oplock_breakSteve French
2023-08-09Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-05ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon
2023-08-05ksmbd: validate command request sizeLong Li
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-07-25cifs: fix charset issue in reconnectionWinston Wen
2023-07-24smb: convert to ctime accessor functionsJeff Layton
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-07-23ksmbd: no response from compound readNamjae Jeon
2023-07-23ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-07-23ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon