summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das
2024-11-30Merge tag '6.13-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2024-11-30Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
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-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
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