summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
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-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-01smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara
2024-03-31smb: client: replace deprecated strncpy with strscpyJustin Stitt
2024-03-27cifs: Fix duplicate fscache cookie warningsDavid Howells
2024-03-26smb3: add trace event for mknodSteve French
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells
2024-03-14cifs: remove redundant variable assignmentBharath SM
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-14cifs: defer close file handles having RH leaseBharath SM
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-10cifs: update internal module version number for cifs.koSteve French
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-03-10smb3: add dynamic trace point for ioctlsSteve French
2024-03-10cifs: Fix writeback data corruptionDavid Howells
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-03-10smb3: update allocation size more accurately on write completionSteve French
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou