summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-04-20smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-04-20cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2024-04-12smb3: fix broken reconnect when password changing on the server by allowing p...Steve French6-0/+44
2024-04-12smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-04-12smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-11smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara3-4/+27
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30
2024-04-02smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara1-20/+24
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara7-72/+76
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells3-10/+59
2024-04-01smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-04-01smb: client: replace deprecated strncpy with strscpyJustin Stitt3-6/+4
2024-03-27cifs: Fix duplicate fscache cookie warningsDavid Howells2-1/+17
2024-03-26smb3: add trace event for mknodSteve French2-1/+10
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds24-680/+1536
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds4-46/+47
2024-03-11cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-11smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-11cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-11smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-11smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-11smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara9-14/+210