summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\
| * mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-1/+1
|\ \
| * | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-1/+1
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-286-29/+32
|\ \ \
| * | | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-093-13/+14
| * | | smb: convert to ctime accessor functionsJeff Layton2023-07-245-16/+18
| * | | cifs: update the ctime on a partial page writeJeff Layton2023-07-101-1/+1
| |/ /
* | | smb: client: fix null authScott Mayhew2023-08-161-0/+4
* | | Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-152-8/+27
|\ \ \
| * | | smb3: display network namespace in debug informationSteve French2023-08-141-0/+10
| * | | cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-141-1/+1
| * | | cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-101-7/+16
* | | | 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