summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon2024-05-041-5/+9
* ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon2024-05-045-38/+30
* ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon2024-05-041-6/+15
* ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon2024-05-041-0/+4
* ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon2024-04-281-2/+2
* smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French2024-04-251-0/+3
* smb3: missing lock when picking channelSteve French2024-04-251-1/+3
* smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2024-04-242-3/+3
* Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-2313-26/+176
|\
| * cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2024-04-222-0/+14
| * smb: client: fix rename(2) regression against sambaPaulo Alcantara2024-04-191-0/+1
| * cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-1911-26/+143
| * cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells2024-04-193-0/+18
* | ksmbd: add continuous availability share parameterNamjae Jeon2024-04-192-19/+27
* | ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon2024-04-191-1/+1
* | ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis2024-04-191-0/+5
* | ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon2024-04-191-0/+4
* | ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon2024-04-191-8/+5
|/
* smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-116-0/+44
* smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
* smb3: fix Open files on server counter going negativeSteve French2024-04-111-2/+2
* smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara2024-04-101-1/+2
* Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-0622-178/+369
|\
| * smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-031-0/+2
| * smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-031-1/+5
| * smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-032-0/+12
| * smb3: retrying on failed server closeRitvik Budhiraja2024-04-037-17/+85
| * smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-023-4/+27
| * smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-021-0/+30
| * smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara2024-04-021-20/+24
| * smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-027-72/+76
| * cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-023-10/+59
| * smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara2024-04-011-49/+34
| * smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-03-313-6/+4
* | ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon2024-04-021-5/+5
* | ksmbd: validate payload size in ipc responseNamjae Jeon2024-04-023-2/+45
* | ksmbd: don't send oplock break if rename failsNamjae Jeon2024-04-021-1/+2
|/
* cifs: Fix duplicate fscache cookie warningsDavid Howells2024-03-272-1/+17
* smb3: add trace event for mknodSteve French2024-03-262-1/+10
* Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-2111-39/+54
|\
| * smb311: additional compression flag defined in updated protocol specSteve French2024-03-201-4/+6
| * smb311: correct incorrect offset field in compression headerSteve French2024-03-201-1/+1
| * cifs: Move some extern decls from .c files to .hDavid Howells2024-03-204-10/+2
| * cifs: remove redundant variable assignmentBharath SM2024-03-141-2/+0