summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French
2024-12-04fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme
2024-12-04fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme
2024-11-28cifs: update internal version numberSteve French
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-11-26smb: Initialize cfid->tcon before performing network opsPaul Aurich
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-26smb: client: fix noisy message when mounting sharesPaulo Alcantara
2024-11-26smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow more DFS referrals to be cachedPaulo Alcantara
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár
2024-11-25cifs: Validate content of native symlinkPali Rohár
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho
2024-11-22Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara
2024-11-21smb3: request handle caching when caching directoriesSteve French
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme
2024-11-21smb: cached directories can be more than root file handlePaul Aurich
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-17smb: client: fix use-after-free of signing keyPaulo Alcantara
2024-11-17smb: client: Use str_yes_no() helper functionThorsten Blum
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert
2024-11-03smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-11-03convert cifs_ioctl_copychunk()Al Viro
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin
2024-10-23smb: client: Handle kstrdup failures for passwordsHenrique Carvalho
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert
2024-10-16smb/client: Fix logically dead codeAdvait Dhamorikar