summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-10-14Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-12ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon
2023-10-12ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon
2023-10-12ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon
2023-10-12ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara
2023-10-08Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon
2023-10-04ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-04ksmbd: fix race condition with fpNamjae Jeon
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon
2023-09-20smb3: fix confusing debug messageSteve French
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara
2023-09-20smb3: remove duplicate error mappingSteve French
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-15smb3: fix some minor typos and repeated wordsSteve French
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-09-13ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon
2023-09-13ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French
2023-09-07cifs: update internal module version number for cifs.koSteve French
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French
2023-09-07smb3: add trace point for queryfs (statfs)Steve French
2023-09-03ksmbd: remove experimental warningSteve French
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French
2023-08-30smb: propagate error code of extract_sharename()Katya Orlova
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert
2023-08-30fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon
2023-08-29ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon