summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds2023-08-092-6/+13
|\
| * ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon2023-08-051-1/+8
| * ksmbd: validate command request sizeLong Li2023-08-051-5/+5
* | smb: client: fix dfs link mount against w2k8Paulo Alcantara2023-08-021-1/+5
|/
* Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-297-5/+17
|\
| * cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N2023-07-261-0/+5
| * smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
| * cifs: fix charset issue in reconnectionWinston Wen2023-07-255-4/+9
* | Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-07-267-59/+88
|\ \ | |/ |/|
| * ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon2023-07-233-10/+18
| * ksmbd: no response from compound readNamjae Jeon2023-07-231-0/+5
| * ksmbd: validate session id and tree id in compound requestNamjae Jeon2023-07-231-6/+6
| * ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon2023-07-231-1/+2
| * ksmbd: check if a mount point is crossed during path lookupNamjae Jeon2023-07-234-39/+53
| * ksmbd: Fix unsigned expression compared with zeroWang Ming2023-07-121-3/+4
* | cifs: update internal module version number for cifs.koSteve French2023-07-221-2/+2
* | cifs: allow dumping keys for directories tooShyam Prasad N2023-07-221-4/+13
* | cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
* | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-143-7/+14
* | smb: client: fix missed ses refcountingPaulo Alcantara2023-07-122-17/+11
* | smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-121-1/+1
* | cifs: if deferred close is disabled then close files immediatelyBharath SM2023-07-101-2/+2
|/
* Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\
| * cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-052-0/+68
| * smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-062-2/+2
|\ \ | |/ |/|
| * Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-312-2/+2
* | Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-06-3020-345/+403
|\ \
| * | cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N2023-06-293-0/+23
| * | cifs: log session id when a matching ses is not foundShyam Prasad N2023-06-292-4/+4
| * | smb: client: improve DFS mount checkPaulo Alcantara2023-06-281-2/+3
| * | smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-06-288-100/+118
| * | smb: client: fix parsing of source mount optionPaulo Alcantara2023-06-285-56/+80
| * | smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara2023-06-281-3/+0
| * | cifs: print client_guid in DebugDataShyam Prasad N2023-06-281-0/+1
| * | cifs: fix session state check in smb2_find_smb_sesWinston Wen2023-06-281-0/+7
| * | cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen2023-06-281-0/+6
| * | cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-06-282-19/+20
| * | cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N2023-06-281-3/+3
| * | smb: client: fix warning in generic_ip_connect()Paulo Alcantara2023-06-201-8/+9
| * | smb: client: fix warning in CIFSFindNext()Paulo Alcantara2023-06-201-60/+51
| * | smb: client: fix warning in CIFSFindFirst()Paulo Alcantara2023-06-201-54/+44
| * | smb3: do not reserve too many oplock creditsSteve French2023-06-201-1/+5
| * | cifs: print more detail when invalidate_inode_mapping failsSteve French2023-06-201-2/+2
| * | smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara2023-06-201-18/+10
| * | smb: client: fix warning in cifs_match_super()Paulo Alcantara2023-06-191-2/+3
| * | cifs: print nosharesock value while dumping mount optionsShyam Prasad N2023-06-191-0/+2
| * | SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM2023-06-191-13/+12
* | | Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-06-309-77/+88
|\ \ \