summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-26/+29
|\
| * server: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
| * client: convert to new timestamp accessorsJeff Layton2023-10-184-22/+25
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \
| * | smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho2023-10-102-2/+2
* | | Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-142-7/+11
|\ \ \
| * | | ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon2023-10-121-1/+1
| * | | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon2023-10-121-0/+3
| * | | ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon2023-10-121-4/+5
| * | | ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon2023-10-121-2/+2
| | |/ | |/|
* | | smb: client: prevent new fids from being removed by laundromatPaulo Alcantara2023-10-121-21/+35
* | | smb: client: make laundromat a delayed workerPaulo Alcantara2023-10-122-55/+36
|/ /
* | Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-0810-45/+151
|\ \
| * | ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon2023-10-046-17/+90
| * | ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon2023-10-041-11/+1
| * | ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon2023-10-041-8/+16
| * | ksmbd: fix uaf in smb20_oplock_break_ackluosili2023-10-041-2/+2
| * | ksmbd: fix race condition with fpNamjae Jeon2023-10-043-4/+32
| * | ksmbd: fix race condition between session lookup and expireNamjae Jeon2023-10-043-3/+10
* | | smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara2023-10-041-8/+8
* | | smb: use kernel_connect() and kernel_bind()Jordan Rife2023-10-041-5/+5
|/ /
* | Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-301-0/+1
|\ \
| * | fs/smb/client: Reset password pointer to NULLQuang Le2023-09-281-0/+1
* | | Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-09-293-4/+7
|\ \ \ | |/ / |/| |
| * | ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon2023-09-211-0/+3
| * | ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2023-09-212-4/+4
| |/
* | smb3: fix confusing debug messageSteve French2023-09-201-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-192-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-0912-13/+41
|\
| * smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French2023-09-081-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-301-1/+1
* | ksmbd: remove experimental warningSteve French2023-09-032-3/+1
* | Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-08-3115-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