aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Gravatar Paulo Alcantara 1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Gravatar Paulo Alcantara 1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Gravatar Paulo Alcantara 1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Gravatar Paulo Alcantara 1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Gravatar Paulo Alcantara 1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Gravatar Paulo Alcantara 1-1/+5
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Gravatar Paulo Alcantara 2-0/+12
2024-04-03smb3: retrying on failed server closeGravatar Ritvik Budhiraja 7-17/+85
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexGravatar Paulo Alcantara 3-4/+27
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Gravatar Paulo Alcantara 1-0/+30
2024-04-02smb: client: refresh referral without acquiring refpath_lockGravatar Paulo Alcantara 1-20/+24
2024-04-02smb: client: guarantee refcounted children from parent sessionGravatar Paulo Alcantara 7-72/+76
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverGravatar David Howells 3-10/+59
2024-04-01smb: client: fix UAF in smb2_reconnect_server()Gravatar Paulo Alcantara 1-49/+34
2024-03-31smb: client: replace deprecated strncpy with strscpyGravatar Justin Stitt 3-6/+4
2024-03-27cifs: Fix duplicate fscache cookie warningsGravatar David Howells 2-1/+17
2024-03-26smb3: add trace event for mknodGravatar Steve French 2-1/+10
2024-03-20cifs: Move some extern decls from .c files to .hGravatar David Howells 4-10/+2
2024-03-14cifs: remove redundant variable assignmentGravatar Bharath SM 1-2/+0
2024-03-14cifs: fixes for get_inode_infoGravatar Meetakshi Setiya 2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessGravatar Eugene Korenevsky 1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesGravatar Shyam Prasad N 1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Gravatar Shyam Prasad N 4-3/+13
2024-03-14cifs: defer close file handles having RH leaseGravatar Bharath SM 1-4/+15
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 24-680/+1536
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-46/+47
2024-03-10cifs: update internal module version number for cifs.koGravatar Steve French 1-2/+2
2024-03-10smb: client: negotiate compression algorithmsGravatar Enzo Matsumiya 6-15/+49
2024-03-10smb3: add dynamic trace point for ioctlsGravatar Steve French 2-0/+37
2024-03-10cifs: Fix writeback data corruptionGravatar David Howells 1-126/+157
2024-03-10smb: client: return reparse type in /proc/mountsGravatar Paulo Alcantara 2-0/+14
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointGravatar Paulo Alcantara 1-7/+9
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsGravatar Paulo Alcantara 4-17/+97
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAGravatar Paulo Alcantara 6-25/+190
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Gravatar Dan Carpenter 1-1/+1
2024-03-10smb: client: add support for WSL reparse pointsGravatar Paulo Alcantara 9-14/+210
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Gravatar Paulo Alcantara 2-69/+95
2024-03-10smb: client: fix potential broken compound requestGravatar Paulo Alcantara 1-43/+63
2024-03-10smb: client: move most of reparse point handling code to common fileGravatar Paulo Alcantara 9-364/+405
2024-03-10smb: client: introduce reparse mount optionGravatar Paulo Alcantara 4-0/+52
2024-03-10smb: client: retry compound request without reusing leaseGravatar Meetakshi Setiya 1-3/+38
2024-03-10smb: client: do not defer close open handles to deleted filesGravatar Meetakshi Setiya 6-5/+74
2024-03-10smb: client: reuse file lease key in compound operationsGravatar Meetakshi Setiya 6-31/+48
2024-03-10smb3: update allocation size more accurately on write completionGravatar Steve French 1-1/+8
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-1/+1
2024-03-10cifs: allow changing password during remountGravatar Steve French 4-5/+30
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseGravatar Bharath SM 4-12/+17
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseGravatar Al Viro 1-0/+3