summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-11-30Merge tag '6.13-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds24-297/+523
2024-11-30Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds24-130/+171
2024-11-28cifs: update internal version numberSteve French1-2/+2
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-11-27smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-11-27smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-11-27smb: client: fix noisy message when mounting sharesPaulo Alcantara1-1/+1
2024-11-27smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-11-27smb: client: allow reconnect when sending ioctlPaulo Alcantara3-11/+12
2024-11-27smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara5-20/+15
2024-11-27smb: client: allow more DFS referrals to be cachedPaulo Alcantara1-2/+2
2024-11-26ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-11-26ksmbd: add debug print for pending request during server shutdownNamjae Jeon1-0/+1
2024-11-26ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-26ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon1-9/+29
2024-11-26ksmbd: add debug print for rdma capableNamjae Jeon1-0/+3
2024-11-26ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon1-1/+1
2024-11-26ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon24-119/+126
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár1-2/+2
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár2-0/+58
2024-11-25cifs: Validate content of native symlinkPali Rohár1-0/+19
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari1-4/+1
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho1-1/+1
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho1-4/+6
2024-11-23Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds19-246/+293
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara1-9/+0
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara3-63/+18
2024-11-21smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár1-0/+22
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja6-0/+117
2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter1-2/+4
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37
2024-11-21smb: cached directories can be more than root file handlePaul Aurich1-1/+1
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
2024-11-18smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40
2024-11-18smb: client: Use str_yes_no() helper functionThorsten Blum1-4/+4
2024-11-18smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-11-18cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert2-70/+0
2024-11-18ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon1-1/+1
2024-11-09Merge tag 'v6.12-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+11