summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM
2024-12-21Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya
2024-12-19smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis
2024-12-13Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-10smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya
2024-12-10cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum
2024-12-10cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo
2024-12-09smb3: fix compiler warning in reparse codeSteve French
2024-12-07Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei
2024-12-04fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme
2024-12-04fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme
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