summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N1-0/+5
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French1-1/+3
2023-07-25cifs: fix charset issue in reconnectionWinston Wen5-4/+9
2023-07-22cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N1-4/+13
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N3-7/+14
2023-07-13smb: client: fix missed ses refcountingPaulo Alcantara2-17/+11
2023-07-13smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva1-1/+1
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2023-07-06cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King1-2/+0
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen1-3/+4
2023-07-01Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds20-345/+403
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N2-4/+4
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+3
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara8-100/+118
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara5-56/+80
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N1-0/+1
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N2-19/+20
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-25/+6
2023-06-21smb: client: fix warning in generic_ip_connect()Paulo Alcantara1-8/+9
2023-06-21smb: client: fix warning in CIFSFindNext()Paulo Alcantara1-60/+51
2023-06-21smb: client: fix warning in CIFSFindFirst()Paulo Alcantara1-54/+44
2023-06-21smb3: do not reserve too many oplock creditsSteve French1-1/+5
2023-06-21cifs: print more detail when invalidate_inode_mapping failsSteve French1-2/+2
2023-06-21smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara1-18/+10
2023-06-20smb: client: fix warning in cifs_match_super()Paulo Alcantara1-2/+3
2023-06-20cifs: print nosharesock value while dumping mount optionsShyam Prasad N1-0/+2
2023-06-20SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM1-13/+12
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-56/+190
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French1-2/+6
2023-06-12cifs: fix max_credits implementationShyam Prasad N2-4/+30
2023-06-12cifs: fix sockaddr comparison in iface_cmpShyam Prasad N4-37/+88
2023-06-12smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya1-1/+46
2023-06-12cifs: print all credit counters in DebugDataShyam Prasad N1-3/+8
2023-06-12cifs: fix status checks in cifs_tree_connectShyam Prasad N2-8/+10
2023-06-12smb: remove obsolete comment鑫华1-1/+1
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2-3/+3
2023-05-31Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-2/+2
2023-05-27cifs: address unused variable warningSteve French1-1/+5