summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-21ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-06-21ksmbd: move leading slash check to smb2_get_name()Namjae Jeon
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-16cifs: fix creating sockets when using sfu mount optionsSteve French
2024-06-12cifs: Fix missing set of remote_i_sizeDavid Howells
2024-06-12cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells
2024-05-30ksmbd: ignore trailing slashes in share pathsNandor Kracser
2024-05-30ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon
2024-05-04ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French
2024-04-25smb3: missing lock when picking channelSteve French
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon
2024-04-19ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis
2024-04-19ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon
2024-04-19ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon
2024-04-19smb: client: fix rename(2) regression against sambaPaulo Alcantara
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-04-11smb: client: instantiate when creating SFU filesPaulo Alcantara
2024-04-11smb3: fix Open files on server counter going negativeSteve French
2024-04-10smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara
2024-04-06Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara
2024-04-02smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells
2024-04-02ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon
2024-04-02ksmbd: validate payload size in ipc responseNamjae Jeon
2024-04-02ksmbd: don't send oplock break if rename failsNamjae Jeon