aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_swn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara1-14/+2
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-2/+0
2021-06-20smb3: fix uninitialized value for port in witness protocol moveSteve French1-7/+3
2021-03-19fs/cifs/: fix misspellings using codespell toolLiu xuzhi1-1/+1
2021-02-19cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter1-31/+33
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter1-6/+7
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter1-2/+0
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+694
2020-12-15cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero1-10/+11
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero1-2/+138
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero1-0/+15
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero1-0/+35
2020-12-14cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero1-0/+86
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero1-0/+421