summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* cifs: Fix duplicate fscache cookie warningsDavid Howells2024-03-272-1/+17
* smb3: add trace event for mknodSteve French2024-03-262-1/+10
* 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
* cifs: fixes for get_inode_infoMeetakshi Setiya2024-03-142-12/+13
* cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-03-141-1/+2
* cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-03-141-2/+2
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-144-3/+13
* cifs: defer close file handles having RH leaseBharath SM2024-03-141-4/+15
* Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-1324-680/+1536
|\
| * cifs: update internal module version number for cifs.koSteve French2024-03-101-2/+2
| * smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-106-15/+49
| * smb3: add dynamic trace point for ioctlsSteve French2024-03-102-0/+37
| * cifs: Fix writeback data corruptionDavid Howells2024-03-101-126/+157
| * smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-102-0/+14
| * smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara2024-03-101-7/+9
| * smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara2024-03-104-17/+97
| * smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-106-25/+190
| * smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter2024-03-101-1/+1
| * smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-109-14/+210
| * smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-102-69/+95
| * smb: client: fix potential broken compound requestPaulo Alcantara2024-03-101-43/+63