summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-12-05cifs: unlock on error in smb3_reconfigure()Dan Carpenter
2024-12-05cifs: during remount, make sure passwords are in syncShyam Prasad N
2024-12-05smb: Initialize cfid->tcon before performing network opsPaul Aurich
2024-12-05cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár
2024-12-05cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-12-05smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-12-05smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-12-05smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich
2024-12-05smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich
2024-12-05smb: client: handle max length for SMB symlinksPaulo Alcantara
2024-12-05smb3: request handle caching when caching directoriesSteve French
2024-12-05smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara
2024-12-05ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-12-05cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-12-05smb: cached directories can be more than root file handlePaul Aurich
2024-11-17smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-11-14ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon
2024-11-14ksmbd: Fix the missing xa_store error checkJinjie Ruan
2024-11-14ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon
2024-11-14ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon
2024-11-08cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara
2024-11-01cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara
2024-11-01smb: client: fix possible double free in smb2_set_ea()Su Hui
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya
2024-10-10smb3: fix incorrect mode displayed for read-only filesSteve French
2024-10-10smb: client: use actual path when queryfswangrong
2024-10-10ksmbd: add refcnt to ksmbd_conn structNamjae Jeon
2024-10-10cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár
2024-10-10cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár
2024-10-10cifs: Remove intermediate object of failed create reparse callPali Rohár
2024-10-10ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon
2024-10-04ksmbd: handle caseless file creationNamjae Jeon
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo
2024-09-12cifs: Fix signature miscalculationDavid Howells
2024-09-06Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-04Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara