summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-17smb: client: fix order of arguments of tracepointsRuben Devos
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár
2025-02-08cifs: Fix getting and setting SACLs over SMB1Pali Rohár
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár
2025-02-08cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya
2025-01-11Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-01-10smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
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-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-09smb3: fix compiler warning in reparse codeSteve French
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-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-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-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