summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-27smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-02-21cifs: pick channels for individual subrequestsShyam Prasad N2-4/+4
2025-02-17ksmbd: fix integer overflows on 32 bit systemsDan Carpenter1-0/+9
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya5-19/+19
2025-02-17smb: client: fix order of arguments of tracepointsRuben Devos2-57/+57
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár1-1/+22
2025-02-08cifs: Fix getting and setting SACLs over SMB1Pali Rohár3-13/+18
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár1-4/+18
2025-02-08cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár1-1/+1
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara1-1/+2
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-17smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya1-1/+18
2025-01-17ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-17ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2025-01-09smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2025-01-09ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2025-01-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2025-01-02smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2025-01-02smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic1-1/+0
2024-12-27smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-27ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-27ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-19cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells1-1/+4
2024-12-19ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-14smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-12-14smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-12-14smb3.1.1: fix posix mounts to older serversSteve French3-5/+11
2024-12-14fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme1-1/+17
2024-12-14fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme4-60/+149
2024-12-14fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme1-1/+2
2024-12-14ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-14ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-14smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2024-12-05cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-12-05cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-12-05smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-12-05cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-12-05cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-12-05smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-12-05smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-12-05smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-12-05smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-12-05smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-12-05smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-12-05smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40
2024-12-05fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37