summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-01-20cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVEPali Rohár1-16/+0
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-22/+10
2025-01-19cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...Pali Rohár1-0/+6
2025-01-19cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...Pali Rohár1-0/+7
2025-01-19cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár1-3/+0
2025-01-19cifs: Fix printing Status code into dmesgPali Rohár1-2/+2
2025-01-19cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.cPali Rohár1-0/+8
2025-01-19cifs: Fix endian types in struct rfc1002_session_packetPali Rohár1-3/+3
2025-01-19cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár1-1/+1
2025-01-19smb3: add missing tracepoint for querying wsl EAsSteve French2-0/+3
2025-01-19smb: client: fix order of arguments of tracepointsRuben Devos2-57/+57
2025-01-19smb: client: fix oops due to unset link speedPaulo Alcantara1-1/+2
2025-01-19smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
2025-01-19smb: client: don't retry DFS targets on server shutdownPaulo Alcantara1-9/+19
2025-01-19smb: client: fix return value of parse_dfs_referrals()Paulo Alcantara2-6/+6
2025-01-19smb: client: optimize referral walk on failed link targetsPaulo Alcantara2-57/+56
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara7-86/+59
2025-01-19smb: client: parse DNS domain name from domain= optionPaulo Alcantara1-5/+14
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara9-50/+105
2025-01-19smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara3-22/+43
2025-01-19smb: client: introduce av_for_each_entry() helperPaulo Alcantara2-71/+54
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-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+15
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-20netfs: Change the read result collector to only use one work itemDavid Howells2-2/+5
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-1/+1
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells3-19/+4
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells1-1/+1
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-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-09smb3: fix compiler warning in reparse codeSteve French1-1/+1
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-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-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