summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya1-1/+10
2025-01-11Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+18
2025-01-10smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya1-1/+18
2025-01-09Merge tag '6.13-rc6-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-3/+56
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+15
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum1-2/+1
2025-01-05ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert2-27/+0
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM1-1/+5
2024-12-21Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-13/+31
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells2-7/+15
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-19smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic1-1/+0
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM2-2/+2
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-13Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-4/+8
2024-12-10smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2024-12-10cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum1-2/+2
2024-12-10cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells1-1/+4
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2024-12-09smb3: fix compiler warning in reparse codeSteve French1-1/+1
2024-12-07Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-65/+175
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French3-5/+11
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei1-1/+1
2024-12-04fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme1-1/+17
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme4-60/+149
2024-12-04fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme1-1/+2
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
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-26smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-11-26smb: client: fix noisy message when mounting sharesPaulo Alcantara1-1/+1
2024-11-26smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17