summaryrefslogtreecommitdiffstats
path: root/fs/smb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-026-118/+194
|\
| * ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon2023-10-311-16/+0
| * ksmbd: add support for surrogate pair conversionNamjae Jeon2023-10-231-49/+138
| * ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang2023-10-231-10/+30
| * ksmbd: fix recursive locking in vfs helpersMarios Makassikis2023-10-231-20/+3
| * ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon2023-10-231-1/+1
| * ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon2023-10-231-21/+22
| * ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu2023-10-231-1/+0
* | 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-152-7/+11
|\ \ \
| * | | ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon2023-10-131-1/+1
| * | | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon2023-10-131-0/+3
| * | | ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon2023-10-131-4/+5
| * | | ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon2023-10-131-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-056-17/+90
| * | ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon2023-10-051-11/+1
| * | ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon2023-10-051-8/+16
| * | ksmbd: fix uaf in smb20_oplock_break_ackluosili2023-10-051-2/+2
| * | ksmbd: fix race condition with fpNamjae Jeon2023-10-053-4/+32
| * | ksmbd: fix race condition between session lookup and expireNamjae Jeon2023-10-053-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-303-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-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