summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-05-02smb3: missing lock when picking channelSteve French1-1/+3
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-05-02cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2024-04-27ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-27ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-27ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-17smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara3-4/+27
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30
2024-04-10smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara1-20/+24
2024-04-10smb: client: guarantee refcounted children from parent sessionPaulo Alcantara7-72/+76
2024-04-10smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-04-10ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon1-5/+5
2024-04-10ksmbd: validate payload size in ipc responseNamjae Jeon3-2/+45
2024-04-10ksmbd: don't send oplock break if rename failsNamjae Jeon1-1/+2
2024-04-10cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells3-10/+59
2024-04-10cifs: Fix duplicate fscache cookie warningsDavid Howells2-1/+17
2024-04-03ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-04-03ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-04-03cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-04-03ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-04-03ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis3-66/+127
2024-04-03cifs: allow changing password during remountSteve French4-5/+30
2024-04-03cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-03-27cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-16smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-12cifs: update the same create_guid on replayShyam Prasad N4-2/+14
2024-02-12cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+7
2024-02-09smb3: clarify mount warningSteve French1-1/+1