summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_swn.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-6/+6
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-2/+2
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-3/+3
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-081-3/+3
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-6/+3
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+2
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-14/+2
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-2/+0
* smb3: fix uninitialized value for port in witness protocol moveSteve French2021-06-201-7/+3
* fs/cifs/: fix misspellings using codespell toolLiu xuzhi2021-03-191-1/+1
* cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2021-02-191-1/+1
* cifs: Re-indent cifs_swn_reconnect()Dan Carpenter2020-12-181-31/+33
* cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter2020-12-181-6/+7
* cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter2020-12-181-2/+0
* Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-171-1/+1
* cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero2020-12-151-10/+11
* cifs: Handle witness client move notificationSamuel Cabrero2020-12-141-2/+138
* cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero2020-12-141-0/+15
* cifs: Add witness information to debug data dumpSamuel Cabrero2020-12-141-0/+35
* cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero2020-12-141-0/+86
* cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero2020-12-141-0/+421